Update sensor icon for now

This commit is contained in:
Geoff Norton 2015-01-20 04:55:12 +00:00
parent a287bb5da0
commit abfaca3bfb

View File

@ -59,6 +59,9 @@
case "thermostat": case "thermostat":
return "homeassistant:thermostat"; return "homeassistant:thermostat";
case "sensor":
return "visibility";
default: default:
return "bookmark-outline"; return "bookmark-outline";
} }