voorkant / voorkant-core

https://voorkant.org/
MIT License
2 stars 3 forks source link

UIApexCard TODO #85

Open Habbie opened 1 month ago

Habbie commented 1 month ago

See #68 for some of the original notes.

cyclops1982 commented 1 month ago
cyclops1982 commented 1 month ago

I do not think we want to add handling of multiple HAEntities to this PR, but need to mention that.

Habbie commented 1 month ago

I don't think we need it, but better handling of decimals might be useful at some stage (a temperature chart...)

Oh we absolutely need that. #68 currently just multiplies everything by 1000 to make the graph work at all. The solution appears to be to divide again and (s)printf a bit in a callback.

I do not think we want to add handling of multiple HAEntities to this PR, but need to mention that.

I did leave a FIXME in there, but it's worth a separate issue.