#1487 and a ton of other updates.

This commit is contained in:
CCOSTAN
2024-12-17 17:05:10 +00:00
parent b1c75c76fb
commit 50f8bbf02c
359 changed files with 13428 additions and 30 deletions

View File

@@ -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)

View File

@@ -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:

View File

@@ -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