mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 02:07:09 +00:00
Fix Shelly addon analog input sensor (#83005)
This commit is contained in:
parent
7f96fbb035
commit
0d00e9c2d0
@ -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…
x
Reference in New Issue
Block a user