Add icon translations to Cert expiry (#111354)

pull/111386/head
Joost Lekkerkerker 2024-02-25 14:04:48 +01:00 committed by GitHub
parent 40a38d23eb
commit 18fcb14c1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,9 @@
{
"entity": {
"sensor": {
"certificate_expiry": {
"default": "mdi:certificate"
}
}
}
}

View File

@ -77,7 +77,6 @@ async def async_setup_entry(
class CertExpiryEntity(CoordinatorEntity[CertExpiryDataUpdateCoordinator]):
"""Defines a base Cert Expiry entity."""
_attr_icon = "mdi:certificate"
_attr_has_entity_name = True
@property