Add homekit_controller thread node capabilties diagnostic sensor (#76120)

This commit is contained in:
Jc2k 2022-08-03 22:03:10 +01:00 committed by GitHub
parent 842cc060f8
commit 72a0ca4871
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 104 additions and 1 deletions

View file

@ -88,6 +88,7 @@ CHARACTERISTIC_PLATFORMS = {
CharacteristicsTypes.DENSITY_SO2: "sensor",
CharacteristicsTypes.DENSITY_VOC: "sensor",
CharacteristicsTypes.IDENTIFY: "button",
CharacteristicsTypes.THREAD_NODE_CAPABILITIES: "sensor",
}