Add icon translations to Roomba (#112217)
This commit is contained in:
parent
b8be90efa8
commit
ddcb38289e
3 changed files with 38 additions and 10 deletions
|
@ -28,7 +28,6 @@ async def async_setup_entry(
|
|||
class RoombaBinStatus(IRobotEntity, BinarySensorEntity):
|
||||
"""Class to hold Roomba Sensor basic info."""
|
||||
|
||||
_attr_icon = "mdi:delete-variant"
|
||||
_attr_translation_key = "bin_full"
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue