Skip to content

Instantly share code, notes, and snippets.

@rabbit52068
Created January 13, 2024 12:14
Show Gist options
  • Save rabbit52068/3ff3c743bae6e0b08c420ecf2ac85873 to your computer and use it in GitHub Desktop.
Save rabbit52068/3ff3c743bae6e0b08c420ecf2ac85873 to your computer and use it in GitHub Desktop.
Fuelwatch feedparser sensor
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment