Add support for Feeder-Robot sensors (#77395)
This commit is contained in:
parent
2e8d598795
commit
d4ae81d2bb
4 changed files with 48 additions and 22 deletions
|
@ -35,6 +35,7 @@ async def async_setup_entry(
|
|||
class LitterRobotResetWasteDrawerButton(LitterRobotEntity, ButtonEntity):
|
||||
"""Litter-Robot reset waste drawer button."""
|
||||
|
||||
robot: LitterRobot3
|
||||
_attr_icon = "mdi:delete-variant"
|
||||
_attr_entity_category = EntityCategory.CONFIG
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue