2026-05-22 17:03:45 -04:00
|
|
|
######################################################################
|
|
|
|
|
# @CCOSTAN - Follow Me on X
|
|
|
|
|
# For more info visit https://www.vcloudinfo.com/click-here
|
|
|
|
|
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
|
|
|
|
# -------------------------------------------------------------------
|
|
|
|
|
# Script to shut switches with a 30 second delay to not trample codes - Sample Call.
|
|
|
|
|
# Defines the Script to shut switches with a 30 second delay to not trample codes sequence for reuse by automations and dashboards.
|
|
|
|
|
# -------------------------------------------------------------------
|
|
|
|
|
# Notes: Example action call was documented in the legacy header
|
|
|
|
|
# Notes: - service: script.interior_off
|
|
|
|
|
######################################################################
|
2018-01-01 19:00:45 -05:00
|
|
|
interior_off:
|
|
|
|
|
sequence:
|
2018-01-17 11:39:08 -05:00
|
|
|
- service: homeassistant.turn_off
|
2018-01-01 19:00:45 -05:00
|
|
|
entity_id:
|
|
|
|
|
- group.interior_lights
|
2024-12-17 17:05:10 +00:00
|
|
|
- group.interior_switches
|
|
|
|
|
- switch.lr_amp
|
2024-12-28 19:32:38 +00:00
|
|
|
- group.tvs
|
2020-07-19 19:19:41 -04:00
|
|
|
- service: script.paige_lights_off # C by GE Lights (https://amzn.to/30w3UWy)
|
2023-10-02 18:55:06 +00:00
|
|
|
# - service: script.noon_lights_off # Noon Home Smart Lights (https://amzn.to/3fOIPx6)
|