button-entity-row
button-entity-row copied to clipboard
Cannot use input_boolean without a specifig action config
Hi,
I'm trying to use this card in my lovelace config. Something unexpected is happening and I have trouble debugging this issue.
It seems there's an issue when I try to use the card with input_booleans :
I tried another config :
This works, however :
- type: entities entities: - entity: vacuum.rockrobo - type: "custom:button-entity-row" buttons: - icon: "mdi:lightbulb-off-outline" name: "Auto" service: input_boolean.toggle service_data: entity_id: input_boolean.vacuum_daily_run_enable
The result, I think, is not what's expected : no cursor on hover, and no button background or ripple effect. Maybe I'm missing something.
I'm using HA v0.100-2 & HACS (master branch of the module) :
Would anyone have an idea about how to fix this issue ?
Thanks for any help you can provide !
Hmm, I haven't had any issues using input booleans with the card, maybe you could try reinstalling it, also check to make sure the card is declared with type: module
not type: js