Ryan,
I just re-added the component to my config and ran into the same issue. After messing around a bit, this seems to be what fixed it: Stopping HASS, touching __init__.py
, and deleting the __pycache__
folder (if present),
Here’s what I have after it’s running again:
ls /homeassistant/custom_components/date_countdown
__init__.py __pycache__ sensor.py
- platform: date_countdown
name: Wedding Countdown
date: "20-05-2020 18:00"