Add new alias for valid Celcius temperature units in Tuya (#74511)

pull/74549/head
Gyosa3 2022-07-06 17:48:12 +02:00 committed by GitHub
parent 41fd1a24bb
commit 85dac3d47e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -579,7 +579,7 @@ UNITS = (
),
UnitOfMeasurement(
unit=TEMP_CELSIUS,
aliases={"°c", "c", "celsius"},
aliases={"°c", "c", "celsius", ""},
device_classes={SensorDeviceClass.TEMPERATURE},
),
UnitOfMeasurement(