Refactor code structure for improved readability and maintainability

This commit is contained in:
CeeWeasel
2026-01-19 14:47:59 -05:00
parent 6550521520
commit 97a0e678c0
84 changed files with 1614 additions and 1177 deletions
@@ -14,7 +14,7 @@ sequence:
- action: media_player.volume_set
target:
# entity_id: media_player.ma_home_assistant_voice_097b44_media_player
entity_id: media_player.ma_master_bedroom_clock
entity_id: media_player.ma_bedroom_hub
data:
volume_level: "{{iif(volume>1,1,volume)}}"
@@ -23,7 +23,7 @@ sequence:
entity_id: tts.google_translate_en_com
data:
# media_player_entity_id: media_player.ma_home_assistant_voice_097b44_media_player
media_player_entity_id: media_player.ma_master_bedroom_clock
media_player_entity_id: media_player.ma_bedroom_hub
#message: "Pick up the kids at 7 for Donuts with Dads! Its {{ now().strftime('%-I:%M %p') }} so you need to get out of bed and get ready for work and get the kids ready for school"
message: "You have {{ states('todo.local_to_do') }} items on your daily task list: {{ local_todo['todo.local_to_do']['items'] | map(attribute='summary') | list | join(', ') }}"