Add icon translations to Cert expiry (#111354)
This commit is contained in:
parent
40a38d23eb
commit
18fcb14c1b
2 changed files with 9 additions and 1 deletions
9
homeassistant/components/cert_expiry/icons.json
Normal file
9
homeassistant/components/cert_expiry/icons.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"entity": {
|
||||
"sensor": {
|
||||
"certificate_expiry": {
|
||||
"default": "mdi:certificate"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue