diff --git a/custom_components/bermuda/entity.py b/custom_components/bermuda/entity.py index d5f636b..6440e9d 100644 --- a/custom_components/bermuda/entity.py +++ b/custom_components/bermuda/entity.py @@ -44,7 +44,7 @@ def device_info(self): "identifiers": {(DOMAIN, self._device.unique_id)}, "name": self._device.prefname, # TODO: Could use this to indicate tracker type (IRK, iBeacon etc). - # "model": "some string", + "model": None, "manufacturer": NAME, }