2020-11-25 15:38:49 +00:00
|
|
|
"""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}"
|
2020-11-26 14:42:55 +00:00
|
|
|
|
|
|
|
DATA_CLIENT = "client"
|
|
|
|
DATA_COORDINATOR = "coordinator"
|