Control your Hisense/Vidaa Smart TV from Home Assistant!
- Auto-discovery - TVs automatically detected via SSDP
- PIN Pairing - Secure setup via PIN on TV screen
- Media Player - Power, volume, sources, and apps
- Remote Control - Send any remote button command
- Custom Services -
send_keyandlaunch_app
- Install via HACS
- Restart Home Assistant
- Go to Settings → Devices & Services
- Your TV should appear as discovered, or click "Add Integration" and search for "Vidaa TV"
- Enter the PIN shown on your TV
- Done!
- Hisense Smart TVs (2018+)
- Vidaa U platform TVs
- Some Toshiba TVs with Vidaa OS
Launch Netflix:
service: vidaa_tv.launch_app
data:
app: netflixSend remote command:
service: remote.send_command
target:
entity_id: remote.living_room_tv_remote
data:
command: homeSee the full documentation for detailed setup and configuration options.