initial push

This commit is contained in:
CeeWeasel
2024-04-14 14:08:56 -04:00
commit 53bf393d14
1111 changed files with 71730 additions and 0 deletions
@@ -0,0 +1,20 @@
alias: Front Room TV Standby
id: automation_front_room_tv_standby
trigger:
- platform: state
entity_id: media_player.front_room_tv
to: 'standby'
for: '00:05:00'
condition:
- condition: state
entity_id: input_boolean.lighting_automations
state: 'on'
action:
- service: input_select.select_option
data_template:
entity_id: input_select.front_room_mode
option: "{{ states('input_text.front_room_mode') }}"
- service: automation.trigger
entity_id: automation.front_room_lights_to_on