diff --git a/custom_components/miwifi/device_tracker.py b/custom_components/miwifi/device_tracker.py index 0ab0107..3d9a2aa 100644 --- a/custom_components/miwifi/device_tracker.py +++ b/custom_components/miwifi/device_tracker.py @@ -182,7 +182,7 @@ def available(self) -> bool: return self._available @property - def device_state_attributes(self) -> dict: + def extra_state_attributes(self) -> dict: return { "mac": self._mac, "ip": self._device["ip"],