diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..f822ca3 Binary files /dev/null and b/.DS_Store differ diff --git a/Images/.DS_Store b/Images/.DS_Store new file mode 100644 index 0000000..00d5b0d Binary files /dev/null and b/Images/.DS_Store differ diff --git a/Images/apple-tv-remote_PLUS_MINUS.png b/Images/apple-tv-remote_PLUS_MINUS.png deleted file mode 100644 index 0e08808..0000000 Binary files a/Images/apple-tv-remote_PLUS_MINUS.png and /dev/null differ diff --git a/Images/apple-tv-remote_PLUS_MINUS_notRounded.png b/Images/apple-tv-remote_PM.png similarity index 100% rename from Images/apple-tv-remote_PLUS_MINUS_notRounded.png rename to Images/apple-tv-remote_PM.png diff --git a/Images/apple-tv-remote_PM_noBack.png b/Images/apple-tv-remote_PM_noBack.png new file mode 100644 index 0000000..9dcc7ce Binary files /dev/null and b/Images/apple-tv-remote_PM_noBack.png differ diff --git a/Images/apple-tv-remote_VOL.png b/Images/apple-tv-remote_VOL.png index e076657..d1ea681 100644 Binary files a/Images/apple-tv-remote_VOL.png and b/Images/apple-tv-remote_VOL.png differ diff --git a/Images/apple-tv-remote_VOL_noBack.png b/Images/apple-tv-remote_VOL_noBack.png new file mode 100644 index 0000000..f8284bd Binary files /dev/null and b/Images/apple-tv-remote_VOL_noBack.png differ diff --git a/Images/apple-tv-remote_VOL_notRounded.png b/Images/apple-tv-remote_VOL_notRounded.png deleted file mode 100644 index d1ea681..0000000 Binary files a/Images/apple-tv-remote_VOL_notRounded.png and /dev/null differ diff --git a/README.md b/README.md index 26e7385..a6bd386 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,14 @@ A very simple `picture-elements` YAML config with custom images to match the built in IOS remote ## Features -- Power on and Power off with the same power button -- Play/Pause with one button -- Styled directly on the latest IOS remote UI -- Back button to redirect home if you use this in a stand a lone dashboard -- Hold the Home button and release to open the control centre just oike on the physical remote +- Power on and Power off with the same power button +- Play/Pause with one button +- Styled directly on the latest IOS remote UI +- Back button to redirect home if you use this in a stand a lone dashboard +- Hold the Home button and release to open the control centre just oike on the physical remote +- Options for both "plus-minus" and VOL up down volume rockers +- Optional back button ![Both types of Volume](https://github.com/HenrySeed/HA-AppleTV-Remote-Card/blob/main/eithor_or.png?raw=true) @@ -18,6 +20,7 @@ A very simple `picture-elements` YAML config with custom images to match the bui 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 4. Update the `navigation_path: home` to point to the dashboard you send this to. +5. Choose a different image from `Images/` to remove the back button or change the volume rocker. ### Optionally diff --git a/remote-card.yaml b/remote-card.yaml index 5e4c701..3fcf761 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_PM.png?raw=true elements: # Exit =================================