mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Exclude modbus from diagnostics hassfest check (#117855)
This commit is contained in:
committed by
GitHub
parent
5ee42ec780
commit
5229f0d0ef
@@ -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",
|
||||
|
Reference in New Issue
Block a user