Disable Shelly diagnostic binary sensor (#112497)

This commit is contained in:
Simone Chemelli 2024-03-06 13:47:16 +01:00 committed by GitHub
parent 0cdc90468e
commit 780428fde6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -211,6 +211,7 @@ RPC_SENSORS: Final = {
sub_key="restart_required",
name="Restart required",
device_class=BinarySensorDeviceClass.PROBLEM,
entity_registry_enabled_default=False,
entity_category=EntityCategory.DIAGNOSTIC,
),
}