ESPHome-Devices/devices/front-lights.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

34 lines
955 B
YAML

substitutions:
device_id: front-lights
device_name: Front Lights
ip_address: !secret front-lights-ip
ota_pwd: !secret front-lights-ota-pwd
api_pwd: !secret front-lights-api-pwd
ap_wifi_pwd: !secret front-lights-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
default_brightness: 255
auto_off_time: 30 min
on_double_click_while_off:
- lambda: tuya_tuyalightplus->set_auto_off_time(0);
double_click_while_off_stays_off: false
on_turn_off:
- lambda: tuya_tuyalightplus->set_auto_off_time(30 * 60 * 1000);
power:
id: power
name: ${device_name} Power
light_wattage: 73.4