core/homeassistant/components/metoffice
Ian Harcombe b5e23ee650
Fix metoffice visibility range sensor device class (#97763)
* 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 :(
2023-08-04 17:04:18 +02:00
..
__init__.py
config_flow.py
const.py
data.py
helpers.py
manifest.json
sensor.py
strings.json
weather.py