Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 14 additions & 20 deletions CODEOWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion homeassistant/components/assist_pipeline/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"domain": "assist_pipeline",
"name": "Assist pipeline",
"after_dependencies": ["repairs"],
"codeowners": ["@balloob", "@synesthesiam", "@arturpragacz"],
"codeowners": ["@synesthesiam", "@arturpragacz"],
"dependencies": ["conversation", "stt", "tts", "wake_word"],
"documentation": "https://www.home-assistant.io/integrations/assist_pipeline",
"integration_type": "system",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/evil_genius_labs/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "evil_genius_labs",
"name": "Evil Genius Labs",
"codeowners": ["@balloob"],
"codeowners": [],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/evil_genius_labs",
"iot_class": "local_polling",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/hue/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "hue",
"name": "Philips Hue",
"codeowners": ["@balloob", "@marcelveldt"],
"codeowners": ["@marcelveldt"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/hue",
"homekit": {
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/openai_conversation/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"domain": "openai_conversation",
"name": "OpenAI",
"after_dependencies": ["assist_pipeline", "intent"],
"codeowners": ["@balloob"],
"codeowners": [],
"config_flow": true,
"dependencies": ["conversation"],
"documentation": "https://www.home-assistant.io/integrations/openai_conversation",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/prusalink/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "prusalink",
"name": "PrusaLink",
"codeowners": ["@balloob"],
"codeowners": [],
"config_flow": true,
"dhcp": [
{
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/rhasspy/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "rhasspy",
"name": "Rhasspy",
"codeowners": ["@balloob", "@synesthesiam"],
"codeowners": ["@synesthesiam"],
"config_flow": true,
"dependencies": ["intent"],
"documentation": "https://www.home-assistant.io/integrations/rhasspy",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/shelly/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "shelly",
"name": "Shelly",
"codeowners": ["@balloob", "@bieniu", "@thecode", "@chemelli74", "@bdraco"],
"codeowners": ["@bieniu", "@thecode", "@chemelli74", "@bdraco"],
"config_flow": true,
"dependencies": ["bluetooth", "http", "network"],
"documentation": "https://www.home-assistant.io/integrations/shelly",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/tag/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "tag",
"name": "Tags",
"codeowners": ["@balloob", "@dmulcahey"],
"codeowners": ["@home-assistant/core"],
"documentation": "https://www.home-assistant.io/integrations/tag",
"integration_type": "entity",
"quality_scale": "internal"
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/voip/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "voip",
"name": "Voice over IP",
"codeowners": ["@balloob", "@synesthesiam", "@jaminh"],
"codeowners": ["@synesthesiam", "@jaminh"],
"config_flow": true,
"dependencies": ["assist_pipeline", "assist_satellite", "intent", "network"],
"documentation": "https://www.home-assistant.io/integrations/voip",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/wyoming/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "wyoming",
"name": "Wyoming Protocol",
"codeowners": ["@balloob", "@synesthesiam"],
"codeowners": ["@synesthesiam"],
"config_flow": true,
"dependencies": [
"assist_satellite",
Expand Down
Loading