Exclude modbus from diagnostics hassfest check (#117855)

This commit is contained in:
Joost Lekkerkerker 2024-05-22 13:09:20 +02:00 committed by GitHub
parent 5ee42ec780
commit 5229f0d0ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -122,6 +122,9 @@ NO_DIAGNOSTICS = [
"geonetnz_quakes",
"google_assistant_sdk",
"hyperion",
# Modbus is excluded because it doesn't have to have a config flow
# according to ADR-0010, since it's a protocol integration. This
# means that it can't implement diagnostics.
"modbus",
"nightscout",
"pvpc_hourly_pricing",