Updates to use Github pic by default

This commit is contained in:
Henry Seed 2022-09-07 17:53:19 +12:00
parent 54d500e65a
commit cf76b63310
2 changed files with 9 additions and 5 deletions

View File

@ -1,4 +1,5 @@
# 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)
@ -9,6 +10,9 @@ Credit to [douglampe](https://github.com/douglampe) for the original YAML setup
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
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
### Optionally
- 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

View File

@ -1,5 +1,5 @@
type: picture-elements
image: /local/resources/apple-tv-remote_PLUS_MINUS.png
image: https://github.com/HenrySeed/HA-AppleTV-Remote-Card/blob/main/apple-tv-remote_PLUS_MINUS_notRounded.png?raw=true
elements:
# Exit =================================