Namespaces | |
| binary_sensor | |
| config_flow | |
| const | |
| sensor | |
| switch | |
Classes | |
| class | FireServiceRotaClient |
| class | FireServiceRotaOauth |
| class | FireServiceRotaWebSocket |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=60) | |
| list | PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR, Platform.SWITCH] |
The FireServiceRota integration.
| bool homeassistant.components.fireservicerota.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up FireServiceRota from a config entry.
Definition at line 32 of file __init__.py.
| bool homeassistant.components.fireservicerota.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload FireServiceRota config entry.
Definition at line 67 of file __init__.py.
|
private |
Definition at line 27 of file __init__.py.
| homeassistant.components.fireservicerota.MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=60) |
Definition at line 25 of file __init__.py.
| list homeassistant.components.fireservicerota.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR, Platform.SWITCH] |
Definition at line 29 of file __init__.py.