From 206fc3cc0f7127949135abe65f810f930d8be455 Mon Sep 17 00:00:00 2001 From: Tomer <57483589+tomer-w@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:42:01 +0300 Subject: [PATCH] Add @tomer-w as code owner (#302) --- custom_components/rpi_gpio/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/rpi_gpio/manifest.json b/custom_components/rpi_gpio/manifest.json index 5ad3655..30249f4 100644 --- a/custom_components/rpi_gpio/manifest.json +++ b/custom_components/rpi_gpio/manifest.json @@ -1,7 +1,7 @@ { "domain": "rpi_gpio", "name": "Raspberry Pi GPIO", - "codeowners": [ "@thecode" ], + "codeowners": [ "@thecode", "@tomer-w" ], "documentation": "https://github.com/thecode/ha-rpi_gpio", "integration_type": "hub", "iot_class": "local_push",