Getting the latest data from fireservicerota.
Definition at line 153 of file __init__.py.
◆ __init__()
| def homeassistant.components.fireservicerota.FireServiceRotaClient.__init__ |
( |
|
self, |
|
|
|
hass, |
|
|
|
entry |
|
) |
| |
Initialize the data object.
Definition at line 156 of file __init__.py.
◆ async_response_update()
| dict | None homeassistant.components.fireservicerota.FireServiceRotaClient.async_response_update |
( |
|
self | ) |
|
Get the latest incident response data.
Definition at line 216 of file __init__.py.
◆ async_set_response()
| None homeassistant.components.fireservicerota.FireServiceRotaClient.async_set_response |
( |
|
self, |
|
|
|
value |
|
) |
| |
Set incident response status.
Definition at line 226 of file __init__.py.
◆ async_update()
| dict | None homeassistant.components.fireservicerota.FireServiceRotaClient.async_update |
( |
|
self | ) |
|
Get the latest availability data.
Definition at line 202 of file __init__.py.
◆ setup()
| None homeassistant.components.fireservicerota.FireServiceRotaClient.setup |
( |
|
self | ) |
|
◆ update_call()
| def homeassistant.components.fireservicerota.FireServiceRotaClient.update_call |
( |
|
self, |
|
|
|
func, |
|
|
* |
args |
|
) |
| |
Perform update call and return data.
Definition at line 185 of file __init__.py.
◆ _entry
| homeassistant.components.fireservicerota.FireServiceRotaClient._entry |
|
private |
◆ _hass
| homeassistant.components.fireservicerota.FireServiceRotaClient._hass |
|
private |
◆ _tokens
| homeassistant.components.fireservicerota.FireServiceRotaClient._tokens |
|
private |
◆ _url
| homeassistant.components.fireservicerota.FireServiceRotaClient._url |
|
private |
◆ entry_id
| homeassistant.components.fireservicerota.FireServiceRotaClient.entry_id |
◆ fsr
| homeassistant.components.fireservicerota.FireServiceRotaClient.fsr |
◆ incident_id
| homeassistant.components.fireservicerota.FireServiceRotaClient.incident_id |
◆ oauth
| homeassistant.components.fireservicerota.FireServiceRotaClient.oauth |
◆ on_duty
| homeassistant.components.fireservicerota.FireServiceRotaClient.on_duty |
◆ token_refresh_failure
| homeassistant.components.fireservicerota.FireServiceRotaClient.token_refresh_failure |
◆ unique_id
| homeassistant.components.fireservicerota.FireServiceRotaClient.unique_id |
◆ websocket
| homeassistant.components.fireservicerota.FireServiceRotaClient.websocket |
The documentation for this class was generated from the following file:
- core/homeassistant/components/fireservicerota/__init__.py