You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 !
The text was updated successfully, but these errors were encountered: