mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
Correct device class for meater cook sensors (#71565)
This commit is contained in:
parent
f50681e3d3
commit
bb4a5ccc2c
@ -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