Remove myself from dweet codeowners (#69987)

This commit is contained in:
Fabian Affolter 2022-04-13 19:04:47 +02:00 committed by GitHub
parent 4e57b1b118
commit 1a82121ae9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -253,7 +253,6 @@ build.json @home-assistant/supervisor
/homeassistant/components/dunehd/ @bieniu
/tests/components/dunehd/ @bieniu
/homeassistant/components/dwd_weather_warnings/ @runningman84 @stephan192 @Hummel95
/homeassistant/components/dweet/ @fabaff
/homeassistant/components/dynalite/ @ziv1234
/tests/components/dynalite/ @ziv1234
/homeassistant/components/eafm/ @Jc2k

View File

@ -3,7 +3,7 @@
"name": "dweet.io",
"documentation": "https://www.home-assistant.io/integrations/dweet",
"requirements": ["dweepy==0.3.0"],
"codeowners": ["@fabaff"],
"codeowners": [],
"iot_class": "cloud_polling",
"loggers": ["dweepy"]
}