mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-18 11:16:37 +00:00
16 lines
379 B
Python
16 lines
379 B
Python
"""Constants of services that can be discovered."""
|
|
|
|
BELKIN_WEMO = "belkin_wemo"
|
|
DLNA = "DLNA"
|
|
GOOGLE_CAST = "google_cast"
|
|
PHILIPS_HUE = "philips_hue"
|
|
PMS = 'plex_mediaserver'
|
|
LMS = 'logitech_mediaserver'
|
|
NETGEAR_ROUTER = "netgear_router"
|
|
SONOS = "sonos"
|
|
PANASONIC_VIERA = "panasonic_viera"
|
|
SABNZBD = 'sabnzbd'
|
|
KODI = 'kodi'
|
|
HOME_ASSISTANT = "home_assistant"
|
|
MYSTROM = 'mystrom'
|