Add myself as codeowner for LaMetric (#63887)

This commit is contained in:
Franck Nijhof 2022-01-11 11:34:58 +01:00 committed by GitHub
parent 4d76ed9ceb
commit f92213201c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -490,7 +490,7 @@ homeassistant/components/kraken/* @eifinger
tests/components/kraken/* @eifinger
homeassistant/components/kulersky/* @emlove
tests/components/kulersky/* @emlove
homeassistant/components/lametric/* @robbiet480
homeassistant/components/lametric/* @robbiet480 @frenck
homeassistant/components/launch_library/* @ludeeus @DurgNomis-drol
tests/components/launch_library/* @ludeeus @DurgNomis-drol
homeassistant/components/lcn/* @alengwenus

View file

@ -3,6 +3,6 @@
"name": "LaMetric",
"documentation": "https://www.home-assistant.io/integrations/lametric",
"requirements": ["lmnotify==0.0.4"],
"codeowners": ["@robbiet480"],
"codeowners": ["@robbiet480", "@frenck"],
"iot_class": "cloud_push"
}