I installed Hacs and ApexCharts in home assistant with the intention of using the Lovelace card for iSpindel, more or less by copy pasting from the iSpindel HA/ESPhome project on git: GitHub - alsFC/esphome-iSpindel: iSpindel for ESPHome
The rest of the code works like a charm with only a few modifications, so I expect this to do so as well. When I use the code for the lovelace-stuff however, I get this error:
value.y_axis_precision is extraneous
The code I am using in an Apex card is this:
What does that error mean and how do I get rid of it? Also, is there a better way to build this that will give errors that point to a specific place in the code?
@eggman Thank you, it looks like it is working now! This will be awesome!
I actually did search for it in the code, but found no matches. I think what tricked med was the tabs in the top of the coding window that hide some of the code. I also googled the error and searched in here prior to writing.