-
Notifications
You must be signed in to change notification settings - Fork 9
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
Ability to rename created binary entities #50
Comments
Actually if you change the name used to setup the MAC address, it should reflect the changes. The issue is, I do use these names to generate the entities and not the MAC. Could add labels as you said, but will sure be more complicated unless I am missing something. Will see what I can do |
I tried changing the name that was used to setup the MAC address but the entities didn't change. Maybe i need to delete some sensors from HA? |
Yes I thinking deleting the sensors is the right thing, and the app should actually do the clean up for you. I will add that to the list. So if the app sees a new device with MAC, it checks if there are other entities with the same MAC and cleans them out, then loads up the new one. |
Yeah exactly and deleting as well, so if I remove a mac address from config it should remove it from the nodes as well. That way adding, removing, and renaming can be all done from Monitor App config file (or UI in the future). Right now I don't even know how to remove the created entities from home assistant :) |
Would be nice to rename binary entities. Right now there is no way to do it, so if you made the mistake during initial set up you are out of luck.
Proposed solutions:
known_devices:
- CC:D2:81:4B:71:F4 Vanessa
label: "Vanessa is home"
- CC:D2:81:4D:18:90 Alex
- 24:F0:94:7D:EE:83 Guest Tania
- 14:D0:0D:7D:F2:3E Guest Anna
The text was updated successfully, but these errors were encountered: