本帖最后由 缥缈的孤鸿 于 2019-4-13 18:58 编辑
- alias: switch_on
initial_state: true
trigger:
- platform: time
at: '00:00:00'
action:
- service: switch.turn_on
entity_id: switch.dc1_s2_template
- alias: switch_off
initial_state: true
trigger:
- platform: time
at: '07:00:00'
action:
- service: switch.turn_off
entity_id: switch.dc1_s2_template
|