mirror of
https://github.com/nuttytree/ESPHome-Devices.git
synced 2024-08-30 18:12:19 +00:00
fc5873c2cf
Add master bath fan, second light dimmer, and temp/humidity sensor Fix occasional issue with tripping the over current on the pool pumps
16 lines
451 B
YAML
16 lines
451 B
YAML
substitutions:
|
|
device_id: living_room_lights
|
|
device_name: Living Room Lights
|
|
platform: ESP8266
|
|
board: esp01_1m
|
|
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
|
|
day_brightness: "1"
|
|
night_brightness: ".03"
|
|
night_auto_off_time: 15min
|
|
linked_lights: ""
|
|
|
|
<<: !include common/device_tuya_dimmer.yaml
|