Add Shelly restart required binary sensor (#112493)
This commit is contained in:
parent
2684b1f772
commit
8cd98a5319
1 changed files with 7 additions and 0 deletions
|
@ -206,6 +206,13 @@ RPC_SENSORS: Final = {
|
|||
name="Smoke",
|
||||
device_class=BinarySensorDeviceClass.SMOKE,
|
||||
),
|
||||
"restart": RpcBinarySensorDescription(
|
||||
key="sys",
|
||||
sub_key="restart_required",
|
||||
name="Restart required",
|
||||
device_class=BinarySensorDeviceClass.PROBLEM,
|
||||
entity_category=EntityCategory.DIAGNOSTIC,
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue