Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the FireServiceRota integration."""
2 
3 DOMAIN = "fireservicerota"
4 
5 URL_LIST = {
6  "www.brandweerrooster.nl": "BrandweerRooster",
7  "www.fireservicerota.co.uk": "FireServiceRota",
8 }
9 WSS_BWRURL = "wss://{0}/cable?access_token={1}"
10 
11 DATA_CLIENT = "client"
12 DATA_COORDINATOR = "coordinator"