Home Assitant Integration

This commit is contained in:
2026-02-23 15:23:00 -06:00
parent 3204f07947
commit 87de29797e
7 changed files with 606 additions and 176 deletions
+18
View File
@@ -1,6 +1,12 @@
smart_url:
name: Smart play URL
description: Resolve and play a shared URL in RelayTV (RelayTV POST /smart).
target:
entity:
domain: media_player
integration: relaytv
device:
integration: relaytv
fields:
url:
required: true
@@ -11,6 +17,12 @@ smart_url:
play_now:
name: Play now
description: Play a URL immediately (RelayTV POST /play). This clears the queue.
target:
entity:
domain: media_player
integration: relaytv
device:
integration: relaytv
fields:
url:
required: true
@@ -31,6 +43,12 @@ play_now:
announce:
name: Announce
description: Alias for play_now. (RelayTV does not currently implement a distinct announcement mode.)
target:
entity:
domain: media_player
integration: relaytv
device:
integration: relaytv
fields:
url:
required: true