Skip to content

Commit

Permalink
Fix device info import
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek committed Aug 20, 2023
1 parent ec48b2e commit 4587b3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion homeassistant/components/neato/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

from pybotvac import Robot

from homeassistant.helpers.entity import DeviceInfo, Entity
from homeassistant.helpers.device_registry import DeviceInfo
from homeassistant.helpers.entity import Entity

from .const import NEATO_DOMAIN

Expand Down

0 comments on commit 4587b3c

Please sign in to comment.