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

Set image ( entity_picture_template ) as indicator type #873

Closed
ggonmar opened this issue Dec 9, 2023 · 1 comment
Closed

Set image ( entity_picture_template ) as indicator type #873

ggonmar opened this issue Dec 9, 2023 · 1 comment

Comments

@ggonmar
Copy link

ggonmar commented Dec 9, 2023

I have been playing with this card, and it would be neat if I could use my sensor of the moon, which has a custom image of the current state of the moon (within the property entity_picture_template) , as the icon of the compass.

I'd envision it as:

type: custom:compass-card
header:
  title:
    value: Moon
indicator_sensors:
  - sensor: sensor.moon_phase
    attribute: azimuth
    indicator:
      type: image
      image: sensor.moon_phase
value_sensors:
  - sensor: sun.sun
    attribute: elevation

That would be very nice!

Thanks for your great work!

@tomvanswam
Copy link
Owner

Good idea, and already thought of, this is a duplicate of #702

@tomvanswam tomvanswam closed this as not planned Won't fix, can't repro, duplicate, stale Dec 15, 2023
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