Created
January 13, 2024 12:14
-
-
Save rabbit52068/3ff3c743bae6e0b08c420ecf2ac85873 to your computer and use it in GitHub Desktop.
Fuelwatch feedparser sensor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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