mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 19:55:10 +02:00
Check if robot has boundaries to update (#38030)
This commit is contained in:
@@ -264,6 +264,7 @@ class NeatoConnectedVacuum(StateVacuumEntity):
|
||||
maps["name"],
|
||||
robot_boundaries,
|
||||
)
|
||||
if "boundaries" in robot_boundaries["data"]:
|
||||
self._robot_boundaries += robot_boundaries["data"]["boundaries"]
|
||||
_LOGGER.debug(
|
||||
"List of boundaries for '%s': %s",
|
||||
|
Reference in New Issue
Block a user