ESPHome-Devices/devices/computer_light.yaml

22 lines
532 B
YAML
Raw Normal View History

2020-05-13 21:36:37 +00:00
substitutions:
device_id: computer_light
device_name: Computer Light
ip_address: !secret computer_light_ip
ota_pwd: !secret computer_light_ota_pwd
api_pwd: !secret computer_light_api_pwd
ap_wifi_pwd: !secret computer_light_ap_wifi_pwd
day_brightness: "1"
night_brightness: ".03"
2020-10-07 12:56:19 +00:00
day_auto_off_minutes: "0"
night_auto_off_minutes: "15"
2020-05-13 21:36:37 +00:00
linked_lights: ""
double_tap_while_off_stays_on: "true"
2020-05-13 21:36:37 +00:00
2020-10-07 12:56:19 +00:00
script:
- id: startup
then:
- lambda: |-
packages:
feit_dimmer: !include ../packages/feit_dimmer.yaml