First production run of the api adapter against ken (192.168.31.7, HAOS): 118 automations, 5 scripts, 3 scenes, 7 dashboards (default + 6 named — one registered dashboard was never configured, config_not_found, reported not fatal), area/entity registries, and 5 input_* helper domains present on this instance.
10 lines
201 B
YAML
10 lines
201 B
YAML
alias: Set all heaters to auto script
|
|
description: ''
|
|
sequence:
|
|
- action: automation.trigger
|
|
data:
|
|
skip_condition: true
|
|
metadata: {}
|
|
target:
|
|
entity_id: automation.set_all_heaters_to_auto
|