Add icon translations to Laundrify (#111856)
This commit is contained in:
parent
bfdc640e04
commit
6e6d3e7565
2 changed files with 10 additions and 1 deletions
|
@ -40,10 +40,10 @@ class LaundrifyPowerPlug(
|
|||
"""Representation of a laundrify Power Plug."""
|
||||
|
||||
_attr_device_class = BinarySensorDeviceClass.RUNNING
|
||||
_attr_icon = "mdi:washing-machine"
|
||||
_attr_unique_id: str
|
||||
_attr_has_entity_name = True
|
||||
_attr_name = None
|
||||
_attr_translation_key = "laundrify_power_plug"
|
||||
|
||||
def __init__(
|
||||
self, coordinator: LaundrifyUpdateCoordinator, device: LaundrifyDevice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue