From 8fecddeee80a3fa3c6456988262f876e2416137e Mon Sep 17 00:00:00 2001 From: Henry Seed Date: Wed, 7 Sep 2022 18:04:25 +1200 Subject: [PATCH 1/3] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 26e7385..0451009 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ A very simple `picture-elements` YAML config with custom images to match the bui - Hold the Home button and release to open the control centre just oike on the physical remote -![Both types of Volume](https://github.com/HenrySeed/HA-AppleTV-Remote-Card/blob/main/eithor_or.png?raw=true) +![Both types of Volume](https://github.com/HenrySeed/HA-AppleTV-Remote-Card/blob/main/Screenshots/eithor_or.png?raw=true) ## Installation -1. Copy the contents of `remote-card.yaml` into a `picture-elements` lovelace card. +1. Copy the contents of [remote-card.yaml](https://github.com/HenrySeed/HA-AppleTV-Remote-Card/blob/main/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. 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 +3. Make a script called `apple_tv_power` (or something else and update the yaml to fit). Copy the contents of [apple_tv_power.yaml](https://github.com/HenrySeed/HA-AppleTV-Remote-Card/blob/main/apple_tv_power.yaml) into it 4. Update the `navigation_path: home` to point to the dashboard you send this to. ### Optionally @@ -24,4 +24,9 @@ A very simple `picture-elements` YAML config with custom images to match the bui - Save the images to your `/config/resources` folder (making that folder if necessary) - Change the image you point to, there are options for rounded corners and VOL vs +- Volume rockers +## Button Layout + +![Button Layout](https://github.com/HenrySeed/HA-AppleTV-Remote-Card/blob/main/Screenshots/button_example.png?raw=true) + + Credit to [douglampe](https://github.com/douglampe) for the idea [his repo](https://github.com/douglampe/ha-appletv-remote-card) From 5f8599691543eb994a5c5f8076f283946879eb69 Mon Sep 17 00:00:00 2001 From: Henry Seed Date: Wed, 7 Sep 2022 18:04:47 +1200 Subject: [PATCH 2/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0451009..7455181 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ 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 idea [his repo](https://github.com/douglampe/ha-appletv-remote-card) + ## Features - Power on and Power off with the same power button - Play/Pause with one button @@ -29,4 +31,3 @@ A very simple `picture-elements` YAML config with custom images to match the bui ![Button Layout](https://github.com/HenrySeed/HA-AppleTV-Remote-Card/blob/main/Screenshots/button_example.png?raw=true) -Credit to [douglampe](https://github.com/douglampe) for the idea [his repo](https://github.com/douglampe/ha-appletv-remote-card) From 63d601ebcdde78845cf7ccc983abe667b77aa9db Mon Sep 17 00:00:00 2001 From: Henry Seed Date: Wed, 7 Sep 2022 18:06:43 +1200 Subject: [PATCH 3/3] Update remote-card.yaml --- remote-card.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote-card.yaml b/remote-card.yaml index 5e4c701..e7f44d6 100644 --- a/remote-card.yaml +++ b/remote-card.yaml @@ -1,5 +1,5 @@ type: picture-elements -image: https://github.com/HenrySeed/HA-AppleTV-Remote-Card/blob/main/Images/apple-tv-remote_VOL_notRounded.png?raw=true +image: https://github.com/HenrySeed/HA-AppleTV-Remote-Card/blob/main/Images/apple-tv-remote_PLUS_MINUS_notRounded.png?raw=true elements: # Exit =================================