mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-14 04:46:34 +00:00
Merge pull request #28 from turbokongen/master
Support for Mousedetectors connected in Verisure systems
This commit is contained in:
commit
f393db1bae
@ -17,6 +17,8 @@ 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 === 'Mice') {
|
||||||
|
return 'mdi:mouse-variant';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user