mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +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_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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user