Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Add an attribute to identify entities as related to the tasmota integration #35

Open
SteveDinn opened this issue Nov 7, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@SteveDinn
Copy link

I would like to be able to write a template in HA to pick up the IP addresses of all tasmota devices. I have several other sensors that have states that are IP addresses on my local network as well. I need to be able to differentiate those that come from the tasmota integration from the others. As of right now, there's no way for me to tell a tasmota-integration-created light from my manual MQTT light hand-written in YAML, nor the IP address sensors from my manually-created ones.

I would suggest adding an attribute similar to, (or exactly :))

  integration: tasmota

to all the entities created by the integration so we can tell in a template that we're dealing with a tasmota-integration-created entity.

Frankly, I think all integration-created entities should have something like this.

@effelle effelle added the enhancement New feature or request label Nov 7, 2020
@effelle
Copy link
Contributor

effelle commented Nov 7, 2020

I'm not sure if it will be useful for the bigger audience but... Noted!

@SteveDinn
Copy link
Author

Well, hopefully it's easy to implement, and it should be inconsequential to anyone who doesn't care about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants