diff --git a/templates/lights.yaml.j2 b/templates/lights.yaml.j2 index 6c9e362..e4d266b 100644 --- a/templates/lights.yaml.j2 +++ b/templates/lights.yaml.j2 @@ -15,21 +15,4 @@ kelvin: 2000 entity_id: {{ light.entityId }} mode: single -- id: day_on_{{ light.entityId }} - alias: '[Day-On] {{ light.name }}' - trigger: - - platform: state - entity_id: {{ light.entityId }} - to: 'on' - condition: - - condition: state - entity_id: input_boolean.sleep_mode - state: 'off' - action: - - service: light.turn_on - data: - kelvin: 3200 - entity_id: {{ light.entityId }} - mode: single - {% endfor %}