mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-28 16:57:14 +00:00
Lots of updates:
- Updated .gitignore to explicitly allow files and folders but block everything else. - Added automations for Kat's Phone - Updated Kat's Phone used in Tracking - Added Google Time to Home for Kat - Reducing the messages being sent to pushbullet.
This commit is contained in:
16
scenes.yaml
Normal file
16
scenes.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
- name: livingroom normal
|
||||
entities:
|
||||
light.tower_lamp:
|
||||
state: on
|
||||
brightness: 100
|
||||
- name: livingroom dim
|
||||
entities:
|
||||
light.tower_lamp:
|
||||
state: on
|
||||
brightness: 40
|
||||
- name: livingroom night
|
||||
entities:
|
||||
light.tower_lamp:
|
||||
state: on
|
||||
brightness: 10
|
||||
|
Reference in New Issue
Block a user