hass-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 Adjust entity registry access in integrations (2) (#88947) 2023-03-01 08:02:51 +01:00
config_flow.py
const.py
data.py
helpers.py
manifest.json Sort manifests 6 (#87027) 2023-02-08 20:38:43 +01:00
sensor.py Fix metoffice visibility range sensor device class (#97763) 2023-08-04 17:04:18 +02:00
strings.json
weather.py