1 """The edl21 component."""
7 PLATFORMS = [Platform.SENSOR]
11 """Set up EDL21 integration from a config entry."""
12 await hass.config_entries.async_forward_entry_setups(config_entry, PLATFORMS)
17 """Unload a config entry."""
18 return await hass.config_entries.async_unload_platforms(config_entry, PLATFORMS)
bool async_unload_entry(HomeAssistant hass, ConfigEntry config_entry)
bool async_setup_entry(HomeAssistant hass, ConfigEntry config_entry)