mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-07 01:14:42 +00:00
30 lines
619 B
YAML
30 lines
619 B
YAML
# 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
|