"""Attribute map used by Landroid Cloud integration.""" from __future__ import annotations from .const import ATTR_ACCESSORIES, ATTR_LAWN ATTR_MAP = { "accessories": ATTR_ACCESSORIES, "lawn": ATTR_LAWN, }