custom-components / feedparser

📰 RSS Feed Integration
MIT License
143 stars 32 forks source link

added processing of URL as template #87

Open dcmartin opened 1 year ago

dcmartin commented 1 year ago

I updated the processing of the specified URL to be a template. Has been working for me flawlessly with previous version.

dcmartin commented 1 year ago

Forgot to import configuration validation. Now fixed.

ogajduse commented 1 year ago

@dcmartin thank you for your contribution. Could you please address the CI failures?

I understand the concept, but could you put an example config that you tested your patch with?

I would say that this functionality should be covered by tests. I can add them once you share the sensor config.

ogajduse commented 9 months ago

@dcmartin Do you plan to work on this PR and resolve the conflicts?