Add physical controls lock to homekit_controller (#75993)
This commit is contained in:
parent
003ee853a3
commit
0167875789
2 changed files with 13 additions and 0 deletions
|
@ -50,6 +50,12 @@ SWITCH_ENTITIES: dict[str, DeclarativeSwitchEntityDescription] = {
|
|||
icon="mdi:lock-open",
|
||||
entity_category=EntityCategory.CONFIG,
|
||||
),
|
||||
CharacteristicsTypes.LOCK_PHYSICAL_CONTROLS: DeclarativeSwitchEntityDescription(
|
||||
key=CharacteristicsTypes.LOCK_PHYSICAL_CONTROLS,
|
||||
name="Lock Physical Controls",
|
||||
icon="mdi:lock-open",
|
||||
entity_category=EntityCategory.CONFIG,
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue