mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-08 18:48:44 +00:00
Refactor browser lights
This commit is contained in:
@@ -1,11 +1,27 @@
|
||||
# https://github.com/thomasloven/hass-browser_mod
|
||||
browser_mod:
|
||||
prefix: "browser_"
|
||||
devices:
|
||||
40b846ed-78c5016a:
|
||||
name: browser_kitchen
|
||||
9c6af9cc-98bd8a5f:
|
||||
name: browser_hallway
|
||||
|
||||
script:
|
||||
browser_hallway_low:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
entity_id:
|
||||
- light.browser_hallway
|
||||
data:
|
||||
brightness_pct: 10
|
||||
browser_kitchen_low:
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
entity_id:
|
||||
- light.browser_kitchen
|
||||
data:
|
||||
brightness_pct: 1
|
||||
browsers_low:
|
||||
sequence:
|
||||
- service: script.browser_hallway_low
|
||||
- service: script.browser_kitchen_low
|
||||
|
||||
|
||||
|
||||
homeassistant:
|
||||
customize:
|
||||
|
||||
Reference in New Issue
Block a user