Remove modbus codeowner, and downgrade to quality "No score" (#122010)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
jan iversen 2024-07-16 11:26:44 +02:00 committed by GitHub
parent 22d977acb0
commit bc7d2d2195
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 8 deletions

View File

@ -884,8 +884,6 @@ build.json @home-assistant/supervisor
/tests/components/moat/ @bdraco
/homeassistant/components/mobile_app/ @home-assistant/core
/tests/components/mobile_app/ @home-assistant/core
/homeassistant/components/modbus/ @janiversen
/tests/components/modbus/ @janiversen
/homeassistant/components/modem_callerid/ @tkdrob
/tests/components/modem_callerid/ @tkdrob
/homeassistant/components/modern_forms/ @wonderslug

View File

@ -1,10 +1,10 @@
{
"domain": "modbus",
"name": "Modbus",
"codeowners": ["@janiversen"],
"codeowners": [],
"documentation": "https://www.home-assistant.io/integrations/modbus",
"iot_class": "local_polling",
"loggers": ["pymodbus"],
"quality_scale": "platinum",
"quality_scale": "silver",
"requirements": ["pymodbus==3.6.9"]
}

View File

@ -120,10 +120,6 @@ NO_DIAGNOSTICS = [
"gdacs",
"geonetnz_quakes",
"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",
"risco",