mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Update CODEOWNERS and correct iot class for Konnected (#62391)
This commit is contained in:
parent
f14f0f93cb
commit
e2a95181ad
@ -478,8 +478,8 @@ homeassistant/components/knx/* @Julius2342 @farmio @marvin-w
|
|||||||
tests/components/knx/* @Julius2342 @farmio @marvin-w
|
tests/components/knx/* @Julius2342 @farmio @marvin-w
|
||||||
homeassistant/components/kodi/* @OnFreund @cgtobi
|
homeassistant/components/kodi/* @OnFreund @cgtobi
|
||||||
tests/components/kodi/* @OnFreund @cgtobi
|
tests/components/kodi/* @OnFreund @cgtobi
|
||||||
homeassistant/components/konnected/* @heythisisnate @kit-klein
|
homeassistant/components/konnected/* @heythisisnate
|
||||||
tests/components/konnected/* @heythisisnate @kit-klein
|
tests/components/konnected/* @heythisisnate
|
||||||
homeassistant/components/kostal_plenticore/* @stegm
|
homeassistant/components/kostal_plenticore/* @stegm
|
||||||
tests/components/kostal_plenticore/* @stegm
|
tests/components/kostal_plenticore/* @stegm
|
||||||
homeassistant/components/kraken/* @eifinger
|
homeassistant/components/kraken/* @eifinger
|
||||||
|
@ -10,6 +10,6 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencies": ["http"],
|
"dependencies": ["http"],
|
||||||
"codeowners": ["@heythisisnate", "@kit-klein"],
|
"codeowners": ["@heythisisnate"],
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_push"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user