Remove myself from shiftr codeowners (#71517)

This commit is contained in:
Fabian Affolter 2022-05-08 11:31:03 +02:00 committed by GitHub
parent a8aa0e1cca
commit d3e2d2eb40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -899,7 +899,6 @@ build.json @home-assistant/supervisor
/tests/components/shell_command/ @home-assistant/core
/homeassistant/components/shelly/ @balloob @bieniu @thecode @chemelli74
/tests/components/shelly/ @balloob @bieniu @thecode @chemelli74
/homeassistant/components/shiftr/ @fabaff
/homeassistant/components/shodan/ @fabaff
/homeassistant/components/sia/ @eavanvalkenburg
/tests/components/sia/ @eavanvalkenburg

View File

@ -3,7 +3,7 @@
"name": "shiftr.io",
"documentation": "https://www.home-assistant.io/integrations/shiftr",
"requirements": ["paho-mqtt==1.6.1"],
"codeowners": ["@fabaff"],
"codeowners": [],
"iot_class": "cloud_push",
"loggers": ["paho"]
}