From af8fd6c2d9101ff299d293ed09f1df66f02c983c Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sat, 9 Sep 2023 23:22:03 +0200 Subject: [PATCH] Restore airtouch4 codeowner (#99984) --- CODEOWNERS | 2 ++ homeassistant/components/airtouch4/manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index ba792b07183..b4eb1e39072 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -49,6 +49,8 @@ build.json @home-assistant/supervisor /tests/components/airthings/ @danielhiversen /homeassistant/components/airthings_ble/ @vincegio @LaStrada /tests/components/airthings_ble/ @vincegio @LaStrada +/homeassistant/components/airtouch4/ @samsinnamon +/tests/components/airtouch4/ @samsinnamon /homeassistant/components/airvisual/ @bachya /tests/components/airvisual/ @bachya /homeassistant/components/airvisual_pro/ @bachya diff --git a/homeassistant/components/airtouch4/manifest.json b/homeassistant/components/airtouch4/manifest.json index e845c278a54..8a1f947af64 100644 --- a/homeassistant/components/airtouch4/manifest.json +++ b/homeassistant/components/airtouch4/manifest.json @@ -1,7 +1,7 @@ { "domain": "airtouch4", "name": "AirTouch 4", - "codeowners": [], + "codeowners": ["@samsinnamon"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/airtouch4", "iot_class": "local_polling",