Add mysensors codeowner (#26917)

This commit is contained in:
Martin Hjelmare 2019-09-26 07:42:46 +02:00 committed by GitHub
parent ba92d781b4
commit 770ad86f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -182,6 +182,7 @@ homeassistant/components/monoprice/* @etsinko
homeassistant/components/moon/* @fabaff
homeassistant/components/mpd/* @fabaff
homeassistant/components/mqtt/* @home-assistant/core
homeassistant/components/mysensors/* @MartinHjelmare
homeassistant/components/mystrom/* @fabaff
homeassistant/components/nello/* @pschmitt
homeassistant/components/ness_alarm/* @nickw444

View File

@ -9,5 +9,7 @@
"after_dependencies": [
"mqtt"
],
"codeowners": []
"codeowners": [
"@MartinHjelmare"
]
}