Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.fireservicerota.const Namespace Reference

Variables

string DATA_CLIENT = "client"
 
string DATA_COORDINATOR = "coordinator"
 
string DOMAIN = "fireservicerota"
 
dictionary URL_LIST
 
string WSS_BWRURL = "wss://{0}/cable?access_token={1}"
 

Detailed Description

Constants for the FireServiceRota integration.

Variable Documentation

◆ DATA_CLIENT

string homeassistant.components.fireservicerota.const.DATA_CLIENT = "client"

Definition at line 11 of file const.py.

◆ DATA_COORDINATOR

string homeassistant.components.fireservicerota.const.DATA_COORDINATOR = "coordinator"

Definition at line 12 of file const.py.

◆ DOMAIN

string homeassistant.components.fireservicerota.const.DOMAIN = "fireservicerota"

Definition at line 3 of file const.py.

◆ URL_LIST

dictionary homeassistant.components.fireservicerota.const.URL_LIST
Initial value:
1 = {
2  "www.brandweerrooster.nl": "BrandweerRooster",
3  "www.fireservicerota.co.uk": "FireServiceRota",
4 }

Definition at line 5 of file const.py.

◆ WSS_BWRURL

string homeassistant.components.fireservicerota.const.WSS_BWRURL = "wss://{0}/cable?access_token={1}"

Definition at line 9 of file const.py.