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

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]
 

Detailed Description

The FireServiceRota integration.

Function Documentation

◆ async_setup_entry()

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.

◆ async_unload_entry()

bool homeassistant.components.fireservicerota.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload FireServiceRota config entry.

Definition at line 67 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.fireservicerota._LOGGER = logging.getLogger(__name__)
private

Definition at line 27 of file __init__.py.

◆ MIN_TIME_BETWEEN_UPDATES

homeassistant.components.fireservicerota.MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=60)

Definition at line 25 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.fireservicerota.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR, Platform.SWITCH]

Definition at line 29 of file __init__.py.