mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Correct device class for Tasmota dewpoint sensor (#61420)
This commit is contained in:
parent
63efb809ee
commit
d143aa06e3
@ -81,6 +81,7 @@ SENSOR_DEVICE_CLASS_ICON_MAP: dict[str, dict[str, Any]] = {
|
||||
STATE_CLASS: SensorStateClass.MEASUREMENT,
|
||||
},
|
||||
hc.SENSOR_DEWPOINT: {
|
||||
DEVICE_CLASS: SensorDeviceClass.TEMPERATURE,
|
||||
ICON: "mdi:weather-rainy",
|
||||
STATE_CLASS: SensorStateClass.MEASUREMENT,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user