Paulus Schoutsen
Paulus Schoutsen
If you want to pick up the project, I generally advice people to: - reach out to maintainer to see whats up. Ask if you can: - be added as...
Since the PR got reverted and I am unable to fix the code myself without being able to run the tests, I can't open a PR that would be ok...
The binary sensors are powered by the dings endpoint. I've tested it with @dshokouhi and after he moved in front of his camera, the endpoint kept returning an empty list.
Right, you won't know the format of nested cards. I would indeed loop over a view inside generateView and then process it. Right now we only allow a single strategy.
Oh and card editors are not supported, it will open a YAML editor because it's a strategy
I think that it should be a new component. Code can be copy pasted from the vacuum component if needed. Just like lights and switches are very similar (turn on/off,...
We have an unwritten standard: components can fire their own events but the events should be prefixed by the component name. Platforms are not allowed to fire events as platforms...
I'm glad we are getting this discussion going. The config example by @Chris-V is great, but out of scope for now, and we should not further discuss that in the...
I just got triggered by a sentence in one of the above comments: > We're using open-source software for a reason: flexibility. Our flexibility offering is that you can just...
I like the simple design. I think that we should just stick with `per_time`. ```yaml condition: rate_limit over_time: '0:01' tag: bla # optional ```