Julien Roy

Results 65 comments of Julien Roy

Did you try to use `GET` method instead of default method `HEAD` ? add `method: "get"` in your config like ```yaml - name: "ESP32 - Despensa" icon: "fa-solid fa-toggle-on" subtitle:...

looks good to me. Note for future myself: do not review on mobile app late 😄

I have approved but I'm not maintainer ...

Merge Request created: https://github.com/bastienwirtz/homer/pull/680

@kalhimeo it is possible yes 😉. Could you open a new issue as feature request please

closing as no update since 2 years ...

Hi, I'm working back on the card to fix/upgrade some stuff right now. I'll try to implement this. I assume that this is some globally not not limited to some...

I assume you want all events to be squashed together right ? If same state before and after ...

If your entity can have multiple states (not just on/off) you don't want to merge them ... for example: ``` state1 -> duration: 10m state2 -> duration: 2s state3 ->...

I wondering if this should be configured per state and not not only for unavailable ... i would fix @mihalski requests ... but it is a litlle be more work