stop hating myself

This commit is contained in:
CeeWeasel
2025-12-09 16:59:38 -05:00
parent a49d981ad4
commit 578edbc7dc
100 changed files with 11098 additions and 966 deletions
+14
View File
@@ -0,0 +1,14 @@
media_player:
- id: external_media_player
platform: speaker
# Define the actions Home Assistant will call
on_turn_on:
- lambda: |-
// No action needed, Home Assistant can call this service
return;
on_turn_off:
- lambda: |-
// No action needed, Home Assistant can call this service
return;