Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.environment_canada
 

Functions

bool homeassistant.components.environment_canada.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry)
 
bool homeassistant.components.environment_canada.async_unload_entry (HomeAssistant hass, ConfigEntry config_entry)
 
DeviceInfo homeassistant.components.environment_canada.device_info (ConfigEntry config_entry)
 

Variables

 homeassistant.components.environment_canada._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.environment_canada.DEFAULT_RADAR_UPDATE_INTERVAL = timedelta(minutes=5)
 
 homeassistant.components.environment_canada.DEFAULT_WEATHER_UPDATE_INTERVAL = timedelta(minutes=5)
 
list homeassistant.components.environment_canada.PLATFORMS = [Platform.CAMERA, Platform.SENSOR, Platform.WEATHER]