Handle more state update events (evt.<name>.raport)

This commit is contained in:
Adrian Jagielak
2025-07-24 16:48:33 +02:00
parent 3c56a30d01
commit d9eca294e3
7 changed files with 20 additions and 14 deletions

View File

@@ -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 }}`,