I am using this plugin and have created some garbage reminders. Now, I want to create a reminder to charge my keyboard every 25 days. I’ve added this code, but the sensor do not show up after a reboot. Can someone correct my mistakes?
After a restart, I see this error. This sensor is placed along with the other garbage sensors I have successfully created.
Logger: homeassistant.config_entries
Source: helpers/entity_component.py:176
First occurred: 11:12:14 PM (1 occurrences)
Last logged: 11:12:14 PM
Error unloading entry configuration.yaml for sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 307, in async_unload
hass, self
File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 64, in async_unload_entry
return await hass.data[DOMAIN].async_unload_entry(entry)
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 176, in async_unload_entry
raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!