ESPHome-Devices/dining_room_light.yaml
ChNussbaum bd9b81baed Update wifi to power saving = none
Change all on/off lights from a switch to a binary light
Add kitchen bar lights and dining room light
2020-06-02 06:10:05 -05:00

16 lines
445 B
YAML

substitutions:
device_id: dining_room_light
device_name: Dining Room Light
platform: ESP8266
board: esp01_1m
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
day_brightness: "1"
night_brightness: ".03"
night_auto_off_time: 15min
linked_lights: ""
<<: !include common/device_tuya_dimmer.yaml