Correct device class for meater cook sensors (#71565)

This commit is contained in:
Erik Montnemery 2022-05-09 11:03:32 +02:00 committed by GitHub
parent f50681e3d3
commit bb4a5ccc2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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__(