2020-05-13 21:36:37 +00:00
|
|
|
substitutions:
|
2022-04-20 20:07:09 +00:00
|
|
|
device_id: basement-stair-lights
|
2020-05-13 21:36:37 +00:00
|
|
|
device_name: Basement Stair Lights
|
2021-09-25 02:51:31 +00:00
|
|
|
ip_address: !secret basement-stair-lights-ip
|
|
|
|
ota_pwd: !secret basement-stair-lights-ota-pwd
|
|
|
|
api_pwd: !secret basement-stair-lights-api-pwd
|
|
|
|
ap_wifi_pwd: !secret basement-stair-lights-ap-pwd
|
2022-04-20 20:07:09 +00:00
|
|
|
wifi_ssid: !secret new-wifi-ssid
|
|
|
|
wifi_password: !secret new-wifi-password
|
|
|
|
ip_subnet: !secret new-ip-subnet
|
|
|
|
ip_gateway: !secret new-ip-gateway
|
2020-05-13 21:36:37 +00:00
|
|
|
|
2020-10-07 19:27:16 +00:00
|
|
|
script:
|
2021-07-12 13:33:37 +00:00
|
|
|
- id: double_click
|
2021-01-26 21:27:47 +00:00
|
|
|
then:
|
|
|
|
- homeassistant.service:
|
|
|
|
service: homeassistant.turn_off
|
|
|
|
data:
|
|
|
|
entity_id: switch.basement_tv, switch.xbox, light.basement_tv, light.basement, light.bar, switch.pool_table_light, light.basement_bathroom_light, light.basement_shower_light
|
2020-10-07 19:27:16 +00:00
|
|
|
|
|
|
|
packages:
|
|
|
|
feit_dimmer: !include ../packages/feit_dimmer.yaml
|
2021-07-12 13:33:37 +00:00
|
|
|
|
|
|
|
light:
|
|
|
|
- platform: tuya_light_plus
|
|
|
|
id: tuya_light
|
|
|
|
name: ${device_name}
|
|
|
|
switch_datapoint: 1
|
|
|
|
dimmer_datapoint: 2
|
|
|
|
max_value: 1000
|
|
|
|
linked_lights:
|
|
|
|
- light.basement_stair_lights_2
|
|
|
|
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
|
|
|
|
on_double_click_while_off:
|
|
|
|
- script.execute: double_click
|
|
|
|
double_click_while_off_stays_off: true
|
|
|
|
on_double_click_while_on:
|
|
|
|
- script.execute: double_click
|
2021-08-14 22:13:17 +00:00
|
|
|
power:
|
|
|
|
id: power
|
|
|
|
name: ${device_name} Power
|
|
|
|
light_wattage: 21.6
|