mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-19 11:38:30 +00:00
#1487 and a ton of other updates.
This commit is contained in:
@@ -10,7 +10,8 @@ interior_off:
|
||||
- service: homeassistant.turn_off
|
||||
entity_id:
|
||||
- group.interior_lights
|
||||
- service: script.switch_turn_off_all
|
||||
- group.interior_switches
|
||||
- switch.lr_amp
|
||||
- service: script.paige_lights_off # C by GE Lights (https://amzn.to/30w3UWy)
|
||||
- service: script.garage_lights_off # C by GE Lights (https://amzn.to/30w3UWy)
|
||||
# - service: script.noon_lights_off # Noon Home Smart Lights (https://amzn.to/3fOIPx6)
|
||||
|
@@ -56,7 +56,7 @@ notify_engine:
|
||||
group: "{{ group|default('information'),true }}"
|
||||
push:
|
||||
interuption_level: "{{ level|default('active'),true }}"
|
||||
entity_id: "{{ camera_entity }}"
|
||||
entity_id: "{{ camera_entity|default('', true) }}"
|
||||
|
||||
notify_engine_two_button:
|
||||
sequence:
|
||||
|
@@ -1,13 +0,0 @@
|
||||
######################################################################################################
|
||||
###Script to shut switches with a 30 second delay to not trample codes
|
||||
### Sample Call
|
||||
# action:
|
||||
# - service: script.switch_turn_off_all
|
||||
######################################################################################################
|
||||
|
||||
switch_turn_off_all:
|
||||
sequence:
|
||||
- service: switch.turn_off
|
||||
entity_id: group.interior_switches
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.lr_amp
|
Reference in New Issue
Block a user