mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-10 10:56: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(
|
||||
this.$.groupedControlDetails,
|
||||
'MORE-INFO-' + window.hassUtil.stateMoreInfoType(groupDomainStateObj).toUpperCase(),
|
||||
{ stateObj: groupDomainStateObj });
|
||||
{ stateObj: groupDomainStateObj, hass: this.hass });
|
||||
}
|
||||
},
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user