Advertisement
Hoekeren

alias: Støvsuge hele huset 2

Oct 23rd, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.49 KB | None | 0 0
  1.  alias: Støvsuge hele huset
  2.   description: ''
  3.   trigger:
  4.   - at: '09:20:00'
  5.     platform: time
  6.   condition:
  7.   - condition: time
  8.     weekday:
  9.    - fri
  10.   action:
  11.   - data:
  12.       message: Hele huset
  13.       title: '*Støvsuger*'
  14.     service: notify.michael
  15.   - entity_id: vacuum.xiaomi_vacuum_cleaner
  16.     service: vacuum.start
  17.   - timeout: '00:45:00'
  18.     wait_template: ''
  19.   - data: {}
  20.     entity_id: automation.0001_alarm_motion_sensor_aktiveret
  21.     service: automation.turn_off
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement