From 2ff84b633c87dcfc6366dd3935bbd80aa5f414dc Mon Sep 17 00:00:00 2001 From: bkobus-bbx Date: Tue, 31 Mar 2026 15:38:39 +0200 Subject: [PATCH] Add myself to blebox codeowners (#166966) --- CODEOWNERS | 4 ++-- homeassistant/components/blebox/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 78374a8d180..a7fac84580c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -222,8 +222,8 @@ build.json @home-assistant/supervisor /homeassistant/components/binary_sensor/ @home-assistant/core /tests/components/binary_sensor/ @home-assistant/core /homeassistant/components/bizkaibus/ @UgaitzEtxebarria -/homeassistant/components/blebox/ @bbx-a @swistakm -/tests/components/blebox/ @bbx-a @swistakm +/homeassistant/components/blebox/ @bbx-a @swistakm @bkobus-bbx +/tests/components/blebox/ @bbx-a @swistakm @bkobus-bbx /homeassistant/components/blink/ @fronzbot /tests/components/blink/ @fronzbot /homeassistant/components/blue_current/ @gleeuwen @NickKoepr @jtodorova23 diff --git a/homeassistant/components/blebox/manifest.json b/homeassistant/components/blebox/manifest.json index 19a8a06c835..97d3702ab26 100644 --- a/homeassistant/components/blebox/manifest.json +++ b/homeassistant/components/blebox/manifest.json @@ -1,7 +1,7 @@ { "domain": "blebox", "name": "BleBox devices", - "codeowners": ["@bbx-a", "@swistakm"], + "codeowners": ["@bbx-a", "@swistakm", "@bkobus-bbx"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/blebox", "integration_type": "device",