lukasroegner / homebridge-philips-hue-sync-box

Homebridge plugin for the Philips Hue Sync Box.
MIT License
55 stars 12 forks source link

TV icons gone after installing iOS 14 GM #23

Closed juniperhill closed 3 years ago

juniperhill commented 4 years ago

I have no idea if this is something you can focus with the plug-in but something changed with the final release of is 14. The TV icon showing for the Sync box accessories in the Home app are now gone and instead there's is a house icon. This was not a problem with the last beta. I'll attached a picture. DD5DCDC5-E63D-4F69-9552-3462126DD6A8

DJay-X commented 4 years ago

@lukasroegner Same here since iOS 14. Everything is working well and as expected. However it's not showing up as TV anymore.

Compare with https://github.com/merdok/homebridge-webos-tv this is still showing as TV Service.

RPReplay_Final1600434745 2020-09-18 15_14_20

lukasroegner commented 3 years ago

It is a known change in the GM of iOS 14 (hasn't been present in previous betas), see https://github.com/homebridge/HAP-NodeJS/issues/846

I'll try to change the implementation so that the plugin exposes all TVs as external accessories.

lukasroegner commented 3 years ago

New version 0.7.0! All TV accessories are now exposed as external accessories, which means you have to add them to HomeKit manually (once). The Homebridge logs show the pin for adding them.

juniperhill commented 3 years ago

Thanks man!