Add icon translations to Nuki (#111377)

This commit is contained in:
steffenrapp 2024-02-25 13:25:12 +01:00 committed by GitHub
parent 8645184dbf
commit 7d37aeac59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 1 deletions

View File

@ -83,7 +83,6 @@ class NukiRingactionEntity(NukiEntity[NukiDevice], BinarySensorEntity):
_attr_has_entity_name = True
_attr_translation_key = "ring_action"
_attr_icon = "mdi:bell-ring"
@property
def unique_id(self) -> str:

View File

@ -0,0 +1,13 @@
{
"entity": {
"binary_sensor": {
"ring_action": {
"default": "mdi:bell-ring"
}
}
},
"services": {
"lock_n_go": "mdi:lock-clock",
"set_continuous_mode": "mdi:bell-cog"
}
}