ESPHome-Devices/office_light.yaml

16 lines
415 B
YAML
Raw Normal View History

substitutions:
device_id: office_light
device_name: Office Light
platform: ESP8266
board: esp01_1m
ip_address: !secret office_light_ip
ota_pwd: !secret office_light_ota_pwd
api_pwd: !secret office_light_api_pwd
ap_wifi_pwd: !secret office_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: ""
2020-05-13 21:36:37 +00:00
<<: !include common/device_tuya_dimmer.yaml