Skip to content

Commit

Permalink
fix: fixes the component to work with home assistant version 2023.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hudsonbrendon committed Sep 10, 2023
1 parent b5c6fb8 commit 51ce3f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom_components/drivvo/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ def __init__(self, hass, email, password, data, interval):
self._attr_device_info = DeviceInfo(
entry_type=dr.DeviceEntryType.SERVICE,
identifiers={(DOMAIN, data.id)},
default_manufacturer="Drivvo",
name=data.identification,
default_model=self._model,
configuration_url="https://web.drivvo.com/",
manufacturer="Drivvo",
model=self._model,
sw_version="1.0.8",
)
self.data = data

Expand Down

0 comments on commit 51ce3f8

Please sign in to comment.