1
mirror of https://github.com/home-assistant/core synced 2024-10-01 05:30:36 +02:00

Remove myself from proxmoxve component codeowners (#62963)

* remove myself from proxmoxve component codeowners

* remove myself from proxmoxve component codeowners
This commit is contained in:
Jonas 2021-12-28 22:31:23 +01:00 committed by GitHub
parent 059d86ef25
commit 1bd1a12285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -715,7 +715,7 @@ homeassistant/components/prometheus/* @knyar
tests/components/prometheus/* @knyar
homeassistant/components/prosegur/* @dgomes
tests/components/prosegur/* @dgomes
homeassistant/components/proxmoxve/* @k4ds3 @jhollowe @Corbeno
homeassistant/components/proxmoxve/* @jhollowe @Corbeno
homeassistant/components/ps4/* @ktnrg45
tests/components/ps4/* @ktnrg45
homeassistant/components/push/* @dgomes

View File

@ -2,7 +2,7 @@
"domain": "proxmoxve",
"name": "Proxmox VE",
"documentation": "https://www.home-assistant.io/integrations/proxmoxve",
"codeowners": ["@k4ds3", "@jhollowe", "@Corbeno"],
"codeowners": ["@jhollowe", "@Corbeno"],
"requirements": ["proxmoxer==1.1.1"],
"iot_class": "local_polling"
}