mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Remove myself from CODEOWNERS (#64188)
This commit is contained in:
parent
9bb78af79c
commit
ea96e7e512
@ -31,8 +31,6 @@ homeassistant/components/adguard/* @frenck
|
||||
tests/components/adguard/* @frenck
|
||||
homeassistant/components/advantage_air/* @Bre77
|
||||
tests/components/advantage_air/* @Bre77
|
||||
homeassistant/components/aemet/* @noltari
|
||||
tests/components/aemet/* @noltari
|
||||
homeassistant/components/agent_dvr/* @ispysoftware
|
||||
tests/components/agent_dvr/* @ispysoftware
|
||||
homeassistant/components/airly/* @bieniu
|
||||
@ -921,8 +919,8 @@ homeassistant/components/synology_srm/* @aerialls
|
||||
homeassistant/components/syslog/* @fabaff
|
||||
homeassistant/components/system_bridge/* @timmo001
|
||||
tests/components/system_bridge/* @timmo001
|
||||
homeassistant/components/tado/* @michaelarnauts @noltari
|
||||
tests/components/tado/* @michaelarnauts @noltari
|
||||
homeassistant/components/tado/* @michaelarnauts
|
||||
tests/components/tado/* @michaelarnauts
|
||||
homeassistant/components/tag/* @balloob @dmulcahey
|
||||
tests/components/tag/* @balloob @dmulcahey
|
||||
homeassistant/components/tailscale/* @frenck
|
||||
@ -975,7 +973,6 @@ homeassistant/components/twentemilieu/* @frenck
|
||||
tests/components/twentemilieu/* @frenck
|
||||
homeassistant/components/twinkly/* @dr1rrb @Robbie1221
|
||||
tests/components/twinkly/* @dr1rrb @Robbie1221
|
||||
homeassistant/components/ubus/* @noltari
|
||||
homeassistant/components/unifi/* @Kane610
|
||||
tests/components/unifi/* @Kane610
|
||||
homeassistant/components/unifiled/* @florisvdk
|
||||
|
@ -4,6 +4,6 @@
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/aemet",
|
||||
"requirements": ["AEMET-OpenData==0.2.1"],
|
||||
"codeowners": ["@noltari"],
|
||||
"codeowners": [],
|
||||
"iot_class": "cloud_polling"
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
"name": "Tado",
|
||||
"documentation": "https://www.home-assistant.io/integrations/tado",
|
||||
"requirements": ["python-tado==0.12.0"],
|
||||
"codeowners": ["@michaelarnauts", "@noltari"],
|
||||
"codeowners": ["@michaelarnauts"],
|
||||
"config_flow": true,
|
||||
"homekit": {
|
||||
"models": ["tado", "AC02"]
|
||||
|
@ -3,6 +3,6 @@
|
||||
"name": "OpenWrt (ubus)",
|
||||
"documentation": "https://www.home-assistant.io/integrations/ubus",
|
||||
"requirements": ["openwrt-ubus-rpc==0.0.2"],
|
||||
"codeowners": ["@noltari"],
|
||||
"codeowners": [],
|
||||
"iot_class": "local_polling"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user