Skip to content

Instantly share code, notes, and snippets.

@rabbit52068
Created January 13, 2024 12:14
Show Gist options
  • Select an option

  • Save rabbit52068/3ff3c743bae6e0b08c420ecf2ac85873 to your computer and use it in GitHub Desktop.

Select an option

Save rabbit52068/3ff3c743bae6e0b08c420ecf2ac85873 to your computer and use it in GitHub Desktop.

Revisions

  1. rabbit52068 renamed this gist Jan 13, 2024. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. rabbit52068 renamed this gist Jan 13, 2024. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. rabbit52068 created this gist Jan 13, 2024.
    36 changes: 36 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,36 @@
    sensor:
    - platform: feedparser
    name: ULP NightOwl
    feed_url: 'https://www.fuelwatch.wa.gov.au/fuelwatch/fuelWatchRSS?Product=1&Suburb=Redcliffe&Brand=14'
    date_format: '%a, %b %d %I:%M %p'
    inclusions:
    - title
    - description
    - price
    - link
    - item
    - brand
    - date
    - trading-name
    - location
    - address
    exclusions:
    - language

    - platform: feedparser
    name: ULP NightOwl Tomorrow
    feed_url: 'https://www.fuelwatch.wa.gov.au/fuelwatch/fuelWatchRSS?Product=1&Suburb=Redcliffe&Brand=14&Day=tomorrow'
    date_format: '%a, %b %d %I:%M %p'
    inclusions:
    - title
    - description
    - price
    - link
    - item
    - brand
    - date
    - trading-name
    - location
    - address
    exclusions:
    - language