Deleted the hacs integration neerlag and now getting error

Hello…

I tried this neerlag integration and card and deleted them again and now after reboot if system i get

Setup failed for neerslag: Integration not found
Logger: homeassistant.setup
Source: setup.py:191
First occurred: 06:08:24 (1 occurrences)
Last logged: 06:08:24

Setup failed for neerslag: Integration not found.

And i dont know how to get rid of this issue.
Hope someone can point me i to the right direction

You deleted the files, but not your configuration.
Delete the configuration as well.

I deleted the integration in hacs and the regular integration section, but where to find the left over entries since i havent found any configuration anywhere

Anymore solutions?

After restart HA in combination with virtualbox I am getting error

Logger: homeassistant.setup
Source: setup.py:191
First occurred: 16:46:41 (2 occurrences)
Last logged: 16:46:41

  • Setup failed for type: Integration not found.
  • Setup failed for url: Integration not found.

HASH.IO IS not storting and also some integrations (zigbee and others)

Configuration.yalm

Configure a default setup of Home Assistant (frontend, api, etc)

default_config:

Text to speech

tts:

  • platform: google_translate
    automation: !include automations.yaml
    binary_sensor: !include binary_sensor.yaml
    device_tracker: !include device_tracker.yaml
    script: !include scripts.yaml
    scene: !include scenes.yaml
    ssdp:
    sensor:
  • platform: template
    sensors:
    brightness_sun:
    friendly_name: “Sunshine”
    value_template: >-
    {% if state_attr(‘Sun.sun’, ‘elevation’) > 20 %}
    bright
    {% elif state_attr(‘Sun.sun’, ‘elevation’) > 9 %}
    mid
    {% elif state_attr(‘Sun.sun’, ‘elevation’) > -3 %}
    dark
    {% else %}
    black
    {% endif %}
    homeassistant:
    packages: !include_dir_named packages/
    logger:
    default: info
    logs:
    custom_components.spotcast: debug

Does it state somewhere what he cannot find?
In developer tools statistics…does it list any errors and offers fixed?

Nope these are the only errors. Or do I need to look somewhere else?

? , thats not correct YAML, please use back-ticks to present code [ ```code] and same 3 back-ticks after code

AND your configuration.yaml looks awful wrong anyway

here is howto format code so it’s readable: How to help us help you - or How to ask a good question

Problem solved, strange but restart HA next day fixed the problem. Some integrations needed to be reconnected but as far as I can see all works without an error