diff --git a/home_assistant/blueprints/automations/based_on_sensor.yaml b/home_assistant/blueprints/automations/based_on_sensor.yaml index c4c8974..4e6e7f5 100644 --- a/home_assistant/blueprints/automations/based_on_sensor.yaml +++ b/home_assistant/blueprints/automations/based_on_sensor.yaml @@ -33,12 +33,12 @@ trigger: entity_id: !input sensor for: !input duration platform: state - to: "off" + to: "False" - id: "on" entity_id: !input sensor platform: state - to: "on" + to: "True" condition: []