hide_entity : true des automatismes

This commit is contained in:
Julien Cabillot 2017-03-06 14:53:26 +01:00 committed by JC
parent ea42471308
commit d235bf6c3a

View File

@ -33,7 +33,7 @@ light:
automation:
- alias: "Strip1 Effect"
hide_entity: False
hide_entity: True
trigger:
- platform: "state"
entity_id: "input_select.strip1_effect"
@ -44,7 +44,7 @@ automation:
payload: '{{ trigger.to_state.state | string }}'
retain: True
- alias: "Strip1 Animation Speed"
hide_entity: False
hide_entity: True
trigger:
- platform: "state"
entity_id: "input_slider.strip1_animation_speed"