diff --git a/homeassistant/components/hassio/discovery.py b/homeassistant/components/hassio/discovery.py index cead47e2e..6cabbee9d 100644 --- a/homeassistant/components/hassio/discovery.py +++ b/homeassistant/components/hassio/discovery.py @@ -41,7 +41,7 @@ def async_setup_discovery(hass, hassio): async def async_discovery_start_handler(event): """Process all exists discovery on startup.""" try: - data = await hassio.receive_services_discovery() + data = await hassio.retrieve_services_discovery() except HassioAPIError as err: _LOGGER.error( "Can't read discover %s info: %s", uuid, err)