Corvus2606's Avatar

Corvus2606

@corvus2606

4
Followers
7
Following
3
Posts
17.11.2024
Joined
Posts Following

Latest posts by Corvus2606 @corvus2606

then, on your lovelace page, add the below card:
type: markdown
content: >
{{state_attr('sensor.octopus_prediction','entries')[0].summary_detail.value}}

last updated:
{{state_attr('sensor.octopus_prediction','entries')[0].published}}

08.12.2024 17:14 👍 0 🔁 0 💬 0 📌 0

install the Feedparser add on through HACS, and add the below to your config:
Sensor:
- platform: feedparser
name: Octopus Prediction
feed_url: 'https://bsky.app/profile/did:plc:5igjs5e4tbievfytl3bugwgu/rss'
date_format: '%d %b %Y'
show_topn: 1
scan_interval:
hours: 1

08.12.2024 17:14 👍 0 🔁 0 💬 1 📌 0
Post image

@agilepredict.bsky.social I've managed to get your latest message showing on my homeassistant power dashboard thanks to @bsky.app's RSS feature:

08.12.2024 15:23 👍 1 🔁 0 💬 1 📌 0