From 130e0db74246d4dbdf3e74928202752dafa6da17 Mon Sep 17 00:00:00 2001 From: Robin Lintermann Date: Thu, 19 Mar 2026 18:30:24 +0100 Subject: [PATCH] Change codeowner of smarla integration (#166015) --- CODEOWNERS | 4 ++-- homeassistant/components/smarla/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 5a7cd2881af..1fb19af7ceb 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1563,8 +1563,8 @@ build.json @home-assistant/supervisor /tests/components/sma/ @kellerza @rklomp @erwindouna /homeassistant/components/smappee/ @bsmappee /tests/components/smappee/ @bsmappee -/homeassistant/components/smarla/ @explicatis @rlint-explicatis -/tests/components/smarla/ @explicatis @rlint-explicatis +/homeassistant/components/smarla/ @explicatis @johannes-exp +/tests/components/smarla/ @explicatis @johannes-exp /homeassistant/components/smart_meter_texas/ @grahamwetzler /tests/components/smart_meter_texas/ @grahamwetzler /homeassistant/components/smartthings/ @joostlek diff --git a/homeassistant/components/smarla/manifest.json b/homeassistant/components/smarla/manifest.json index 2b514500983..75522b1a80e 100644 --- a/homeassistant/components/smarla/manifest.json +++ b/homeassistant/components/smarla/manifest.json @@ -1,7 +1,7 @@ { "domain": "smarla", "name": "Swing2Sleep Smarla", - "codeowners": ["@explicatis", "@rlint-explicatis"], + "codeowners": ["@explicatis", "@johannes-exp"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/smarla", "integration_type": "device",