jimz011 / homekit-infused

Homekit Infused 5 2023
https://jimz011.github.io/homekit-infused/
Other
868 stars 138 forks source link

Correction of Apple TV Commands #201

Open zimmra opened 1 year ago

zimmra commented 1 year ago
  1. properly reference atv commands
  2. Add atv command for power/sleep control

All commands referencing atv config variable were previously using the command_left command

Also noticed no accomodation for power/sleep control of the Apple TV Added sleep command per official example

I haven't had the opportunity to test yet

zimmra commented 1 year ago

The command_power in /hki-base/addons/remote-control.yaml may need to be chomped

As in, changed to:

  command_power: |-
    - home_hold
    - select

I can test soon to find out, I don't have enough experience with lovelace_gen or multiline references to know without testing