many changes
This commit is contained in:
parent
1746412a11
commit
bd9f1ce260
22 changed files with 412 additions and 170 deletions
|
|
@ -12,12 +12,17 @@ esphome:
|
|||
then:
|
||||
- light.turn_on:
|
||||
id: my_light
|
||||
red: 0.2
|
||||
green: 0.1
|
||||
blue: 0
|
||||
white: 0.2
|
||||
color_brightness: 0.2
|
||||
brightness: 0.2
|
||||
- delay: 100ms
|
||||
- light.turn_on:
|
||||
id: my_light
|
||||
brightness: 20%
|
||||
- delay: 100ms
|
||||
- light.turn_on:
|
||||
id: my_light
|
||||
red: 100%
|
||||
green: 50%
|
||||
blue: 0%
|
||||
white: 100%
|
||||
|
||||
interval:
|
||||
- interval: 15s
|
||||
|
|
@ -26,9 +31,9 @@ interval:
|
|||
condition:
|
||||
api.connected: # check if api connected
|
||||
else:
|
||||
- light.dim_relative:
|
||||
- light.turn_on:
|
||||
id: my_light
|
||||
relative_brightness: 1
|
||||
brightness: 100%
|
||||
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue