Revert Shelly temperature sensor name change (#47664)

pull/47668/head
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
1 changed files with 1 additions and 1 deletions

View File

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