mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Remove openhome from discovery component (#96021)
This commit is contained in:
parent
70445c0edd
commit
7d97152593
@ -60,7 +60,6 @@ class ServiceDetails(NamedTuple):
|
|||||||
SERVICE_HANDLERS = {
|
SERVICE_HANDLERS = {
|
||||||
SERVICE_ENIGMA2: ServiceDetails("media_player", "enigma2"),
|
SERVICE_ENIGMA2: ServiceDetails("media_player", "enigma2"),
|
||||||
"yamaha": ServiceDetails("media_player", "yamaha"),
|
"yamaha": ServiceDetails("media_player", "yamaha"),
|
||||||
"openhome": ServiceDetails("media_player", "openhome"),
|
|
||||||
"bluesound": ServiceDetails("media_player", "bluesound"),
|
"bluesound": ServiceDetails("media_player", "bluesound"),
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -87,6 +86,7 @@ MIGRATED_SERVICE_HANDLERS = [
|
|||||||
SERVICE_MOBILE_APP,
|
SERVICE_MOBILE_APP,
|
||||||
SERVICE_NETGEAR,
|
SERVICE_NETGEAR,
|
||||||
SERVICE_OCTOPRINT,
|
SERVICE_OCTOPRINT,
|
||||||
|
"openhome",
|
||||||
"philips_hue",
|
"philips_hue",
|
||||||
SERVICE_SAMSUNG_PRINTER,
|
SERVICE_SAMSUNG_PRINTER,
|
||||||
"sonos",
|
"sonos",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user