mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 10:57:43 +00:00
Move config out of subfolder
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
# https://github.com/thomasloven/hass-browser_mod
|
||||
browser_mod:
|
||||
|
||||
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:
|
||||
binary_sensor.browser_kitchen:
|
||||
friendly_name: Kitchen Motion
|
||||
Reference in New Issue
Block a user