mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Remove legacy discovery for roku (#34794)
This commit is contained in:
parent
de062bc2a6
commit
c56391e972
@ -37,7 +37,6 @@ SERVICE_KONNECTED = "konnected"
|
|||||||
SERVICE_MOBILE_APP = "hass_mobile_app"
|
SERVICE_MOBILE_APP = "hass_mobile_app"
|
||||||
SERVICE_NETGEAR = "netgear_router"
|
SERVICE_NETGEAR = "netgear_router"
|
||||||
SERVICE_OCTOPRINT = "octoprint"
|
SERVICE_OCTOPRINT = "octoprint"
|
||||||
SERVICE_ROKU = "roku"
|
|
||||||
SERVICE_SABNZBD = "sabnzbd"
|
SERVICE_SABNZBD = "sabnzbd"
|
||||||
SERVICE_SAMSUNG_PRINTER = "samsung_printer"
|
SERVICE_SAMSUNG_PRINTER = "samsung_printer"
|
||||||
SERVICE_TELLDUSLIVE = "tellstick"
|
SERVICE_TELLDUSLIVE = "tellstick"
|
||||||
@ -59,7 +58,6 @@ SERVICE_HANDLERS = {
|
|||||||
SERVICE_HASSIO: ("hassio", None),
|
SERVICE_HASSIO: ("hassio", None),
|
||||||
SERVICE_APPLE_TV: ("apple_tv", None),
|
SERVICE_APPLE_TV: ("apple_tv", None),
|
||||||
SERVICE_ENIGMA2: ("media_player", "enigma2"),
|
SERVICE_ENIGMA2: ("media_player", "enigma2"),
|
||||||
SERVICE_ROKU: ("roku", None),
|
|
||||||
SERVICE_WINK: ("wink", None),
|
SERVICE_WINK: ("wink", None),
|
||||||
SERVICE_XIAOMI_GW: ("xiaomi_aqara", None),
|
SERVICE_XIAOMI_GW: ("xiaomi_aqara", None),
|
||||||
SERVICE_SABNZBD: ("sabnzbd", None),
|
SERVICE_SABNZBD: ("sabnzbd", None),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user