Add icon translations to Homekit Controller (#111720)
* Add icon translations to Homekit Controller * Add icon translations to Homekit Controller
This commit is contained in:
parent
b6d56d38ba
commit
15cd9c011e
8 changed files with 134 additions and 124 deletions
|
@ -41,7 +41,7 @@ BUTTON_ENTITIES: dict[str, HomeKitButtonEntityDescription] = {
|
|||
CharacteristicsTypes.VENDOR_HAA_SETUP: HomeKitButtonEntityDescription(
|
||||
key=CharacteristicsTypes.VENDOR_HAA_SETUP,
|
||||
name="Setup",
|
||||
icon="mdi:cog",
|
||||
translation_key="setup",
|
||||
entity_category=EntityCategory.CONFIG,
|
||||
write_value="#HAA@trcmd",
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue