Add myself as codeowner of bluesound (#58733)

This commit is contained in:
Anders Liljekvist 2021-10-30 12:14:19 +02:00 committed by GitHub
parent f4c823f338
commit a90c8ab558
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -73,6 +73,7 @@ homeassistant/components/bizkaibus/* @UgaitzEtxebarria
homeassistant/components/blebox/* @bbx-a @bbx-jp
homeassistant/components/blink/* @fronzbot
homeassistant/components/blueprint/* @home-assistant/core
homeassistant/components/bluesound/* @thrawnarn
homeassistant/components/bmp280/* @belidzs
homeassistant/components/bmw_connected_drive/* @gerard33 @rikroe
homeassistant/components/bond/* @bdraco @prystupa @joshs85

View File

@ -3,6 +3,6 @@
"name": "Bluesound",
"documentation": "https://www.home-assistant.io/integrations/bluesound",
"requirements": ["xmltodict==0.12.0"],
"codeowners": [],
"codeowners": ["@thrawnarn"],
"iot_class": "local_polling"
}