i have a pilldispenser DIY project that executes actions upon mqtt commands.
-it publishes is state to pilldispenser/state
-it executes an action when it receives
dispense_magnesium, dispense_omega or dispense_zinc in pilldispenser/commands.
I want to have 3 buttons to control this in the lovelace.
now I have
-one Zinc entity,
ID button.zinc, Status unavailable
-one Omega 3 entity,
ID button.omega_3, Status unavailable
-three Magnesium entities,
button.magnesium, Status unavailable
button.magnesium2, Status unavailable
button.magnesium3, Available
This is much different from what I expected. What I want is obvious: 1 available entity of each. Where do the ghost entities come from?
Why are they unavailable?
Sadly the documentation about YAML is very bad in my opinion. I looked at so much documentation already, but things do not get clearer. Also, a lot of available stuff is outdated.
The documentation is written by users who volunteer their time. If you believe it doesn’t meet your high standards, improve it. There’s an Edit button at the bottom of every documentation page that awaits your contributions.
I was rude, i agree. This is an open source project, and I am in trouble mainly because my skill is too low. I was just really annoyed yesterday after hours of failed attempts.
Once I improve to a point where I can, I will for sure contribute to the guides and try to ease explanations.
It is so sad that ChatGPT does not know about the new Homeassistant YAML format, otherwise life would be so much easier.