Files
iOS/Sources/Shared/API
Zac West 413d3a42bc Fix Complication Ring/Gauge values in locales using , as decimal separator (#1206)
In HA versions prior to 0.117, the template rendering returns strings for floats using `.` as the decimal separator. If the user's current locale uses `,` as the separator, our string to number parsing here fails to understand what the number is. Since it's freeform text, this also needs to fall back to using the locale-aware formatter in case they typed manually something like `0,33`.

Fixes #1188.
2020-10-18 09:01:17 -07:00
..