mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-30 23:06:49 +00:00

* Update remote.itach.markdown * Update remote.apple_tv.markdown * Update remote.markdown * Update remote.harmony.markdown * Grammar fixes
828 B
828 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_iot_class | ha_release |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Apple TV Remote | Instructions how to integrate Apple TV remote into Home Assistant. | 2017-06-26 20:50 | true | false | true | true | apple.png | Remote | Local Push | 0.49 |
The apple_tv
remote platform allows you to send remote control buttons to an Apple TV. It is automatically setup when an Apple TV is configured, please see Apple TV Component for configuration details.
At the moment, the following buttons are supported:
- up
- down
- left
- right
- menu
- top_menu
- select
A typical service call for press several buttons looks like this.
service: remote.send_command
data:
entity_id: remote.apple_tv
command:
- left
- left
- menu
- select