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

Allow Default action for icons #2146

Open
1 task done
nbJosh opened this issue Nov 11, 2024 · 0 comments
Open
1 task done

Allow Default action for icons #2146

nbJosh opened this issue Nov 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nbJosh
Copy link

nbJosh commented Nov 11, 2024

Is there an existing feature request for this?

  • I have searched the existing issues

Your feature request

I have been trying to write this and get it to work all night,

Hulu:
    title: "Hulu"
    widget_type: icon
    entity: sensor.nowplayingappletv
    widget_style: "background: #001f50;"
    state_text: ""
    widget_style: "background: #001f50;"
    icons:
        "Hulu":
            icon: mdi-hulu
            style: "color: #00e000"
        "default":
            style: "color: grey"
            icon: mdi-hulu
            post_service_active:
                service: homeassistant/turn_on
                entity_id: script.huluonappletv

However, I have found that post_service_active: is not called for the "default" condition!
is this a bug? or a feature request?

@nbJosh nbJosh added the enhancement New feature or request label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant