Add myself to RFLink codeowners (#46511)

This commit is contained in:
javicalle 2021-02-14 16:24:00 +01:00 committed by GitHub
parent 27d16af36b
commit 9777608861
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -378,6 +378,7 @@ homeassistant/components/random/* @fabaff
homeassistant/components/recollect_waste/* @bachya
homeassistant/components/rejseplanen/* @DarkFox
homeassistant/components/repetier/* @MTrab
homeassistant/components/rflink/* @javicalle
homeassistant/components/rfxtrx/* @danielhiversen @elupus @RobBie1221
homeassistant/components/ring/* @balloob
homeassistant/components/risco/* @OnFreund

View File

@ -3,5 +3,7 @@
"name": "RFLink",
"documentation": "https://www.home-assistant.io/integrations/rflink",
"requirements": ["rflink==0.0.58"],
"codeowners": []
"codeowners": [
"@javicalle"
]
}