Hi All,
I am trying to setup a custom component but i am not succesfull. Hopefully someone can help me out.
It is the following component: Custom Countdown Component
Hassio on RPI 3.
Currently running: 0.97.2
I have followed the instructions:
To implement, create a
custom_components
directory in the root of your Home Assistant directory. Inside that, create asensor
directory. Inside that, create the filedate_countdown.py
with the following contents:
Now i have: /config/custom_components/sensor/date_countdown.py
i added in my configuration.yaml:
- platform: date_countdown
name: Boom Festival Countdown
date: "28-07-2020 08:00"
Hass gives me:
Integration date_countdown not found when trying to verify its sensor platform.
does anybody know what i am doing wrong?
Geert