mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-12 03:46:34 +00:00
Fix group more info card calling services
This commit is contained in:
parent
c263545bda
commit
a94ff8303c
@ -95,7 +95,7 @@ Polymer({
|
|||||||
window.hassUtil.dynamicContentUpdater(
|
window.hassUtil.dynamicContentUpdater(
|
||||||
this.$.groupedControlDetails,
|
this.$.groupedControlDetails,
|
||||||
'MORE-INFO-' + window.hassUtil.stateMoreInfoType(groupDomainStateObj).toUpperCase(),
|
'MORE-INFO-' + window.hassUtil.stateMoreInfoType(groupDomainStateObj).toUpperCase(),
|
||||||
{ stateObj: groupDomainStateObj });
|
{ stateObj: groupDomainStateObj, hass: this.hass });
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user