Fix group more info card calling services

This commit is contained in:
Paulus Schoutsen 2016-07-25 23:41:36 -07:00
parent c263545bda
commit a94ff8303c

View File

@ -95,7 +95,7 @@ Polymer({
window.hassUtil.dynamicContentUpdater(
this.$.groupedControlDetails,
'MORE-INFO-' + window.hassUtil.stateMoreInfoType(groupDomainStateObj).toUpperCase(),
{ stateObj: groupDomainStateObj });
{ stateObj: groupDomainStateObj, hass: this.hass });
}
},
});