Remove myself from CODEOWNERS (#64188)

This commit is contained in:
Álvaro Fernández Rojas 2022-01-16 13:47:13 +01:00 committed by GitHub
parent 9bb78af79c
commit ea96e7e512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 8 deletions

View File

@ -31,8 +31,6 @@ homeassistant/components/adguard/* @frenck
tests/components/adguard/* @frenck tests/components/adguard/* @frenck
homeassistant/components/advantage_air/* @Bre77 homeassistant/components/advantage_air/* @Bre77
tests/components/advantage_air/* @Bre77 tests/components/advantage_air/* @Bre77
homeassistant/components/aemet/* @noltari
tests/components/aemet/* @noltari
homeassistant/components/agent_dvr/* @ispysoftware homeassistant/components/agent_dvr/* @ispysoftware
tests/components/agent_dvr/* @ispysoftware tests/components/agent_dvr/* @ispysoftware
homeassistant/components/airly/* @bieniu homeassistant/components/airly/* @bieniu
@ -921,8 +919,8 @@ homeassistant/components/synology_srm/* @aerialls
homeassistant/components/syslog/* @fabaff homeassistant/components/syslog/* @fabaff
homeassistant/components/system_bridge/* @timmo001 homeassistant/components/system_bridge/* @timmo001
tests/components/system_bridge/* @timmo001 tests/components/system_bridge/* @timmo001
homeassistant/components/tado/* @michaelarnauts @noltari homeassistant/components/tado/* @michaelarnauts
tests/components/tado/* @michaelarnauts @noltari tests/components/tado/* @michaelarnauts
homeassistant/components/tag/* @balloob @dmulcahey homeassistant/components/tag/* @balloob @dmulcahey
tests/components/tag/* @balloob @dmulcahey tests/components/tag/* @balloob @dmulcahey
homeassistant/components/tailscale/* @frenck homeassistant/components/tailscale/* @frenck
@ -975,7 +973,6 @@ homeassistant/components/twentemilieu/* @frenck
tests/components/twentemilieu/* @frenck tests/components/twentemilieu/* @frenck
homeassistant/components/twinkly/* @dr1rrb @Robbie1221 homeassistant/components/twinkly/* @dr1rrb @Robbie1221
tests/components/twinkly/* @dr1rrb @Robbie1221 tests/components/twinkly/* @dr1rrb @Robbie1221
homeassistant/components/ubus/* @noltari
homeassistant/components/unifi/* @Kane610 homeassistant/components/unifi/* @Kane610
tests/components/unifi/* @Kane610 tests/components/unifi/* @Kane610
homeassistant/components/unifiled/* @florisvdk homeassistant/components/unifiled/* @florisvdk

View File

@ -4,6 +4,6 @@
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/aemet", "documentation": "https://www.home-assistant.io/integrations/aemet",
"requirements": ["AEMET-OpenData==0.2.1"], "requirements": ["AEMET-OpenData==0.2.1"],
"codeowners": ["@noltari"], "codeowners": [],
"iot_class": "cloud_polling" "iot_class": "cloud_polling"
} }

View File

@ -3,7 +3,7 @@
"name": "Tado", "name": "Tado",
"documentation": "https://www.home-assistant.io/integrations/tado", "documentation": "https://www.home-assistant.io/integrations/tado",
"requirements": ["python-tado==0.12.0"], "requirements": ["python-tado==0.12.0"],
"codeowners": ["@michaelarnauts", "@noltari"], "codeowners": ["@michaelarnauts"],
"config_flow": true, "config_flow": true,
"homekit": { "homekit": {
"models": ["tado", "AC02"] "models": ["tado", "AC02"]

View File

@ -3,6 +3,6 @@
"name": "OpenWrt (ubus)", "name": "OpenWrt (ubus)",
"documentation": "https://www.home-assistant.io/integrations/ubus", "documentation": "https://www.home-assistant.io/integrations/ubus",
"requirements": ["openwrt-ubus-rpc==0.0.2"], "requirements": ["openwrt-ubus-rpc==0.0.2"],
"codeowners": ["@noltari"], "codeowners": [],
"iot_class": "local_polling" "iot_class": "local_polling"
} }