Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.metoffice
 

Functions

bool homeassistant.components.metoffice.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.metoffice.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
DeviceInfo homeassistant.components.metoffice.get_device_info (str coordinates, str name)
 

Variables

 homeassistant.components.metoffice._LOGGER = logging.getLogger(__name__)
 
list homeassistant.components.metoffice.PLATFORMS = [Platform.SENSOR, Platform.WEATHER]