home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
69.69k stars 28.84k forks source link

Apple TV Integration exposes useless buttons in Homekit Bridge Integration #114768

Open aescolastico opened 2 months ago

aescolastico commented 2 months ago

The problem

Is there anyway to exclude the 2 non functioning buttons exposed by adding the media player entity for the apple tv to homekit? only one of these actually turns the apple tv on and off. Visually this creates unwanted clutter. Is there anyway to exclude these? Or to make a standalone entity for the power switch?

image

What version of Home Assistant Core has the issue?

2024.3.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Apple TV, HomeKit Bridge

Link to integration documentation on our website

https://www.home-assistant.io/integrations/apple_tv

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 2 months ago

Hey there @postlund, mind taking a look at this issue as it has been labeled with an integration (apple_tv) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `apple_tv` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign apple_tv` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


apple_tv documentation apple_tv source (message by IssueLinks)

diegocjorge commented 2 months ago

Once you’ve set up your Apple TV as a HomeKit hub, it’s automatically integrated into the Home app. What would be the need or benefit of adding it again via the HomeKit Bridge?

aescolastico commented 2 months ago

Once you’ve set up your Apple TV as a HomeKit hub, it’s automatically integrated into the Home app. What would be the need or benefit of adding it again via the HomeKit Bridge?

for use in automations. that apple native integration doesnt allow you to turn off the apple tv via homekit scenes or automations. only via siri. its a known limitation.

diegocjorge commented 2 months ago

Once you’ve set up your Apple TV as a HomeKit hub, it’s automatically integrated into the Home app. What would be the need or benefit of adding it again via the HomeKit Bridge?

for use in automations. that apple native integration doesnt allow you to turn off the apple tv via homekit scenes or automations. only via siri. its a known limitation.

Oh, I see.

So, whether they’re on or off doesn’t make a difference, correct? In that case, you could consolidate them and the "Living TV" button into one switch within the Home app. As long as "Living TV" is on the group stays on, just don't leave any of the useless buttons on with the "Living TV" off.

While this doesn’t resolve the problem, it does help to reduce unnecessary clutter.

aescolastico commented 2 months ago

Once you’ve set up your Apple TV as a HomeKit hub, it’s automatically integrated into the Home app. What would be the need or benefit of adding it again via the HomeKit Bridge?

for use in automations. that apple native integration doesnt allow you to turn off the apple tv via homekit scenes or automations. only via siri. its a known limitation.

Oh, I see.

So, whether they’re on or off doesn’t make a difference, correct? In that case, you could consolidate them and the "Living TV" button into one switch within the Home app. As long as "Living TV" is on the group stays on, just don't leave any of the useless buttons on with the "Living TV" off.

While this doesn’t resolve the problem, it does help to reduce unnecessary clutter.

it already defaults to a group of 3 buttons. i make them seperate tiles so that you can activate the button without opening the device. as they appear by default (grouped) pressing on the switch just opens a popup. so that just has the effect of barely tucking the clutter under the rug and also reduces convenience.