Toms Mikoss
Toms Mikoss
Would you be open to change to this? I could try implementing something that keeps track of which filters are set from params / defaults, and which are not.
I've had just a cursory glance of the source, so it's only a vague idea at the moment. I'm thinking along the lines of modifying `BaseFilter#unapplicable_value?` to reject values that...
Eagerly awaiting a fix on this. What's worse, the bug is both easy to encounter ("why won't this work, better refresh the page a couple times to be sure, oh...
My 2 cents: it seems to be something related to API capacities on Honeywell end, since the unavailability was happening a lot during the firs week of February, but now...
Hmmmm, my first assumption would have been that if a `cannot` condition exists, you automatically have to prove your subject does not match any of the `cannot` rules. But that...
In my case, this seems to be related to 5Ghz wifi devices. On my AX88U router with latest stock firmware, the `/tmp/clientlist.json`, which this library seems to use for device...
I think I ran into the same issue: ``` const data = { numbers: [1, 2, 3] } const singleRule = { in: [1, { var: 'numbers' }] } expect(jsonLogic.apply(singleRule,...
@Scigik it's something else, not HA version - I am also having this issue while running 2024.3.1. Showing `2024-04-05T14:10:56.760Z` as latest update time.
I might have some input - it seems that this issue happens only to lights that have not been touched via HA UI. I have bunch of lights that only...