From 35eead1b86fcf60c1bd7917c1a6dc372b472c6f3 Mon Sep 17 00:00:00 2001 From: Manu Date: Thu, 17 Sep 2026 07:29:00 +0200 Subject: [PATCH] Fix typo in codeowner handle (#182445) --- CODEOWNERS | 4 ++-- homeassistant/components/picotts/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 955895265893..e2bc0385e518 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1437,8 +1437,8 @@ CLAUDE.md @home-assistant/core /tests/components/pi_hole/ @shenxn /homeassistant/components/picnic/ @corneyl @codesalatdev /tests/components/picnic/ @corneyl @codesalatdev -/homeassistant/components/picotts/ @rooggiieerr -/tests/components/picotts/ @rooggiieerr +/homeassistant/components/picotts/ @rrooggiieerr +/tests/components/picotts/ @rrooggiieerr /homeassistant/components/ping/ @jpbede /tests/components/ping/ @jpbede /homeassistant/components/plaato/ @JohNan diff --git a/homeassistant/components/picotts/manifest.json b/homeassistant/components/picotts/manifest.json index 20ca5487e945..85078ad5841a 100644 --- a/homeassistant/components/picotts/manifest.json +++ b/homeassistant/components/picotts/manifest.json @@ -1,7 +1,7 @@ { "domain": "picotts", "name": "Pico TTS", - "codeowners": ["@rooggiieerr"], + "codeowners": ["@rrooggiieerr"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/picotts", "integration_type": "service",