ESPHome-Devices/devices/office-light.yaml
Chris Nussbaum f3718ac265
Finish removing underscores from names (#36)
Move remaining devices to new wifi
Compile all devices script does a backup first
2022-04-28 20:54:30 -05:00

37 lines
965 B
YAML

substitutions:
device_id: office-light
device_name: Office Light
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-pwd
wifi_ssid: !secret new-wifi-ssid
wifi_password: !secret new-wifi-password
ip_subnet: !secret new-ip-subnet
ip_gateway: !secret new-ip-gateway
packages:
feit_dimmer: !include ../packages/feit_dimmer.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: 255
night_default_brightness: 1
day_auto_off_time: 0 min
night_auto_off_time: 15 min
power:
id: power
name: ${device_name} Power
light_wattage: 36.7