Untitled
Anonymous
plain_text
02/01/2023 7:06 AM
712 B
22
Indexable
alias: "Thermostaat (Preset: ECO)"
description: ""
trigger:
- platform: numeric_state
entity_id: proximity.home
above: 150
id: Leaving Home
condition: []
action:
- service: climate.set_preset_mode
data:
preset_mode: eco
target:
entity_id: climate.family_room
- service: notify.notify
data:
title: Kachel ECO
message: "Niemand thuis (Preset: ECO)"
- service: climate.set_preset_mode
data:
preset_mode: eco
target:
entity_id: climate.family_room
mode: single
Editor is loading...