New stuff for standalone ha

- automations for scenes first floor
- new scenes for bathroom, kids room
This commit is contained in:
Martin Bauer
2020-05-03 20:23:53 +00:00
parent 180b93c637
commit 9dc1865ab3
16 changed files with 2067 additions and 191 deletions

18
scenes/bad.yaml Normal file
View File

@@ -0,0 +1,18 @@
- name: Bad Normal
id: bad_normal
entities:
light.bad_licht:
state: true
brightness: 150
- name: Bad Hell
id: bad_hell
entities:
light.bad_licht:
state: true
brightness: 255
- name: Bad Baden
id: bad_baden
entities:
light.bad_licht:
state: true
brightness: 75

View File

@@ -8,4 +8,24 @@
- 0.608
- 0.371
light.kinderzimmer_deckenlampe:
state: false
state: false
- name: Kinderzimmer Normal
id: kinderzimmer_normal
entities:
light.kinderzimmer_deckenlampe:
state: true
brightness: 114
light.kinderzimmer_fluter:
state: true
brightness: 177
color_temp: 417
- name: Kinderzimmer Hell
id: kinderzimmer_hell
entities:
light.kinderzimmer_deckenlampe:
state: true
brightness: 255
light.kinderzimmer_fluter:
state: true
brightness: 255
color_temp: 385