Add lawnmower entity (#93623)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Michael Arthur 2023-08-21 22:19:55 +12:00 committed by GitHub
parent 538de6d1f3
commit 82b3ced4f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 686 additions and 2 deletions

View file

@ -39,6 +39,7 @@ class Platform(StrEnum):
HUMIDIFIER = "humidifier"
IMAGE = "image"
IMAGE_PROCESSING = "image_processing"
LAWN_MOWER = "lawn_mower"
LIGHT = "light"
LOCK = "lock"
MAILBOX = "mailbox"