Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.fireservicerota.FireServiceRotaClient
 
class  homeassistant.components.fireservicerota.FireServiceRotaOauth
 
class  homeassistant.components.fireservicerota.FireServiceRotaWebSocket
 

Namespaces

 homeassistant.components.fireservicerota
 

Functions

bool homeassistant.components.fireservicerota.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.fireservicerota.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 homeassistant.components.fireservicerota._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.fireservicerota.MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=60)
 
list homeassistant.components.fireservicerota.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR, Platform.SWITCH]