ESPHome-Devices/old_devices/front-lights.yaml
Chris Nussbaum 9998ad39db
More Cleanup (#44)
* Update file names to match device name
* Switch most devices to encryption key
* Move old devices to subfolder
* Fix more relative file references
2023-02-16 13:27:42 -06:00

30 lines
804 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
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