mirror of
https://github.com/nuttytree/ESPHome-Devices.git
synced 2024-08-30 18:12:19 +00:00
Add front entry lights
This commit is contained in:
parent
13f3977342
commit
e129b91a10
@ -75,6 +75,7 @@
|
||||
> > * [Computer Light](./devices/computer_light.yaml)
|
||||
> > * [Dining Room Light](./devices/dining_room_light.yaml)
|
||||
> > * [Family Room Light](./devices/family_room_light.yaml)
|
||||
> > * [Front Entry Lights](./devices/front_entry_lights_1.yaml)/[Front Entry Lights 2](./devices/front_entry_lights_2.yaml)
|
||||
> > * [Front Lights](./devices/front_lights.yaml)
|
||||
> > * [Kitchen Bar Lights](./devices/kitchen_bar_lights.yaml)
|
||||
> > * [Kitchen Table Light](./devices/kitchen_table_light.yaml)
|
||||
|
21
devices/front_entry_lights_1.yaml
Normal file
21
devices/front_entry_lights_1.yaml
Normal file
@ -0,0 +1,21 @@
|
||||
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_on_stays_on: "true"
|
||||
|
||||
script:
|
||||
- id: startup
|
||||
then:
|
||||
- lambda: |-
|
||||
|
||||
packages:
|
||||
feit_dimmer: !include ../packages/feit_dimmer.yaml
|
21
devices/front_entry_lights_2.yaml
Normal file
21
devices/front_entry_lights_2.yaml
Normal file
@ -0,0 +1,21 @@
|
||||
substitutions:
|
||||
device_id: front_entry_lights_2
|
||||
device_name: Front Entry Lights 2
|
||||
ip_address: !secret front_entry_lights_2_ip
|
||||
ota_pwd: !secret front_entry_lights_2_ota_pwd
|
||||
api_pwd: !secret front_entry_lights_2_api_pwd
|
||||
ap_wifi_pwd: !secret front_entry_lights_2_ap_wifi_pwd
|
||||
day_brightness: "1"
|
||||
night_brightness: ".03"
|
||||
day_auto_off_minutes: "0"
|
||||
night_auto_off_minutes: "15"
|
||||
linked_lights: ""
|
||||
double_tap_on_stays_on: "true"
|
||||
|
||||
script:
|
||||
- id: startup
|
||||
then:
|
||||
- lambda: |-
|
||||
|
||||
packages:
|
||||
feit_dimmer: !include ../packages/feit_dimmer.yaml
|
Loading…
Reference in New Issue
Block a user