Fix Shelly addon analog input sensor (#83005)

pull/83009/head
Shay Levy 2022-11-30 22:01:34 +02:00 committed by GitHub
parent 7f96fbb035
commit 0d00e9c2d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ RPC_SENSORS: Final = {
available=lambda status: status is not None,
),
"analoginput": RpcSensorDescription(
key="analoginput",
key="input",
sub_key="percent",
name="Analog Input",
native_unit_of_measurement=PERCENTAGE,