ESPHome-Devices/devices/front-entry-lights-2.yaml
Chris Nussbaum c911f80995
Minor updates (#35)
* Update devices within range of  new wifi AP to use the ssid of that AP
* Use dashes in name of updated devices
2022-04-20 15:07:09 -05:00

33 lines
941 B
YAML

substitutions:
device_id: front-entry-lights-2
device_name: Front Entry Lights 2
ip_address: !secret front-entry-lights-2-ip
ota_pwd: !secret front-entry-lights-2-ota-pwd
api_pwd: !secret front-entry-lights-2-api-pwd
ap_wifi_pwd: !secret front-entry-lights-2-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_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: 255
night_default_brightness: 1
day_auto_off_time: 0 min
night_auto_off_time: 15 min