But just know with the dark theme it still looks like the previous picture. I havenāt had time to dig into this yet. Lots to learn here The Natural mode triggers a switch button, but the oscillate is triggered directly with service calls. I guess going forward the oscillate might as well just trigger a switch button as well so it can be tied to a voice assistant.
I had to stop working on it but the problem is related to light-popup-card for me (i use view and not popup).
Iām going to see how you did it but the operation of light-popup is seems different apart from a popup
I have to find the time to finish the map but I am running out of time
here a preview, itās a poc, so impossible to share it for the moment, but yours is almost identical so you will probably release it before me so to see if it is useful or not to continue
Thank you Clemalex, maybe youāre right I should ask for help in browser-mod topic because I really want this to be a popup.
I still have a lot of work to do but your design is exactly what I was thinking. (I donāt know if I am able to create blur effect and animation to be honest )
Also you can continue to work on yours. Having 2 possibilities (popup and view) is always interesting for community.
Then you would have to setup the button_card_templates.yaml file, the āthemesā and use the templates in your view. Thatās the short version.
Wait a few days, there will be instructions available on how to install and use this āthemeā a little different but easier. This āthemeā is not something that was ādevelopedā for public use, it is the code @tben uses for his own installation and was kind enough to share his setup. Right now this is not something you should install or work with, if you donāt have a little deeper knowledge on how and why things happen here.
As I said, wait a few days. I know, thatās always lame, if someone say āwaitā, but in this case I strongly advise to do so.
There are a few people working on re-writing this āthemeā, where re-write is not exactly correct. The thing is, right now, it is a very specific way to āinstallā and use this āthemeā. It is fitted like tailor-made clothes to the installation of @tben, eg. he is from France and therefor the custom text is partly in french.
He made this for his installation and so there are some things, that need to be adapted, if someone else is using it. In one card for example there is a sensor hardcoded into the template. If you donāt have that sensor (exactly that sensor), you will get errors.
And yes, one of the goals would be to bring this to the public by using HACS. But that is unfortunately not as easy as it looked, as this is, technically spoken, not a theme in the conventional way. There are themes involved, but they are only a small part. The main part are button-card-templates, and these are handled differently in your installation. Simply spoken, this āthemeā doesnāt fit into HACS, because itās neither a āthemeā, nor an āintegrationā in the HACS way of thinking. But Iām sure this will be possible sooner or later, but it is not the main task at the moment. The main task is to bring this into public and make it easily maintanable (and usable).
Right now the code is nearly ready and checked, but the documentation and examples unfortunately doesnāt write themself.
Btw. what is your current knowledge about HA and itās use? Are you more like an experienced user or are you a UI guy (not meant disrespectful!)?
Regarding my level of knowledge and usage; Iām a happy enthusiast, been running HA supervised in docker for 10 months but now HA OS (Rpi4). Im also using WG on another RpiZ and pihole, for home usage.
Iām just as interested in the technical details as in the GUI. Iām not schooled in Linux but I can use terminal commands sufficiently.
I would love to play Devilās Advocate for your ReadMe/installation procedure (Iām kinda picky, so itās usually a productive process for the receiving endā¦)
Iām trying to modify the thermostat card so that is shows Eco mode and turns the color to green when the thermostat is in eco mode. But Iām having a hard time with changing the color. I thing the issue is with the condition template.
I assume, the states should be an attribute of a sensor, shouldnāt it? Then try this states['climate.woonkamer'].attributes.preset_mode. Even better would be to simply use the entity, like this entity.attributes.preset_mode.
And while at it, change the hold_action to entity as well:
The re-write of this great āthemeā is moving forward and seems to be getting to a point, where a first public beta version can be rolled out. Nothing fancy you think - you will be surprised!
This is, what you can expect from the rollout:
re-write of the āthemeā so updating and maintainance getās a lot easier
new structure for the files
possibilty to extend your installation by adding custom-cards (modular, you install only what you need)
easily extend our code with yours without disturbing updates
adding language specific strings (EN, DE and FR are already taken care of, other languages welcome)
a quite comprehensive wiki at the new repository with
installation guides
an example page (this unfortunately is not ready yet, input is welcome!)
guides to setup your first page, update, upgrade and more
all things you donāt even want to know about the āthemeā
developer corner to support the development of this āthemeā (eg. custom_cards)
CodeGenerators to ease the installation and usage in UI-mode (thatās one funny thing)
a few new cards like eg. two modified light-sliders, a welcome card and much more
and some other things!
Stay tuned, if things work out well, we should be ready within a week for the first public beta. This will not be a stable release, but we are getting there!
PS: Thanks a lot to the beta-testers, your input is very much appreciated!
PPS: If youād like to see some specific things in this āthemeā, this is the time to tell us!