diff --git a/src/main/java/com/bwssystems/HABridge/plugins/hass/HassHome.java b/src/main/java/com/bwssystems/HABridge/plugins/hass/HassHome.java index 6de7f8d..e7208e7 100644 --- a/src/main/java/com/bwssystems/HABridge/plugins/hass/HassHome.java +++ b/src/main/java/com/bwssystems/HABridge/plugins/hass/HassHome.java @@ -98,7 +98,7 @@ public class HassHome implements Home { private Boolean addHassDevices(List theDeviceList, List theSourceList, String theKey) { if(!validHass) - return null; + return false; Iterator devices = theSourceList.iterator(); while(devices.hasNext()) { State theDevice = devices.next();