Remove pavoni as vera codeowner (#72421)

This commit is contained in:
Greg Dowling 2022-05-24 14:16:02 +01:00 committed by GitHub
parent 54f5238ef6
commit d620072585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -1116,8 +1116,6 @@ build.json @home-assistant/supervisor
/homeassistant/components/velux/ @Julius2342
/homeassistant/components/venstar/ @garbled1
/tests/components/venstar/ @garbled1
/homeassistant/components/vera/ @pavoni
/tests/components/vera/ @pavoni
/homeassistant/components/verisure/ @frenck
/tests/components/verisure/ @frenck
/homeassistant/components/versasense/ @flamm3blemuff1n

View File

@ -4,7 +4,7 @@
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/vera",
"requirements": ["pyvera==0.3.13"],
"codeowners": ["@pavoni"],
"codeowners": [],
"iot_class": "local_polling",
"loggers": ["pyvera"]
}