Remove myself from proxmoxve component codeowners (#62963)

* remove myself from proxmoxve component codeowners

* remove myself from proxmoxve component codeowners
pull/62947/head^2
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 tests/components/prometheus/* @knyar
homeassistant/components/prosegur/* @dgomes homeassistant/components/prosegur/* @dgomes
tests/components/prosegur/* @dgomes tests/components/prosegur/* @dgomes
homeassistant/components/proxmoxve/* @k4ds3 @jhollowe @Corbeno homeassistant/components/proxmoxve/* @jhollowe @Corbeno
homeassistant/components/ps4/* @ktnrg45 homeassistant/components/ps4/* @ktnrg45
tests/components/ps4/* @ktnrg45 tests/components/ps4/* @ktnrg45
homeassistant/components/push/* @dgomes homeassistant/components/push/* @dgomes

View File

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