mirror of
https://github.com/adrianjagielak/home-assistant-futurehome.git
synced 2025-12-20 03:33:56 +00:00
Handle more state update events (evt.<name>.raport)
This commit is contained in:
@@ -22,7 +22,7 @@ export function fan_ctrl__components(
|
||||
unique_id: svc.addr,
|
||||
platform: 'fan',
|
||||
command_topic: commandTopic,
|
||||
optimistic: true,
|
||||
optimistic: false,
|
||||
preset_modes: supModes,
|
||||
preset_mode_command_topic: commandTopic,
|
||||
preset_mode_value_template: `{{ value_json['${svc.addr}'].mode }}`,
|
||||
|
||||
Reference in New Issue
Block a user