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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 /tests/components/rehlko/ @bdraco @peterager
/homeassistant/components/remote/ @home-assistant/core /homeassistant/components/remote/ @home-assistant/core
/tests/components/remote/ @home-assistant/core /tests/components/remote/ @home-assistant/core
/homeassistant/components/remote_calendar/ @Thomas55555 /homeassistant/components/remote_calendar/ @Thomas55555 @allenporter
/tests/components/remote_calendar/ @Thomas55555 /tests/components/remote_calendar/ @Thomas55555 @allenporter
/homeassistant/components/renault/ @epenet /homeassistant/components/renault/ @epenet
/tests/components/renault/ @epenet /tests/components/renault/ @epenet
/homeassistant/components/renson/ @jimmyd-be /homeassistant/components/renson/ @jimmyd-be

View File

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