mirror of
https://github.com/home-assistant/core.git
synced 2026-09-02 18:24:49 -05:00
Revert Shelly temperature sensor name change (#47664)
This commit is contained in:
@@ -133,7 +133,7 @@ SENSORS = {
|
||||
available=lambda block: block.sensorOp == "normal",
|
||||
),
|
||||
("sensor", "extTemp"): BlockAttributeDescription(
|
||||
name="External Temperature",
|
||||
name="Temperature",
|
||||
unit=temperature_unit,
|
||||
value=lambda value: round(value, 1),
|
||||
device_class=sensor.DEVICE_CLASS_TEMPERATURE,
|
||||
|
||||
Reference in New Issue
Block a user