add myself as codeowner (#22885)

This commit is contained in:
Finbarr Brady 2019-04-08 13:48:19 +01:00 committed by Fabian Affolter
parent 137d80452d
commit a4ffc9e37a
8 changed files with 14 additions and 7 deletions

View File

@ -38,6 +38,10 @@ homeassistant/components/braviatv/* @robbiet480
homeassistant/components/broadlink/* @danielhiversen homeassistant/components/broadlink/* @danielhiversen
homeassistant/components/brunt/* @eavanvalkenburg homeassistant/components/brunt/* @eavanvalkenburg
homeassistant/components/bt_smarthub/* @jxwolstenholme homeassistant/components/bt_smarthub/* @jxwolstenholme
homeassistant/components/cisco_ios/* @fbradyirl
homeassistant/components/cisco_mobility_express/* @fbradyirl
homeassistant/components/cisco_webex_teams/* @fbradyirl
homeassistant/components/ciscospark/* @fbradyirl
homeassistant/components/cloud/* @home-assistant/core homeassistant/components/cloud/* @home-assistant/core
homeassistant/components/cloudflare/* @ludeeus homeassistant/components/cloudflare/* @ludeeus
homeassistant/components/config/* @home-assistant/core homeassistant/components/config/* @home-assistant/core
@ -61,6 +65,7 @@ homeassistant/components/edp_redy/* @abmantis
homeassistant/components/egardia/* @jeroenterheerdt homeassistant/components/egardia/* @jeroenterheerdt
homeassistant/components/eight_sleep/* @mezz64 homeassistant/components/eight_sleep/* @mezz64
homeassistant/components/emby/* @mezz64 homeassistant/components/emby/* @mezz64
homeassistant/components/enigma2/* @fbradyirl
homeassistant/components/ephember/* @ttroy50 homeassistant/components/ephember/* @ttroy50
homeassistant/components/eq3btsmart/* @rytilahti homeassistant/components/eq3btsmart/* @rytilahti
homeassistant/components/esphome/* @OttoWinter homeassistant/components/esphome/* @OttoWinter
@ -86,6 +91,7 @@ homeassistant/components/harmony/* @ehendrix23
homeassistant/components/hassio/* @home-assistant/hass-io homeassistant/components/hassio/* @home-assistant/hass-io
homeassistant/components/heos/* @andrewsayre homeassistant/components/heos/* @andrewsayre
homeassistant/components/hikvision/* @mezz64 homeassistant/components/hikvision/* @mezz64
homeassistant/components/hikvisioncam/* @fbradyirl
homeassistant/components/history/* @home-assistant/core homeassistant/components/history/* @home-assistant/core
homeassistant/components/history_graph/* @andrey-git homeassistant/components/history_graph/* @andrey-git
homeassistant/components/hive/* @Rendili @KJonline homeassistant/components/hive/* @Rendili @KJonline
@ -120,6 +126,7 @@ homeassistant/components/linux_battery/* @fabaff
homeassistant/components/liveboxplaytv/* @pschmitt homeassistant/components/liveboxplaytv/* @pschmitt
homeassistant/components/logger/* @home-assistant/core homeassistant/components/logger/* @home-assistant/core
homeassistant/components/lovelace/* @home-assistant/core homeassistant/components/lovelace/* @home-assistant/core
homeassistant/components/luci/* @fbradyirl
homeassistant/components/luftdaten/* @fabaff homeassistant/components/luftdaten/* @fabaff
homeassistant/components/mastodon/* @fabaff homeassistant/components/mastodon/* @fabaff
homeassistant/components/matrix/* @tinloaf homeassistant/components/matrix/* @tinloaf

View File

@ -6,5 +6,5 @@
"pexpect==4.6.0" "pexpect==4.6.0"
], ],
"dependencies": [], "dependencies": [],
"codeowners": [] "codeowners": ["@fbradyirl"]
} }

View File

@ -6,5 +6,5 @@
"ciscomobilityexpress==0.1.5" "ciscomobilityexpress==0.1.5"
], ],
"dependencies": [], "dependencies": [],
"codeowners": [] "codeowners": ["@fbradyirl"]
} }

View File

@ -6,5 +6,5 @@
"webexteamssdk==1.1.1" "webexteamssdk==1.1.1"
], ],
"dependencies": [], "dependencies": [],
"codeowners": [] "codeowners": ["@fbradyirl"]
} }

View File

@ -6,5 +6,5 @@
"ciscosparkapi==0.4.2" "ciscosparkapi==0.4.2"
], ],
"dependencies": [], "dependencies": [],
"codeowners": [] "codeowners": ["@fbradyirl"]
} }

View File

@ -6,5 +6,5 @@
"openwebifpy==3.1.0" "openwebifpy==3.1.0"
], ],
"dependencies": [], "dependencies": [],
"codeowners": [] "codeowners": ["@fbradyirl"]
} }

View File

@ -6,5 +6,5 @@
"hikvision==0.4" "hikvision==0.4"
], ],
"dependencies": [], "dependencies": [],
"codeowners": [] "codeowners": ["@fbradyirl"]
} }

View File

@ -6,5 +6,5 @@
"openwrt-luci-rpc==1.0.5" "openwrt-luci-rpc==1.0.5"
], ],
"dependencies": [], "dependencies": [],
"codeowners": [] "codeowners": ["@fbradyirl"]
} }