I’ve worked on a similar challenge and implemented an app called iTraqqar: Find My TV, which is designed for Google TV and Android TV to help users track their TV’s location and enhance security.
To achieve this, I used the Google Geolocation API, which allows for approximate location tracking based on network data. Since Google TVs lack built-in GPS hardware, traditional methods like FusedLocationProviderClient and LocationManager do not work as expected.