Hi there, i have flashed the code for dimming my 9x 12V Lamps in my Partyroom on an ESP8266 with ESPHome…
It works fine, but how can i change it in HA to get some small sliders instead of those big round Bulbs?
Make a group containing all 9 switches. When you turn on/off the group, its members will be turned on/off. Better yet, make a Light Group because your devices are lights, not switches. A Light Group not only lets you turn on/off all its members, you can also control their brightness (and other properties).
i have downloaded the slider-entity-row.js as raw and saved it, but i can`t get it installed.
There is a red warning about the url…
An Advanced button can i not find.
see here:
Saved it where? I think the reason it doesn’t work for you is that you either copied it to the wrong place or set the Resources path incorrectly.
You must save it in the www directory or, if you wish, within a sub-directory of www.
For example:
I created a directory within www called slider-entity-row
I copied slider-entity-row.js to the slider-entity-row directory
In Resources, I referenced it using /local/slider-entity-row/slider-entity-row.js
For Resources, “local” means the “www” directory (which is a sub-directory of config and if it doesn’t exist then you must create it first).
I didn’t need to restart; if slider-entity-row is installed correctly, it’s immediately available. I created an Entities card, selected a light, and then, in YAML mode, modified the way the documentation’s example shows.
You should know that the Solution tag is normally assigned to the first post, or most complete post, in the thread that provides answer to the question (i.e. the first post that solves the problem). In this case, it was potts-mike that was first to suggest the use of the slider-entity-row card so that’s the obvious post to mark with the Solution tag.