Add myself as a remote calendar code owner (#146703)

This commit is contained in:
Allen Porter
2025-06-13 03:48:24 -07:00
committed by GitHub
parent e70a2dd257
commit f0357539ad
2 changed files with 3 additions and 3 deletions

4
CODEOWNERS generated
View File

@ -1274,8 +1274,8 @@ build.json @home-assistant/supervisor
/tests/components/rehlko/ @bdraco @peterager
/homeassistant/components/remote/ @home-assistant/core
/tests/components/remote/ @home-assistant/core
/homeassistant/components/remote_calendar/ @Thomas55555
/tests/components/remote_calendar/ @Thomas55555
/homeassistant/components/remote_calendar/ @Thomas55555 @allenporter
/tests/components/remote_calendar/ @Thomas55555 @allenporter
/homeassistant/components/renault/ @epenet
/tests/components/renault/ @epenet
/homeassistant/components/renson/ @jimmyd-be

View File

@ -1,7 +1,7 @@
{
"domain": "remote_calendar",
"name": "Remote Calendar",
"codeowners": ["@Thomas55555"],
"codeowners": ["@Thomas55555", "@allenporter"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/remote_calendar",
"integration_type": "service",