ESPHome-Devices/devices/master_bath_lights_2.yaml
Chris Nussbaum adc77d67d9
Energy monitoring fixes (#17)
* Fix energy monitoring for feit dimmers

* More energy reporting fixes/updates

* More energy monitoring updates

* Include missed readme update

* Final power monitoring updates

Co-authored-by: Chris Nussbaum <chris.nussbaum@protolabs.com>
2021-08-17 21:55:21 -05:00

29 lines
800 B
YAML

substitutions:
device_id: master_bath_lights_2
device_name: Master Bathroom Lights 2
ip_address: !secret master_bath_lights_2_ip
ota_pwd: !secret master_bath_lights_2_ota_pwd
api_pwd: !secret master_bath_lights_2_api_pwd
ap_wifi_pwd: !secret master_bath_lights_2_ap_wifi_pwd
packages:
feit_dimmer: !include ../packages/feit_dimmer_without_power.yaml
light:
- platform: tuya_light_plus
id: tuya_light
name: ${device_name}
switch_datapoint: 1
dimmer_datapoint: 2
max_value: 1000
linked_lights:
day_night:
sensor_id: sensor.day_night
sensor_type: text
sensor_day_value: Day
sensor_night_value: Night
day_default_brightness: 128
night_default_brightness: 1
day_auto_off_time: 0 min
night_auto_off_time: 15 min