mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
minor update to more info card
This commit is contained in:
parent
321e821ae8
commit
21cf7ceb07
@ -1,2 +1,2 @@
|
||||
""" DO NOT MODIFY. Auto-generated by build_frontend script """
|
||||
VERSION = "31e33f5ec4ad4c9355af6f40213f3168"
|
||||
VERSION = "775f3ebcfb3fa43833494f0b9676ac88"
|
||||
|
@ -25815,7 +25815,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
},
|
||||
|
||||
computeMuteVolumeIcon: function(stateObj) {
|
||||
return this.isMuted ? 'av:volume-up' : 'av:av:volume-off';
|
||||
return this.isMuted ? 'av:volume-up' : 'av:volume-off';
|
||||
},
|
||||
|
||||
computePlayPauseIcon: function(stateObj) {
|
||||
|
@ -114,7 +114,7 @@
|
||||
},
|
||||
|
||||
computeMuteVolumeIcon: function(stateObj) {
|
||||
return this.isMuted ? 'av:volume-up' : 'av:av:volume-off';
|
||||
return this.isMuted ? 'av:volume-up' : 'av:volume-off';
|
||||
},
|
||||
|
||||
computePlayPauseIcon: function(stateObj) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user