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

+1 for publishing to HACS #1

Open
jbishop129 opened this issue Mar 12, 2023 · 12 comments
Open

+1 for publishing to HACS #1

jbishop129 opened this issue Mar 12, 2023 · 12 comments

Comments

@jbishop129
Copy link

Just wanted to +1 my support for this being published into HACS, now that the original repo for this plugin has been abandoned.

@WeterPeter
Copy link

I second that! 👍

@edwardtfn
Copy link
Owner

Thanks!

I have to fix some issues, as the repository as it is is failing the validations from HACS.
I will let you know as soon I have some progress.

@alexruffell
Copy link

alexruffell commented Mar 16, 2023

@edwardtfn Thank you for taking this on! Once you start working on improvements, could you look into ways of making this card smaller? Mostly vertical space that could be achieved by putting all the times on a single row rather than sunset/sunrise on the top and the rest on the bottom... or maybe having an option to disable specific elements so that one can essentially just leave the graph and display the times they are interested in using an alternative method.

Once the card was removed, this is what I went with:
image

The first row is an example of what I was talking about above. The graph with a single row like the one shown above would enable the card to be smaller (vertically). Thanks!

EDIT: Created new issue for this: #8

@edwardtfn
Copy link
Owner

@alexruffell, I really liked the idea, but just to make our life easier, create a new issue with that idea so we have a place specifically to handle the discussions related to this.

Thanks!!

@edwardtfn
Copy link
Owner

Just wanted to +1 my support for this being published into HACS, now that the original repo for this plugin has been abandoned.

I've updated the instructions for adding this as a Custom Repository in HACS (you can do this right now) and created a PR to add it as a default repository in HACS store, so hopefully we will soon be back there.

@taduo
Copy link

taduo commented Mar 18, 2023

Hi @alexruffell
Can you share how you have done that?

Once the card was removed, this is what I went with: image

@alexruffell
Copy link

@taduo This is the yaml for the card:

type: entities
entities:
  - entity: sun.sun
    type: custom:multiple-entity-row
    name: Sun
    toggle: false
    show_state: false
    state_color: false
    entities:
      - type: attribute
        entity: sun.sun
        name: Dawn
        format: time
        attribute: next_dawn
      - type: attribute
        entity: sun.sun
        name: Sunrise
        attribute: next_rising
        format: time
      - type: attribute
        entity: sun.sun
        name: Noon
        attribute: next_noon
        format: time
      - type: attribute
        entity: sun.sun
        name: Sunset
        attribute: next_setting
        format: time
      - type: attribute
        entity: sun.sun
        name: Dusk
        attribute: next_dusk
        format: time
  - entity: sensor.moon_phase

@alexruffell
Copy link

@alexruffell, I really liked the idea, but just to make our life easier, create a new issue with that idea so we have a place specifically to handle the discussions related to this.

Done, thanks!

#8

@tne7laa
Copy link

tne7laa commented Mar 28, 2023

Thanks @alexruffell. This is what I needed!

@bbr111
Copy link

bbr111 commented Mar 29, 2023

any progress in adding back to hacs?

@Mariusthvdb
Copy link

@taduo This is the yaml for the card:

nice!
we can now do this btw in HA 2023.4

        entities:
          - entity: sensor.sun_next_dawn
            name: Dawn
            format: time
          - entity: sensor.sun_next_rising
            name: Sunrise
            format: time
          - entity: sensor.sun_next_noon
            name: Noon
            format: time
          - entity: sensor.sun_next_setting
            name: Sunset
            format: time
          - entity: sensor.sun_next_dusk
            name: Dusk
            format: time
          - entity: sensor.sun_next_midnight
            name: Night
            format: time

edwardtfn pushed a commit that referenced this issue Apr 6, 2023
@edwardtfn
Copy link
Owner

Please take a look at the notice about the future of this repository: https://github.com/edwardtfn/home-assistant-sun-card#notice-about-the-future-of-this-repository

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

8 participants