Switchbot: revert name set to none for temperature sensor (#141149)

pull/141249/head
Patrick ZAJDA 2025-03-23 21:51:13 +01:00 committed by GitHub
parent 3917b460f4
commit 27f529622c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ SENSOR_TYPES: dict[str, SensorEntityDescription] = {
),
"temperature": SensorEntityDescription(
key="temperature",
name=None,
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
state_class=SensorStateClass.MEASUREMENT,
device_class=SensorDeviceClass.TEMPERATURE,