Refactor automation configurations and enhance living room lighting scenes

- Removed redundant conditions from late night outside helper automation.
- Added a new automation for living room lighting that triggers a red scene when entry points are activated or garage doors are opened.
- Updated TV time automation to streamline triggers and removed the associated input boolean.
- Adjusted living room scene settings to ensure lights are on with specified RGB colors and brightness levels.
- Cleaned up trigger booleans by removing the now unnecessary TV time boolean.
This commit is contained in:
Carlo Costanzo
2025-11-29 12:19:32 -05:00
parent 896541e551
commit bbcc77673d
6 changed files with 42 additions and 49 deletions

View File

@@ -1,26 +1,15 @@
######################################################################
# @CCOSTAN
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
# TV Time at sunset or 8pm. Whichever is later.
# config/automation/tv_time_on_and_off.yaml
# TV Time: soften house lights when living room media starts after 8pm/sunset.
# https://github.com/CCOSTAN/Home-AssistantConfig
######################################################################
- alias: TV Time
id: 6e59d312-661f-40da-bb08-416f2e86b566
trigger:
- platform: state
entity_id: input_boolean.TV_time
to: 'on'
from: 'off'
- platform: state
entity_id: sun.sun
to: 'below_horizon'
from: 'above_horizon'
- platform: state
entity_id: media_player.living_room_ultra
to: 'playing'
- platform: time
at: '20:00:00'
condition:
condition: and
conditions:
@@ -40,8 +29,6 @@
state: 'playing'
action:
- service: input_boolean.turn_off
entity_id: input_boolean.tv_time
- service: light.turn_off
entity_id: