Advertisement
asyscom

Untitled

Jan 28th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.40 KB | None | 0 0
  1. - alias: Termostato
  2.   hide_entity: true
  3.   trigger:
  4.     platform: numeric_state
  5.     entity_id: sensor.temperature_158d00027311ed
  6.     below: 24
  7.   condition:
  8.     condition: time
  9.     after: '05:30:00'
  10.     before: '21:40:00'
  11.     weekday:
  12.      - mon
  13.       - tue
  14.       - wed
  15.       - thu
  16.       - fri
  17.       - sat
  18.       - sun
  19.   action:
  20.     service: switch.turn_off
  21.     entity_id: switch.termostato
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement