We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checklist:
Release with the issue:
Last working release (if known):
Browser and Operating System:
Description of problem:
I am trying to implement a call service action, however I do get an error
type: custom:slider-button-card slider: direction: top-bottom background: solid use_state_color: false use_percentage_bg_opacity: true toggle_on_click: false show_track: false force_square: false invert: true show_name: true show_state: true compact: false icon: show: true use_state_color: true tap_action: action: call-service service: input_boolean.turn_off data: {} target: entity_id: input_boolean.rollo_automation_wohnzimmer icon: '' action_button: mode: custom icon: mdi:power show: true show_spinner: true tap_action: action: call-service service: input_boolean.toggle data: {} target: entity_id: input_boolean.rollo_automation_wohnzimmer entity: cover.rollos_wohnzimmer name: WZ Alle
Javascript errors shown in the web inspector (if applicable):
Additional information:
The text was updated successfully, but these errors were encountered:
Same at my dashboard. Can´t i trigger an automation?
Sorry, something went wrong.
You need to add an entity_id to the service data, something like this:
action_button: mode: custom show: true tap_action: action: call-service service: input_boolean.toggle service_data: entity_id: input_boolean.hvactoggle target_id: climate.living_room
Getting the same behaviour here despite having declared the entity_ids The card doesn't appear to be passing the entity IDs back to the service call
No branches or pull requests
Checklist:
Release with the issue:
Last working release (if known):
Browser and Operating System:
Description of problem:
I am trying to implement a call service action, however I do get an error
type: custom:slider-button-card slider: direction: top-bottom background: solid use_state_color: false use_percentage_bg_opacity: true toggle_on_click: false show_track: false force_square: false invert: true show_name: true show_state: true compact: false icon: show: true use_state_color: true tap_action: action: call-service service: input_boolean.turn_off data: {} target: entity_id: input_boolean.rollo_automation_wohnzimmer icon: '' action_button: mode: custom icon: mdi:power show: true show_spinner: true tap_action: action: call-service service: input_boolean.toggle data: {} target: entity_id: input_boolean.rollo_automation_wohnzimmer entity: cover.rollos_wohnzimmer name: WZ Alle
Javascript errors shown in the web inspector (if applicable):
Additional information:
The text was updated successfully, but these errors were encountered: