Added `sensor.*` icon classes

This commit is contained in:
Fabio Manganiello 2023-04-02 00:40:50 +02:00
parent 429893ddbf
commit 839c6108a0
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 15 additions and 0 deletions

View File

@ -68,6 +68,21 @@
"rtorrent": {
"class": "fa fa-magnet"
},
"sensor.bme280": {
"class": "fas fa-microchip"
},
"sensor.envirophat": {
"class": "fas fa-microchip"
},
"sensor.ltr559": {
"class": "fas fa-microchip"
},
"sensor.vl53l1x": {
"class": "fas fa-microchip"
},
"serial": {
"class": "fab fa-usb"
},
"smartthings": {
"imgUrl": "/icons/smartthings.png"
},