Werner Pieterson

Results 21 comments of Werner Pieterson

Try using a more specific selector e.g. `#menu-primary-navigation > li.active.menu-home > a:first-child` or `document.querySelectorAll("#menu-primary-navigation > li.active.menu-home > a")[0]`

Tried the above template suggestion, but didn't help

I have a key fob that also doesn't show up in console when I press it's buttons. Any ideas?

Also getting that the ESP8266 disconnects from WiFi and only a reboot allows it to connect again. It had over 70% signal strength before it dropped off. I have a...

Since updating to 0.13.0-b6 it's been stable for 3 weeks.

A button? Why a button? Where now? I'm not sure I understand what you mean. Please rephrase and draw exactly what you want and I can see if I can...

Updated for `v0.2.0-alpha` ## Stage and Area panel Code ```yml type: entities entities: - type: custom:template-entity-row icon: mdi:lightning-bolt-outline name: Status entity: sensor.load_shedding_stage active: '{{ not is_state("sensor.load_shedding_stage", "No Load Shedding") }}'...

> cant seem to get the Schedule panel to work. > > adding a markdown card and add content change sensor name nothing displays. adding a markdown card then using...