From f54261fd7069f609409c8895bf731eb91d6e32c3 Mon Sep 17 00:00:00 2001 From: kingy444 Date: Fri, 30 Aug 2024 22:45:14 +1000 Subject: [PATCH] add codeowner --- custom_components/electrolux_status/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/electrolux_status/manifest.json b/custom_components/electrolux_status/manifest.json index 42e0e6a..eb4c797 100644 --- a/custom_components/electrolux_status/manifest.json +++ b/custom_components/electrolux_status/manifest.json @@ -1,7 +1,7 @@ { "domain": "electrolux_status", "name": "Electrolux Status", - "codeowners": ["@albaintor"], + "codeowners": ["@albaintor","@kingy444"], "config_flow": true, "dependencies": [], "documentation": "https://github.com/albaintor/homeassistant_electrolux_status",