mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
Fix Shelly addon analog input sensor (#83005)
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user