Add bieniu as code owner for shelly (#39467)

This commit is contained in:
Maciej Bieniek 2020-08-30 20:17:27 +02:00 committed by GitHub
parent 9d1045dd7a
commit 80910b4f9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -368,7 +368,7 @@ homeassistant/components/seven_segments/* @fabaff
homeassistant/components/seventeentrack/* @bachya
homeassistant/components/sharkiq/* @ajmarks
homeassistant/components/shell_command/* @home-assistant/core
homeassistant/components/shelly/* @balloob
homeassistant/components/shelly/* @balloob @bieniu
homeassistant/components/shiftr/* @fabaff
homeassistant/components/shodan/* @fabaff
homeassistant/components/sighthound/* @robmarkcole

View File

@ -5,5 +5,5 @@
"documentation": "https://www.home-assistant.io/integrations/shelly2",
"requirements": ["aioshelly==0.2.1"],
"zeroconf": ["_http._tcp.local."],
"codeowners": ["@balloob"]
"codeowners": ["@balloob", "@bieniu"]
}