Skip to content

Commit

Permalink
fix: broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
vermut committed May 21, 2024
1 parent e75c5b3 commit 1ff29fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/openmower/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
from typing import Optional

from homeassistant.components import mqtt
from homeassistant.components.openmower import DOMAIN
from homeassistant.core import callback
from homeassistant.helpers.device_registry import DeviceInfo
from homeassistant.helpers.entity import Entity
from homeassistant.util import slugify, Throttle
from homeassistant.util.json import json_loads_object

from .const import DOMAIN

MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=5)


Expand Down

0 comments on commit 1ff29fc

Please sign in to comment.