many changes

This commit is contained in:
2024-11-15 02:30:04 +01:00
parent 1746412a11
commit bd9f1ce260
22 changed files with 412 additions and 170 deletions

View File

@@ -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: