diff --git a/homeassistant/components/device_tracker/asuswrt.py b/homeassistant/components/device_tracker/asuswrt.py index e7126d7df91..3566791f99b 100644 --- a/homeassistant/components/device_tracker/asuswrt.py +++ b/homeassistant/components/device_tracker/asuswrt.py @@ -157,7 +157,8 @@ class AsusWrtDeviceScanner(object): devices[match.group('ip')] = { 'ip': match.group('ip'), 'mac': match.group('mac').upper(), - 'host': match.group('host') + 'host': match.group('host'), + 'status': '' } for neighbor in neighbors: