Revert Shelly temperature sensor name change (#47664)

This commit is contained in:
Shay Levy 2021-03-09 14:45:58 +02:00 committed by GitHub
parent 34b9e6f6fc
commit 19f67335ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,