mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
Correct device class for meater cook sensors (#71565)
This commit is contained in:
parent
4b28d522a8
commit
0099560a8d
@ -176,8 +176,6 @@ class MeaterProbeTemperature(
|
||||
):
|
||||
"""Meater Temperature Sensor Entity."""
|
||||
|
||||
_attr_device_class = SensorDeviceClass.TEMPERATURE
|
||||
_attr_native_unit_of_measurement = TEMP_CELSIUS
|
||||
entity_description: MeaterSensorEntityDescription
|
||||
|
||||
def __init__(
|
||||
|
Loading…
x
Reference in New Issue
Block a user