core/homeassistant/components/fireservicerota/const.py

10 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}"