Custom component for Home Assistant which returns the status of an Owncast as an entity.
- In Home Assistant, go to your HACS Settings and add open Custom Repositories.
- Enter this repository URL, set Category = Integration, then Add.
- Find Owncast Parser in HACS, Install.
- Restart Home Assistant.
sensor:
- platform: owncastparser
name: "An Owncast Server"
url: "https://an-owncast-server.net"sensor:
- platform: owncastparser
name: "Your Owncast Site"
url: "https://your-owncast-site.online/"
timeout: 10 # fetch limit in seconds
verify_ssl: true # verify certificates
scan_interval:
minutes: 5 # how often to poll statusA not-insignificant amount of the hass custom_component interface logic was cribbed from Feedparser. Please show the project some love if you can.