2020-03-22 14:04:38 +00:00
|
|
|
substitutions:
|
|
|
|
device_id: living_room_lights
|
|
|
|
device_name: Living Room Lights
|
|
|
|
ip_address: !secret living_room_lights_ip
|
|
|
|
ota_pwd: !secret living_room_lights_ota_pwd
|
|
|
|
api_pwd: !secret living_room_lights_api_pwd
|
|
|
|
ap_wifi_pwd: !secret living_room_lights_ap_wifi_pwd
|
2020-09-22 20:49:55 +00:00
|
|
|
day_brightness: "1"
|
|
|
|
night_brightness: ".03"
|
2020-10-07 19:27:16 +00:00
|
|
|
day_auto_off_minutes: "0"
|
|
|
|
night_auto_off_minutes: "15"
|
2020-09-22 20:49:55 +00:00
|
|
|
linked_lights: ""
|
2021-01-25 22:24:05 +00:00
|
|
|
double_tap_while_off_stays_on: "true"
|
2020-03-22 14:04:38 +00:00
|
|
|
|
2020-10-07 19:27:16 +00:00
|
|
|
script:
|
|
|
|
- id: startup
|
|
|
|
then:
|
|
|
|
- lambda: |-
|
|
|
|
|
|
|
|
packages:
|
|
|
|
feit_dimmer: !include ../packages/feit_dimmer.yaml
|