diff --git a/homeassistant/components/asuswrt/device_tracker.py b/homeassistant/components/asuswrt/device_tracker.py index bf5d120c476..dabbc25ba10 100644 --- a/homeassistant/components/asuswrt/device_tracker.py +++ b/homeassistant/components/asuswrt/device_tracker.py @@ -87,6 +87,11 @@ class AsusWrtDevice(ScannerEntity): ) return attrs + @property + def hostname(self) -> str: + """Return the hostname of device.""" + return self._device.name + @property def ip_address(self) -> str: """Return the primary ip address of the device."""