mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
13 lines
305 B
Python
13 lines
305 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}"
|
|
|
|
DATA_CLIENT = "client"
|
|
DATA_COORDINATOR = "coordinator"
|