2019-12-31 02:26:12 +00:00
|
|
|
substitutions:
|
2020-02-14 22:42:47 +00:00
|
|
|
device_id: family_room_light
|
|
|
|
device_name: Family Room Light
|
2019-12-31 02:26:12 +00:00
|
|
|
platform: ESP8266
|
|
|
|
board: esp01_1m
|
2020-02-14 22:42:47 +00:00
|
|
|
ip_address: !secret family_room_light_ip
|
|
|
|
ota_pwd: !secret family_room_light_ota_pwd
|
|
|
|
api_pwd: !secret family_room_light_api_pwd
|
|
|
|
ap_wifi_pwd: !secret family_room_light_ap_wifi_pwd
|
2020-05-13 21:36:37 +00:00
|
|
|
day_brightness: "1"
|
|
|
|
night_brightness: ".03"
|
|
|
|
night_auto_off_time: 15min
|
|
|
|
linked_lights: ""
|
2019-12-31 02:26:12 +00:00
|
|
|
|
2020-05-13 21:36:37 +00:00
|
|
|
<<: !include common/device_tuya_dimmer.yaml
|