Martijn van der Pol

Results 151 comments of Martijn van der Pol

Oh, must have missed that (or ignored it because I thought it was a community member looking for private support). Sorry about that :)

You can group the two lights in a light group, and that light group can be exposed to Assist.

You can put a light group in another light group, so they can be nested. They can also be put in an area, which I would expect to be the...

Here is a template which will give you the next Friday the 13th ``` {% set start = now().date().replace(day=13) %} {% set start = (start + timedelta(days=30)).replace(day=13) if start <...

Looks like you are putting it in the state of a template sensor. All states are limited to 255 characters max. You can put it in an attribute of a...

@frenck next one, the split between curtain and the other device classes was already in place for these sentences, I kept it in for the reason mentioned above. Does it...

@frenck and another one :) PS No code rabbit?

@frenck another one. I'll just go to them one by one, and see what can be improved per file. Thanks :)

Done, was doing other stuff while waiting for the tests to complete. Then I forgot to check back :)

I understand the request, you basically want a minimum period length in case `split=true` is used I'm kinda busy at the moment, but I will try to find some time...