diff --git a/CODEOWNERS b/CODEOWNERS index 113c1fdc851..2c572aaa762 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -743,8 +743,8 @@ build.json @home-assistant/supervisor /tests/components/kitchen_sink/ @home-assistant/core /homeassistant/components/kmtronic/ @dgomes /tests/components/kmtronic/ @dgomes -/homeassistant/components/knocki/ @joostlek @jgatto1 -/tests/components/knocki/ @joostlek @jgatto1 +/homeassistant/components/knocki/ @joostlek @jgatto1 @JakeBosh +/tests/components/knocki/ @joostlek @jgatto1 @JakeBosh /homeassistant/components/knx/ @Julius2342 @farmio @marvin-w /tests/components/knx/ @Julius2342 @farmio @marvin-w /homeassistant/components/kodi/ @OnFreund diff --git a/homeassistant/components/knocki/manifest.json b/homeassistant/components/knocki/manifest.json index f35827b8213..4195320f382 100644 --- a/homeassistant/components/knocki/manifest.json +++ b/homeassistant/components/knocki/manifest.json @@ -1,7 +1,7 @@ { "domain": "knocki", "name": "Knocki", - "codeowners": ["@joostlek", "@jgatto1"], + "codeowners": ["@joostlek", "@jgatto1", "@JakeBosh"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/knocki", "integration_type": "device",