1 """Platform for the Escea fireplace."""
7 from .discovery
import async_start_discovery_service, async_stop_discovery_service
9 PLATFORMS = [CLIMATE_DOMAIN]
13 """Set up from a config entry."""
15 await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS)
20 """Unload the config entry and stop discovery process."""
22 return await hass.config_entries.async_unload_platforms(entry, PLATFORMS)
None async_stop_discovery_service(HomeAssistant hass)
AbstractDiscoveryService async_start_discovery_service(HomeAssistant hass)
bool async_setup_entry(HomeAssistant hass, ConfigEntry entry)
bool async_unload_entry(HomeAssistant hass, ConfigEntry entry)