mirror of
https://github.com/home-assistant/core.git
synced 2026-08-25 07:36:07 +01:00
* Fix for issue #97694 Issue #97694 points out that the visibility range is a string with a band of distances, not a single value, which is causing issues for front end components. Removed the device class to leave as an informational string value. * Removed *all* empty device_class statements * Missed an empty device_class :(