Update CODEOWNERS and correct iot class for Konnected (#62391)

This commit is contained in:
Nate Clark 2021-12-20 10:27:06 -05:00 committed by GitHub
parent f14f0f93cb
commit e2a95181ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -478,8 +478,8 @@ homeassistant/components/knx/* @Julius2342 @farmio @marvin-w
tests/components/knx/* @Julius2342 @farmio @marvin-w
homeassistant/components/kodi/* @OnFreund @cgtobi
tests/components/kodi/* @OnFreund @cgtobi
homeassistant/components/konnected/* @heythisisnate @kit-klein
tests/components/konnected/* @heythisisnate @kit-klein
homeassistant/components/konnected/* @heythisisnate
tests/components/konnected/* @heythisisnate
homeassistant/components/kostal_plenticore/* @stegm
tests/components/kostal_plenticore/* @stegm
homeassistant/components/kraken/* @eifinger

View File

@ -10,6 +10,6 @@
}
],
"dependencies": ["http"],
"codeowners": ["@heythisisnate", "@kit-klein"],
"iot_class": "local_polling"
"codeowners": ["@heythisisnate"],
"iot_class": "local_push"
}