From 1b31b2693818b975b978a85361541f97393983fe Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Thu, 20 Jul 2023 08:53:11 -0700 Subject: [PATCH] Add @protyposis to codeowners (#636) --- custom_components/adaptive_lighting/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/adaptive_lighting/manifest.json b/custom_components/adaptive_lighting/manifest.json index ffc87e86..40131076 100644 --- a/custom_components/adaptive_lighting/manifest.json +++ b/custom_components/adaptive_lighting/manifest.json @@ -1,7 +1,7 @@ { "domain": "adaptive_lighting", "name": "Adaptive Lighting", - "codeowners": ["@basnijholt", "@RubenKelevra", "@th3w1zard1"], + "codeowners": ["@basnijholt", "@RubenKelevra", "@th3w1zard1", "@protyposis"], "config_flow": true, "dependencies": [], "documentation": "https://github.com/basnijholt/adaptive-lighting#readme",