You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed some small issues with some trial and error coding:
static discovery variables don't end up in the discovery message, since they don't end up in vars()-statement. I defined them under init to make it work.
removed the power_command_topic, HA says it is deprecated; fan_mode_state_template had fan state medium defined as MEDIUM, should be MID
via_device under device info returns a list which HA does not expect, it needs a string. Made identifiers and via_device a string.
Added LWT so that on disconnect HA knows the connection is broken:
Trailing / in device topics in the .yaml file still give weird results in my HA setup.
Hi,
Have done some testing.
Fixed some small issues with some trial and error coding:
removed the power_command_topic, HA says it is deprecated; fan_mode_state_template had fan state medium defined as MEDIUM, should be MID
via_device under device info returns a list which HA does not expect, it needs a string. Made identifiers and via_device a string.
Added LWT so that on disconnect HA knows the connection is broken:
Trailing / in device topics in the .yaml file still give weird results in my HA setup.
Thanks
gitpatch.txt
The text was updated successfully, but these errors were encountered: