aequitas / python-rflink

MIT License
30 stars 27 forks source link

Use fnmatch for more flexible ignore matching #30

Closed scop closed 4 years ago

aequitas commented 4 years ago

Cool, learned something new today: https://github.com/aequitas/python-rflink/pull/30/files#diff-ba3285fe580777e132a46e0355c4d614R276

Thanks for adding a testcase as well

scop commented 4 years ago

Thanks for applying this! I know 0.0.49 was just released before this got in, but I'd appreciate if another release could be made soon, containing this. I'd like to use this feature for easier filtering out of a bunch of unwanted entries in Home Assistant (*_update_time in case you're curious)...

On an unrelated note, I've worked some on more complete set of type hints, will submit a PR soonish (no need to wait for that for a new release though :))