Skip to content

glyphscribe/owncastparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Owncast Parser

Custom component for Home Assistant which returns the status of an Owncast as an entity.

Installation (via HACS as a custom repository)

  1. In Home Assistant, go to your HACS Settings and add open Custom Repositories.
  2. Enter this repository URL, set Category = Integration, then Add.
  3. Find Owncast Parser in HACS, Install.
  4. Restart Home Assistant.

Configuration (UI)

Go to Settings → Devices & Services → Add Integration, search for Owncast Parser, and enter your server details.

Configuration (YAML — deprecated)

YAML configuration still works but will auto-import as a config entry on startup. A deprecation warning will be logged. You may remove the YAML block after the first import.

sensor:
  - platform: owncastparser
    name: "An Owncast Server"
    url: "https://an-owncast-server.net"
    timeout: 10
    verify_ssl: true

Note: scan_interval is no longer configurable per-sensor. The default polling interval is 1 minute.

Thanks

A not-insignificant amount of the hass custom_component interface logic was cribbed from Feedparser. Please show the project some love if you can.

About

Owncast server status integration for Home Assistant

Topics

Resources

License

Stars

4 stars

Watchers

0 watching

Forks

Contributors

Languages