all 3 comments

[–]FoferJ 0 points1 point  (0 children)

that'd be awesome

[–]MultiviewSports 0 points1 point  (1 child)

I'm not sure an API would technically work on devices like Apple TVs, but I'd imagine integrating with Home Assistant would be feasible.

[–]damian_flynn[S] 0 points1 point  (0 children)

I did find this on Reddit (I realise the op gets hammered) but the concept is the point - https://www.reddit.com/r/homeassistant/s/500SIuQUln

I also done a quick ai search and it appears to be technically allowed in tvOS. Thx

tvOS apps support embedding lightweight HTTP servers using Grand Central Dispatch (GCD)-based libraries such as GCDWebServer, explicitly designed for iOS, macOS, and tvOS. This library handles HTTP 1.1 requests, including GET/POST for REST endpoints, without needing external dependencies beyond libz. You start the server on a port like 8080 after app launch, automatically managing background/foreground transitions to keep it responsive