mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Switchbot: revert name set to none for temperature sensor (#141149)
This commit is contained in:
parent
3917b460f4
commit
27f529622c
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user