Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com> Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
9 lines
248 B
Python
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}"
|