snarky-snark / home-assistant-variables

A custom Home Assistant component for declaring and setting generic variable entities dynamically.
Apache License 2.0
278 stars 16 forks source link

Friendly name #34

Open gitrichhub opened 4 years ago

gitrichhub commented 4 years ago

Redefining a friendly name to an existing variable does not change within HA. 'States' still shows the old name. Tried server restart, and reboot. Original Friendly_Name sticks.

Thanks.

snarky-snark commented 4 years ago

What happens if you try to change the friendly name from the debugging tools page using the var.set service?

gitrichhub commented 4 years ago

Yes, that works. Thanks.

On Jul 20, 2020, at 4:28 PM, snarky-snark notifications@github.com wrote:

 What happens if you try to change the friendly name from the debugging tools page using the var.set service?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

snarky-snark commented 4 years ago

Thanks for reporting the issue.

It seems that the correct fix for this will be to update all config values besides initial_value on restart.

gitrichhub commented 4 years ago

Thank you for creating a great integration. It’s very helpful and is really something that was missing in the HA system.

On Jul 20, 2020, at 7:44 PM, snarky-snark notifications@github.com wrote:

 Thanks for reporting the issue.

It seems thattthe correct fix for this will be to update all config values besides initial_value on restart.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.