I have a script that polls information from my heating system.
Depending on the configuration of my heating system, additional parameters could become available. My script gets a list of all of these.
Now, I would like my script to create an entity for each parameter of my heating system and update this entity every 300s.
The only way I found was a custom integration. But hat seems very complex…