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

Fix Homeassistant Lovelace configuration #66

Open
mboremski opened this issue Dec 28, 2023 · 0 comments
Open

Fix Homeassistant Lovelace configuration #66

mboremski opened this issue Dec 28, 2023 · 0 comments

Comments

@mboremski
Copy link
Contributor

Thank you for your project!
More than 2000 coffes have been brewed with this (in openhab).
Now moving it to Homeassistant

I was struggeling while using the readme to implement it into Homeassistant.
These buttons where not working on the dashboard:
grafik

I found that you point to non existing entitys here:
grafik

I fixed this by using the buttons defined by senseo_wifi.yaml and making them pressable like so:

    card:
      type: entities
      entities:
        - type: buttons
          entities:
            - entity: button.senseowifi_brew_coffee_normal
              name: kleine Tasse brühen
              icon: mdi:coffee-to-go
              tap_action:
                action: call-service
                service: button.press
                service_data:
                  entity_id: button.senseowifi_brew_coffee_normal
            - entity: button.senseowifi_brew_coffee_double
              name: große Tasse brühen
              icon: mdi:coffee-to-go
              tap_action:
                action: call-service
                service: button.press
                service_data:
                  entity_id: button.senseowifi_brew_coffee_double

Maybe you can update the readme with this.

Could you maybe also give a clear hint to use packages to implement senseo_wifi.yaml?
As a new homeassistant-user I have been spreading the configs over my configuration.yaml befor I found the easy way in #41.

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

1 participant