diff --git a/supervisor/host/configuration.py b/supervisor/host/configuration.py index 60fb9df01..8abf5c2fc 100644 --- a/supervisor/host/configuration.py +++ b/supervisor/host/configuration.py @@ -191,7 +191,7 @@ class Interface: mode = WifiMode(inet.settings.wireless.mode) # Signal - if inet.wireless: + if inet.wireless and inet.wireless.active: signal = inet.wireless.active.strength else: signal = None