mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-16 18:24:36 +00:00
Fixes bwssytems/ha-bridge#1
This commit is contained in:
@@ -61,6 +61,7 @@ public class VeraInfo {
|
||||
theDevice.setRoom(roomMap.get(theDevice.getRoom()).getName());
|
||||
else
|
||||
theDevice.setRoom("no room");
|
||||
|
||||
if(theDevice.getCategory() != null && categoryMap.get(theDevice.getCategory()) != null)
|
||||
theDevice.setCategory(categoryMap.get(theDevice.getCategory()).getName());
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user