Remove AlarmDecoder Codeowner (#66078)

This commit is contained in:
AJ Schmidt 2022-02-08 09:14:33 -05:00 committed by GitHub
parent 2df5060d80
commit 37525ae8c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View file

@ -43,8 +43,6 @@ homeassistant/components/airtouch4/* @LonePurpleWolf
tests/components/airtouch4/* @LonePurpleWolf
homeassistant/components/airvisual/* @bachya
tests/components/airvisual/* @bachya
homeassistant/components/alarmdecoder/* @ajschmidt8
tests/components/alarmdecoder/* @ajschmidt8
homeassistant/components/alexa/* @home-assistant/cloud @ochlocracy
tests/components/alexa/* @home-assistant/cloud @ochlocracy
homeassistant/components/almond/* @gcampax @balloob

View file

@ -3,7 +3,7 @@
"name": "AlarmDecoder",
"documentation": "https://www.home-assistant.io/integrations/alarmdecoder",
"requirements": ["adext==0.4.2"],
"codeowners": ["@ajschmidt8"],
"codeowners": [],
"config_flow": true,
"iot_class": "local_push",
"loggers": ["adext", "alarmdecoder"]