Fix Shelly addon analog input sensor (#83005)
This commit is contained in:
parent
7f96fbb035
commit
0d00e9c2d0
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ RPC_SENSORS: Final = {
|
||||||
available=lambda status: status is not None,
|
available=lambda status: status is not None,
|
||||||
),
|
),
|
||||||
"analoginput": RpcSensorDescription(
|
"analoginput": RpcSensorDescription(
|
||||||
key="analoginput",
|
key="input",
|
||||||
sub_key="percent",
|
sub_key="percent",
|
||||||
name="Analog Input",
|
name="Analog Input",
|
||||||
native_unit_of_measurement=PERCENTAGE,
|
native_unit_of_measurement=PERCENTAGE,
|
||||||
|
|
Loading…
Add table
Reference in a new issue