-
Notifications
You must be signed in to change notification settings - Fork 54
Adding Unique ID to config #61
Comments
You need to install a beta version from hacs (I use 1.0.0-rc6), then change the config as following:
Instead of some-uuid you can put any uuid value from https://www.uuidgenerator.net/version4 . Just make sure you never re-use that value for another entity. |
why isnt this part of home assistant arghhh. glad someone made this |
Great - thanks for the update I have two TRV's in my group - this is the configuration:
The entity state of the group is not correct - it shows "Heat" even though both entities in the group show off... this is the developer tools view of the two entities and the group. The hvac_action attribute shows "Off" in all cases but the entity state does not match I have used the entity to try and set heat mode to off but that fails - the log shows: [140433290673216] Setting state for entity living-room-main-radiator failed, state: {'target_t_enabled': 1, 'target_t': 4.0}, error: DeviceConnectionError() The above exception was the direct cause of the following exception: Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): |
I want to add a unique id to my configuration to customize friendly name in HA UI after I read #52. My configuration is simple:
How could I enter unique id in configuration or will it build automatically? And whats the nomenclature for a unique id?
The text was updated successfully, but these errors were encountered: