Update README.md

This commit is contained in:
Henry Seed 2022-09-07 18:04:25 +12:00 committed by GitHub
parent bf6d9133ae
commit 8fecddeee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 - 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 ## 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 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. 4. Update the `navigation_path: home` to point to the dashboard you send this to.
### Optionally ### 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) - 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 - 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) Credit to [douglampe](https://github.com/douglampe) for the idea [his repo](https://github.com/douglampe/ha-appletv-remote-card)