Add support for Feeder-Robot sensors (#77395)

This commit is contained in:
Nathan Spencer 2022-08-29 09:48:24 -06:00 committed by GitHub
parent 2e8d598795
commit d4ae81d2bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 48 additions and 22 deletions

View file

@ -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