gcobb321 / icloud3_v3

iCloud3 v3, Development Version - This Repo/Version is used for development and testing of new and updated features. It is not the official release of iCloud3 v3, .
MIT License
149 stars 12 forks source link

Sensor history not properly displayed #49

Closed kamkilt closed 1 year ago

kamkilt commented 1 year ago

For some sensors (ie. battery status) history graph is showing numeric diagram instead of text value history chart.

Screenshot 2023-01-23 at 21 09 21

It should be displayed like in iOS Mobile app battery state sensor:

Screenshot 2023-01-23 at 21 09 44

I have checked the possible states, there are only text values: Screenshot 2023-01-24 at 06 17 57

This is probably due to the fact, that there is "unit_of_measurement: " attribute added: Screenshot 2023-01-24 at 07 08 11

Similar situation is with other sensors:

kamkilt commented 1 year ago

It's fixed here: https://github.com/gcobb321/icloud3_v3/issues/26#issuecomment-1402330097