mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 14:57:09 +00:00
Drop awarecan from codeowners (#45049)
This commit is contained in:
parent
bc2c7b2d48
commit
f19b72ea02
@ -56,7 +56,6 @@ homeassistant/components/auth/* @home-assistant/core
|
|||||||
homeassistant/components/automation/* @home-assistant/core
|
homeassistant/components/automation/* @home-assistant/core
|
||||||
homeassistant/components/avea/* @pattyland
|
homeassistant/components/avea/* @pattyland
|
||||||
homeassistant/components/awair/* @ahayworth @danielsjf
|
homeassistant/components/awair/* @ahayworth @danielsjf
|
||||||
homeassistant/components/aws/* @awarecan
|
|
||||||
homeassistant/components/axis/* @Kane610
|
homeassistant/components/axis/* @Kane610
|
||||||
homeassistant/components/azure_devops/* @timmo001
|
homeassistant/components/azure_devops/* @timmo001
|
||||||
homeassistant/components/azure_event_hub/* @eavanvalkenburg
|
homeassistant/components/azure_event_hub/* @eavanvalkenburg
|
||||||
@ -290,7 +289,7 @@ homeassistant/components/neato/* @dshokouhi @Santobert
|
|||||||
homeassistant/components/nederlandse_spoorwegen/* @YarmoM
|
homeassistant/components/nederlandse_spoorwegen/* @YarmoM
|
||||||
homeassistant/components/nello/* @pschmitt
|
homeassistant/components/nello/* @pschmitt
|
||||||
homeassistant/components/ness_alarm/* @nickw444
|
homeassistant/components/ness_alarm/* @nickw444
|
||||||
homeassistant/components/nest/* @awarecan @allenporter
|
homeassistant/components/nest/* @allenporter
|
||||||
homeassistant/components/netatmo/* @cgtobi
|
homeassistant/components/netatmo/* @cgtobi
|
||||||
homeassistant/components/netdata/* @fabaff
|
homeassistant/components/netdata/* @fabaff
|
||||||
homeassistant/components/nexia/* @bdraco
|
homeassistant/components/nexia/* @bdraco
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
"name": "Amazon Web Services (AWS)",
|
"name": "Amazon Web Services (AWS)",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/aws",
|
"documentation": "https://www.home-assistant.io/integrations/aws",
|
||||||
"requirements": ["aiobotocore==0.11.1"],
|
"requirements": ["aiobotocore==0.11.1"],
|
||||||
"codeowners": ["@awarecan"]
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
@ -4,13 +4,7 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"dependencies": ["ffmpeg", "http"],
|
"dependencies": ["ffmpeg", "http"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/nest",
|
"documentation": "https://www.home-assistant.io/integrations/nest",
|
||||||
"requirements": [
|
"requirements": ["python-nest==4.1.0", "google-nest-sdm==0.2.8"],
|
||||||
"python-nest==4.1.0",
|
"codeowners": ["@allenporter"],
|
||||||
"google-nest-sdm==0.2.8"
|
|
||||||
],
|
|
||||||
"codeowners": [
|
|
||||||
"@awarecan",
|
|
||||||
"@allenporter"
|
|
||||||
],
|
|
||||||
"quality_scale": "platinum"
|
"quality_scale": "platinum"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user