mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Update frontend (#5866)
This commit is contained in:
parent
75887e6069
commit
3a7309ab62
@ -2,7 +2,7 @@
|
||||
|
||||
FINGERPRINTS = {
|
||||
"core.js": "adfeb513cf650acf763e284d76a48d6b",
|
||||
"frontend.html": "43340b2369646b779e04a9925c225ab4",
|
||||
"frontend.html": "cfd75c944ab14912cfbb4fdd9027579c",
|
||||
"mdi.html": "c1dde43ccf5667f687c418fc8daf9668",
|
||||
"micromarkdown-js.html": "93b5ec4016f0bba585521cf4d18dec1a",
|
||||
"panels/ha-panel-dev-event.html": "5c82300b3cf543a92cf4297506e450e7",
|
||||
|
@ -320,7 +320,7 @@ window.hassUtil.domainIcon = function (domain, state) {
|
||||
|
||||
window.hassUtil.binarySensorIcon = function (state) {
|
||||
var activated = state.state && state.state === 'off';
|
||||
switch (state.attributes.sensor_class) {
|
||||
switch (state.attributes.device_class) {
|
||||
case 'connectivity':
|
||||
return activated ? 'mdi:server-network-off' : 'mdi:server-network';
|
||||
case 'light':
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
Subproject commit f3808ff4d44733f5810e21131e0daa1425bf5f22
|
||||
Subproject commit 518d0b38da47fa5923c84a963d11e9ed59424c2f
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user