1
mirror of https://github.com/home-assistant/core synced 2024-10-01 05:30:36 +02:00

Add gjohansson-ST as codeowner to trafikverket_train (#64081)

This commit is contained in:
G Johansson 2022-01-13 22:21:59 +01:00 committed by GitHub
parent 30bd3234de
commit d53e5dfc2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -962,7 +962,7 @@ homeassistant/components/trace/* @home-assistant/core
tests/components/trace/* @home-assistant/core
homeassistant/components/tractive/* @Danielhiversen @zhulik @bieniu
tests/components/tractive/* @Danielhiversen @zhulik @bieniu
homeassistant/components/trafikverket_train/* @endor-force
homeassistant/components/trafikverket_train/* @endor-force @gjohansson-ST
homeassistant/components/trafikverket_weatherstation/* @endor-force @gjohansson-ST
tests/components/trafikverket_weatherstation/* @endor-force @gjohansson-ST
homeassistant/components/transmission/* @engrbm87 @JPHutchins

View File

@ -3,6 +3,6 @@
"name": "Trafikverket Train",
"documentation": "https://www.home-assistant.io/integrations/trafikverket_train",
"requirements": ["pytrafikverket==0.1.6.2"],
"codeowners": ["@endor-force"],
"codeowners": ["@endor-force", "@gjohansson-ST"],
"iot_class": "cloud_polling"
}