Remove openhome from discovery component (#96021)

This commit is contained in:
Barry Williams 2023-07-07 13:24:42 +01:00 committed by GitHub
parent 70445c0edd
commit 7d97152593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,6 @@ class ServiceDetails(NamedTuple):
SERVICE_HANDLERS = {
SERVICE_ENIGMA2: ServiceDetails("media_player", "enigma2"),
"yamaha": ServiceDetails("media_player", "yamaha"),
"openhome": ServiceDetails("media_player", "openhome"),
"bluesound": ServiceDetails("media_player", "bluesound"),
}
@ -87,6 +86,7 @@ MIGRATED_SERVICE_HANDLERS = [
SERVICE_MOBILE_APP,
SERVICE_NETGEAR,
SERVICE_OCTOPRINT,
"openhome",
"philips_hue",
SERVICE_SAMSUNG_PRINTER,
"sonos",