Advertisement
asyscom

Untitled

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