Remove myself from proxmoxve component codeowners (#62963)
* remove myself from proxmoxve component codeowners * remove myself from proxmoxve component codeownerspull/62947/head^2
parent
059d86ef25
commit
1bd1a12285
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue