mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 18:56:39 +00:00
Fixed passing service_data to call-service-button. (#1531)
This commit is contained in:
parent
cc652a9476
commit
716e505c88
@ -12,12 +12,12 @@ class HuiServiceButtonElement extends PolymerElement {
|
||||
white-space: nowrap;
|
||||
}
|
||||
</style>
|
||||
<ha-call-service-button
|
||||
<ha-call-service-button
|
||||
hass="[[hass]]"
|
||||
domain="[[_domain]]"
|
||||
domain="[[_domain]]"
|
||||
service="[[_service]]"
|
||||
serviceData="[[_config.serviceData]]"
|
||||
>[[_config.title]]</ha-call-service-button>
|
||||
service-data="[[_config.service_data]]"
|
||||
>[[_config.title]]</ha-call-service-button>
|
||||
`;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user