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 untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -68,6 +68,21 @@
"rtorrent": { "rtorrent": {
"class": "fa fa-magnet" "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": { "smartthings": {
"imgUrl": "/icons/smartthings.png" "imgUrl": "/icons/smartthings.png"
}, },