diff --git a/custom_components/drivvo/sensor.py b/custom_components/drivvo/sensor.py index 715d42f..d1224e2 100755 --- a/custom_components/drivvo/sensor.py +++ b/custom_components/drivvo/sensor.py @@ -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