1 """The DSMR Reader component."""
7 PLATFORMS = [Platform.SENSOR]
11 """Set up the DSMR Reader integration."""
12 await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS)
17 """Unload the DSMR Reader integration."""
19 return await hass.config_entries.async_unload_platforms(entry, PLATFORMS)
bool async_unload_entry(HomeAssistant hass, ConfigEntry entry)
bool async_setup_entry(HomeAssistant hass, ConfigEntry entry)