From 2714ee4cbea8be1b9a3d149d10d9cc8e5bfb1fb9 Mon Sep 17 00:00:00 2001 From: Henry Seed Date: Wed, 7 Sep 2022 17:39:09 +1200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c98310d..30b99dd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # HA-AppleTV-Remote-Card A very simple `picture-elements` YAML config with custom images to match the built in IOS remote + +Credit to [douglampe](https://github.com/douglampe) for the original YAML setup and idea [his solution](https://github.com/douglampe/ha-appletv-remote-card) + +## Installation + +1. Copy the contents of remote-card.yaml into a `picture-elements` lovelace card. +2. Change `remote.living_apple_tv` and `media_player.living_apple_tv` to your Apple TV remote and media entities +3. Save the images to your `/config/resources` folder (making that folder if necessary) +4. Update the YAML to point to the version of the image you want to use. Alternatly point the `image` referrence to `` +4. Make a script called `apple_tv_power` (or something else and update the yaml to fit). Copy the contents of apple_tv_power.yaml into it