BamBamBam996

Results 5 comments of BamBamBam996

https://github.com/EPMatt/awesome-ha-blueprints/blob/a2756dca595e88e5ab26cfbd649747420ea42a03/blueprints/hooks/light/light.yaml#L516 https://github.com/EPMatt/awesome-ha-blueprints/blob/a2756dca595e88e5ab26cfbd649747420ea42a03/blueprints/hooks/light/light.yaml#L533 https://github.com/EPMatt/awesome-ha-blueprints/blob/a2756dca595e88e5ab26cfbd649747420ea42a03/blueprints/hooks/light/light.yaml#L550 https://github.com/EPMatt/awesome-ha-blueprints/blob/a2756dca595e88e5ab26cfbd649747420ea42a03/blueprints/hooks/light/light.yaml#L577 I think these lines of code are responsible for the color modes. I do not see any difference in the logic of short vs long presses....

Might be related to the following Zigbee2MQTT E2002 remote issue: https://github.com/Koenkk/zigbee2mqtt/issues/13335

Same "Config flow could not be loaded: {"message":"Invalid handler specified"}" error here. Installed via Hacs, tried adding the integration and the error mentioned above appears. Any advice on what to...

For me the binary sensor mentioned above did not work in my configuration.yaml. This one did: ```yaml - platform: template sensors: happy_hour: unique_id: happyhour value_template: "{{ (states('sensor.current_electricity_price_all_in') | round(4,default=0) ==...

The code mentioned above works, but only for today. Now is the cheapest hour for today (2300), but in a few hours it'll be tomorrow and the prices are even...