Hi all!
Recently i wanted to add todoist but ran in some strange issue.
In the past i had a xiamio plant sensor but later removed it. After editing the configuration.yaml through the front end i went to check if it is correct and i ran into the following:
Platform error sensor.miflora - Integration ‘miflora’ not found.
After checking the logs i found this:
[546927494848] Cannot quick reload all YAML configurations because the configuration is not valid:
Platform error sensor.miflora - Integration ‘miflora’ not found.
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py”, line 226, in handle_call_service
await hass.services.async_call(
File “/usr/src/homeassistant/homeassistant/core.py”, line 1974, in async_call
response_data = await coro
^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/core.py”, line 2011, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 980, in admin_handler
await result
File “/usr/src/homeassistant/homeassistant/components/homeassistant/init.py”, line 316, in async_handle_reload_all
raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Cannot quick reload all YAML configurations because the configuration is not valid: Platform error sensor.miflora - Integration ‘miflora’ not found.
Where and how can i find this so i can remove it and check my yaml and restart my home assistant?