Add Duty binary_sensor platform to FireServiceRota integration (#43638)

This commit is contained in:
Ron Klinkien 2020-11-26 15:42:55 +01:00 committed by GitHub
parent eb3e5cf446
commit 316a2750df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 139 additions and 34 deletions

View file

@ -7,3 +7,6 @@ URL_LIST = {
"www.fireservicerota.co.uk": "FireServiceRota",
}
WSS_BWRURL = "wss://{0}/cable?access_token={1}"
DATA_CLIENT = "client"
DATA_COORDINATOR = "coordinator"