diff --git a/automations.yaml b/automations.yaml index 04d81f2..88990dd 100644 --- a/automations.yaml +++ b/automations.yaml @@ -2958,21 +2958,3 @@ title: Entryway Motion message: Office lamp was turned on. mode: single -- id: '1784833526221' - alias: Office Lamp On at 6PM - description: Turn on the office lamp every day at 6:00 PM, or whenever motion is - detected in the entryway - triggers: - - at: '18:00:00' - trigger: time - - trigger: state - entity_id: - - binary_sensor.entryway - to: - - 'on' - id: entryway_motion - actions: - - action: light.turn_on - target: - entity_id: light.office_lamp - mode: single