adds no back versions
BIN
Images/.DS_Store
vendored
Normal file
|
Before Width: | Height: | Size: 288 KiB |
|
Before Width: | Height: | Size: 268 KiB After Width: | Height: | Size: 268 KiB |
BIN
Images/apple-tv-remote_PM_noBack.png
Normal file
|
After Width: | Height: | Size: 266 KiB |
|
Before Width: | Height: | Size: 296 KiB After Width: | Height: | Size: 276 KiB |
BIN
Images/apple-tv-remote_VOL_noBack.png
Normal file
|
After Width: | Height: | Size: 274 KiB |
|
Before Width: | Height: | Size: 276 KiB |
@ -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
|
||||
|
||||
- Options for both "plus-minus" and VOL up down volume rockers
|
||||
- Optional back button
|
||||
|
||||

|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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 =================================
|
||||
|
||||