Hi everyone!
I’m currently working on an Apple TV app that lets you control devices, scenes, and sensors in Home Assistant. It’s still in development, but here’s the basic idea:
The design is not finished, just more like a PoC - Proof of Concep.
One column for devices, one for scenes, and one for sensors.
• The app automatically pulls content from Home Assistant groups:
• group.hatv_control_devices (Devices)
• group.hatv_control_scene (Scenes)
• group.hatv_control_sensors (Sensors).
Home Assistant configuration:
group:
hatv_control_scene:
name: HATV Control Scenes
entities:
- input_boolean.scene_watch_movie
- input_boolean.scene_disable_automations
- input_boolean.scene_snacks
- input_boolean.scene_night_light
- input_boolean.scene_horror_movie
- input_boolean.scene_party_mode
- input_boolean.scene_relaxation
hatv_control_devices:
name: HATV Control Devices
entities:
- light.living_room_light
- light.hallway_light
- light.kitchen_light
- light.bedroom_light
hatv_control_sensors:
name: HATV Control Sensors
entities:
- sensor.plex_movie_count
- sensor.plex_series_count
- sensor.living_room_temperature
- sensor.balcony_temperature
Since this is a work in progress, I’d love to hear your feedback, suggestions, or ideas about what to add or improve!
Work in Progress:
• Simpler Access Token setup: Currently works best with Handoff copy-paste from your iPhone or iPad.
• Better Lighting controls: Including dimming functionality and color.
• Input Select support
• Improved design
• A more appealing app name and an app icon
Here is the TestFlight link: Join the ha-control beta - TestFlight - Apple
Thanks for checking it out!