many changes
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user