Update Lighting and Automation
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -11,6 +11,7 @@ adb/
|
|||||||
deps/
|
deps/
|
||||||
tts/
|
tts/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
automations.yaml
|
||||||
custom_components/
|
custom_components/
|
||||||
!custom_components/hacs
|
!custom_components/hacs
|
||||||
secrets.yaml
|
secrets.yaml
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ logger:
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
# Automation File for Configuration UI
|
# Automation File for Configuration UI
|
||||||
automation:
|
automation: !include automations.yaml
|
||||||
|
|
||||||
# Enable the Configuration UI
|
# Enable the Configuration UI
|
||||||
config:
|
config:
|
||||||
|
|||||||
4
packages/lighting/README.md
Normal file
4
packages/lighting/README.md
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Lighting Package
|
||||||
|
|
||||||
|
This package contains configuration information for lighting. It depends on
|
||||||
|
multiple Zigbee and Z-Wave entities, which must be set up separately.
|
||||||
37
packages/lighting/main.yaml
Normal file
37
packages/lighting/main.yaml
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
# Irrigation Package
|
||||||
|
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
# Automations for Bedroom Nighstand Lamps
|
||||||
|
automation jen_nighstand_lamp:
|
||||||
|
alias: Jen Nighstand Lamp
|
||||||
|
description: ''
|
||||||
|
mode: single
|
||||||
|
trigger:
|
||||||
|
- device_id: 98d9a86c7838fdbfcbdaeceef9a98f36
|
||||||
|
domain: zha
|
||||||
|
platform: device
|
||||||
|
type: remote_button_short_press
|
||||||
|
subtype: remote_button_short_press
|
||||||
|
condition: []
|
||||||
|
action:
|
||||||
|
- type: toggle
|
||||||
|
device_id: 444b8c5db71e96e192187688e1140d9a
|
||||||
|
entity_id: light.jen_nightstand_light
|
||||||
|
domain: light
|
||||||
|
|
||||||
|
automation jp_nighstand_lamp:
|
||||||
|
alias: J.P. Nighstand Lamp
|
||||||
|
description: ''
|
||||||
|
mode: single
|
||||||
|
trigger:
|
||||||
|
- device_id: f223ed24fe135bfd6bb7006dddb6b9f8
|
||||||
|
domain: zha
|
||||||
|
platform: device
|
||||||
|
type: remote_button_short_press
|
||||||
|
subtype: remote_button_short_press
|
||||||
|
condition: []
|
||||||
|
action:
|
||||||
|
- type: toggle
|
||||||
|
device_id: a9a219b3e184e045a40959605b4c2be0
|
||||||
|
entity_id: light.jp_nighstand_light
|
||||||
|
domain: light
|
||||||
Reference in New Issue
Block a user