Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: custom-components/feedparser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.0b3
Choose a base ref
...
head repository: custom-components/feedparser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.0b4
Choose a head ref
  • 3 commits
  • 15 files changed
  • 2 contributors

Commits on Aug 18, 2023

  1. Improve sensor based on feeds provided by the community in GH issues

    * get the image from the feed if it is one of its attributes
    
    * add link processing in case link is not an attribute of the feed entry
    
    * use dateutil.parser in case the parsedate_to_datetime is not able to
      provide timezone info
    
    * parse image also from summary
    
    * add tests for the above mentioned
    ogajduse committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    6d94b38 View commit details
    Browse the repository at this point in the history
  2. Add debug log back

    ogajduse committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    2c786ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd75140 View commit details
    Browse the repository at this point in the history
Loading