hass-core/homeassistant/components/fireservicerota/const.py
Ron Klinkien ea52ffc2d9
Add FireServiceRota/BrandweerRooster integration (#38206)
Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-11-25 16:38:49 +01:00

9 lines
248 B
Python

"""Constants for the FireServiceRota integration."""
DOMAIN = "fireservicerota"
URL_LIST = {
"www.brandweerrooster.nl": "BrandweerRooster",
"www.fireservicerota.co.uk": "FireServiceRota",
}
WSS_BWRURL = "wss://{0}/cable?access_token={1}"