2020-03-22 14:04:38 +00:00
|
|
|
substitutions:
|
|
|
|
device_id: dining_room_light
|
|
|
|
device_name: Dining Room Light
|
|
|
|
ip_address: !secret dining_room_light_ip
|
|
|
|
ota_pwd: !secret dining_room_light_ota_pwd
|
|
|
|
api_pwd: !secret dining_room_light_api_pwd
|
|
|
|
ap_wifi_pwd: !secret dining_room_light_ap_wifi_pwd
|
2020-06-02 11:10:05 +00:00
|
|
|
day_brightness: "1"
|
|
|
|
night_brightness: ".03"
|
2020-10-07 12:56:19 +00:00
|
|
|
day_auto_off_minutes: "0"
|
|
|
|
night_auto_off_minutes: "15"
|
2020-06-02 11:10:05 +00:00
|
|
|
linked_lights: ""
|
2020-10-07 12:56:19 +00:00
|
|
|
double_tap_on_stays_on: "true"
|
2020-03-22 14:04:38 +00:00
|
|
|
|
2020-10-07 12:56:19 +00:00
|
|
|
script:
|
|
|
|
- id: startup
|
|
|
|
then:
|
|
|
|
- lambda: |-
|
|
|
|
|
|
|
|
packages:
|
|
|
|
feit_dimmer: !include ../packages/feit_dimmer.yaml
|