mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +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,
|
||||
),
|
||||
"analoginput": RpcSensorDescription(
|
||||
key="analoginput",
|
||||
key="input",
|
||||
sub_key="percent",
|
||||
name="Analog Input",
|
||||
native_unit_of_measurement=PERCENTAGE,
|
||||
|
Loading…
x
Reference in New Issue
Block a user