That looks cool however since Iām a complete noobā¦ can you please show how you:
a) set the date that it is counting down to,
b) update it via your automation (Iām guessing that will become clearer once I understand āaā)
I guess I need to further understand the python_script component a bit more.
Looks very exciting. But Iām having some trouble getting it to work
Copied the configurator.py and settings.conf to my config folder. Made configurator.py executable, adding the component in my yaml file. I got the menu item now but nothing shows when I click it.
Guess it has to be some parameters that needs to be changed. But it doesnāt seem obvious to me what needs a change.
You donāt necessarily need to access it via the HASS UI while getting it to work. Initially you can also just use the IP address of the machine the configurator is running on, together with the port. So http://192.168.1.23:3218 for example. Or https of course if you have set a certificate and key. And of course it also has to be started (sudo ./configurator.py or have a look at the daemonizing section of the documentation).
Try this command to fetch the configurator.py again: curl -O https://raw.githubusercontent.com/danielperna84/hass-configurator/master/configurator.py
Then set the permissions again. The error you have described usually is a result of the content of the URL not being loaded properly.
Hello there. I was able to create one event using your code above. I wish to add more events. Can you show us a sample code on how to iterate the list? Thanks a bunch.