WIP motion light with luminescence

This commit is contained in:
2024-11-15 21:30:34 +01:00
parent 863c0d18c0
commit 85067cb026
7 changed files with 11 additions and 61 deletions

View File

@@ -87,27 +87,3 @@ actions:
title: HA template 'heat_save' ERROR
message: >
Bad Conditions state {{ states( sensor_status ) }}
# - if:
# - condition: state
# entity_id: !input window_sensor
# state: "true"
# for:
# hours: 0
# minutes: 0
# seconds: 10
# then:
# - action: climate.set_hvac_mode
# metadata: {}
# data:
# hvac_mode: "off"
# target:
# entity_id: !input climate_target
# else:
# - action: climate.set_hvac_mode
# metadata: {}
# data:
# hvac_mode: heat
# target:
# entity_id: !input climate_target
# mode: single