Skip to content

glyphscribe/owncastparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 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.

Minimal Configuration (YAML)

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

Complete Configuration (YAML)

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 status

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

Watchers

Forks

Languages