custom-cards / circle-sensor-card

A custom component for displaying sensor values as cards or elements
Apache License 2.0
174 stars 23 forks source link

Handle ',' in numbers as strings #5

Closed iantrich closed 6 years ago

iantrich commented 6 years ago

Currently have working on my branch. Will do a PR soon

jeradM commented 6 years ago

Card only displays numeric values. If an entity returns a value with commas, it is a string and that issue should be resolved in the sensor platform, not in the frontend