Support for Mousedetectors connected in Verisure systems

This commit is contained in:
John Arild Berentsen 2016-02-12 20:53:59 +01:00
parent 9a81c557f6
commit bf6dafe825
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ export default function stateIcon(state) {
if (unit === temperatureUnits.UNIT_TEMP_C ||
unit === temperatureUnits.UNIT_TEMP_F) {
return 'mdi:thermometer';
} else if (unit === 'Mouse' ||
unit === 'Mice') {
return 'mdi:mouse-variant';
}
}