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

How works the name of a specific mode under the modes? #32

Closed
gigios opened this issue Mar 7, 2019 · 2 comments
Closed

How works the name of a specific mode under the modes? #32

gigios opened this issue Mar 7, 2019 · 2 comments
Labels
question Further information is requested released

Comments

@gigios
Copy link

gigios commented Mar 7, 2019

I have updated today to the version 0.19 and all works fine.
No I want change the list of modes available in the card, and with the new modes key I'm able to do all these changes.
My question is related the key 'name', if I use a different name in my config, seems that it's ignored. I can see always the original mode name!

          "Timer":
            include: false
            icon: mdi:av-timer
          "Tado mode":
            include: false
          "Manual":
            name: Make it cold
            icon: mdi:cursor-pointer
          "Smart schedule":
            name: Test description
            icon: mdi:calendar-clock
          "Off":
            name: Make it cold
            icon: mdi:power
          "On":
            name: Warmer!
            icon: mdi:fire

There is also a way to remove completely the name and use only the icon?

@nervetattoo
Copy link
Owner

Funny thing; I planned to, and even did, implement this, but at the last moment i ripped it out again. I had some reason but now I can't imagine what that reason might have been. I will add it back, with support for setting both name and icon to false to hide either one of them. That should offer full flexibility.

@nervetattoo nervetattoo added the question Further information is requested label Mar 9, 2019
@github-actions
Copy link

🎉 This issue has been resolved in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested released
Projects
None yet
Development

No branches or pull requests

2 participants