mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Revert Shelly temperature sensor name change (#47664)
This commit is contained in:
parent
34b9e6f6fc
commit
19f67335ec
@ -133,7 +133,7 @@ SENSORS = {
|
|||||||
available=lambda block: block.sensorOp == "normal",
|
available=lambda block: block.sensorOp == "normal",
|
||||||
),
|
),
|
||||||
("sensor", "extTemp"): BlockAttributeDescription(
|
("sensor", "extTemp"): BlockAttributeDescription(
|
||||||
name="External Temperature",
|
name="Temperature",
|
||||||
unit=temperature_unit,
|
unit=temperature_unit,
|
||||||
value=lambda value: round(value, 1),
|
value=lambda value: round(value, 1),
|
||||||
device_class=sensor.DEVICE_CLASS_TEMPERATURE,
|
device_class=sensor.DEVICE_CLASS_TEMPERATURE,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user