Untitled

 avatar
unknown
plain_text
2 years ago
533 B
15
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...