ESPHome-Devices/devices/front_entry_lights_1.yaml

22 lines
556 B
YAML
Raw Normal View History

2020-10-08 12:17:18 +00:00
substitutions:
device_id: front_entry_lights
device_name: Front Entry Lights
ip_address: !secret front_entry_lights_ip
ota_pwd: !secret front_entry_lights_ota_pwd
api_pwd: !secret front_entry_lights_api_pwd
ap_wifi_pwd: !secret front_entry_lights_ap_wifi_pwd
day_brightness: "1"
night_brightness: ".03"
day_auto_off_minutes: "0"
night_auto_off_minutes: "15"
linked_lights: ""
double_tap_while_off_stays_on: "true"
2020-10-08 12:17:18 +00:00
script:
- id: startup
then:
- lambda: |-
packages:
feit_dimmer: !include ../packages/feit_dimmer.yaml