mirror of
https://github.com/home-assistant/core.git
synced 2025-12-23 12:29:55 +00:00
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:
@@ -92,6 +92,7 @@ def _entity_features() -> dict[str, type[IntFlag]]:
|
||||
from homeassistant.components.cover import CoverEntityFeature
|
||||
from homeassistant.components.fan import FanEntityFeature
|
||||
from homeassistant.components.humidifier import HumidifierEntityFeature
|
||||
from homeassistant.components.lawn_mower import LawnMowerEntityFeature
|
||||
from homeassistant.components.light import LightEntityFeature
|
||||
from homeassistant.components.lock import LockEntityFeature
|
||||
from homeassistant.components.media_player import MediaPlayerEntityFeature
|
||||
@@ -110,6 +111,7 @@ def _entity_features() -> dict[str, type[IntFlag]]:
|
||||
"CoverEntityFeature": CoverEntityFeature,
|
||||
"FanEntityFeature": FanEntityFeature,
|
||||
"HumidifierEntityFeature": HumidifierEntityFeature,
|
||||
"LawnMowerEntityFeature": LawnMowerEntityFeature,
|
||||
"LightEntityFeature": LightEntityFeature,
|
||||
"LockEntityFeature": LockEntityFeature,
|
||||
"MediaPlayerEntityFeature": MediaPlayerEntityFeature,
|
||||
|
||||
Reference in New Issue
Block a user