This commit is contained in:
John Arild Berentsen 2016-02-13 09:06:19 +01:00
parent bf6dafe825
commit e3f58ea779

View File

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