Skip to content
New issue

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

Cannot use input_boolean without a specifig action config #11

Open
MrBLJ opened this issue Oct 18, 2019 · 1 comment
Open

Cannot use input_boolean without a specifig action config #11

MrBLJ opened this issue Oct 18, 2019 · 1 comment

Comments

@MrBLJ
Copy link

MrBLJ commented Oct 18, 2019

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 :
image

I tried another config :
image

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.
image

I'm using HA v0.100-2 & HACS (master branch of the module) :
image

Would anyone have an idea about how to fix this issue ?

Thanks for any help you can provide !

@jcwillox
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants