Advertisement
Guest User

Untitled

a guest
Feb 12th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.39 KB | None | 0 0
  1. - id: '1578600613484'
  2.   alias: Bindicator PMD
  3.   description: ''
  4.   trigger:
  5.     platform: time
  6.     at: "15:00:00"
  7.   condition:
  8.     - condition: state
  9.       entity_id: sensor.circulus_berkel_morgen
  10.       state: 'pmd'
  11.   action:
  12.     - service: light.turn_on
  13.       data:
  14.         entity_id: light.neopixel_light
  15.         brightness: 255
  16.         rgb_color: [255,123,14]
  17.         effect: None
  18.  
  19. - id: '1578600613485'
  20.   alias: Bindicator GFT
  21.   description: ''
  22.   trigger:
  23.     platform: time
  24.     at: "15:00:00"
  25.   condition:
  26.     - condition: state
  27.       entity_id: sensor.circulus_berkel_morgen
  28.       state: 'gft'
  29.   action:
  30.     - service: light.turn_on
  31.       data:
  32.         entity_id: light.neopixel_light
  33.         brightness: 255
  34.         rgb_color: [0,255,0]
  35.         effect: None
  36.  
  37. - id: '1578600613486'
  38.   alias: Bindicator Papier
  39.   description: ''
  40.   trigger:
  41.     platform: time
  42.     at: "15:00:00"
  43.   condition:
  44.     - condition: state
  45.       entity_id: sensor.circulus_berkel_morgen
  46.       state: 'papier'
  47.   action:
  48.     - service: light.turn_on
  49.       data:
  50.         entity_id: light.neopixel_light
  51.         brightness: 255
  52.         rgb_color: [0,0,255]
  53.         effect: None
  54.  
  55. - id: '1578600613486'
  56.   alias: Bindicator uit
  57.   description: ''
  58.   trigger:
  59.     platform: time
  60.     at: "10:00:00"
  61.   action:
  62.     - service: light.turn_off
  63.       data:
  64.         entity_id: light.neopixel_light
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement