Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 874 Bytes

info.md

File metadata and controls

34 lines (23 loc) · 874 Bytes

HA-HDHomeRun

A custom component to view status of HDHomeRun devices from Home Assistant.

Installation

This component requires the libhdhomerun library to function.
See ReadMe for full instructions.

Manual Dependency Installation

Some distros have a prebuilt package available, such as Ubuntu:

apt install libhdhomerun4

Or Alpine Linux (i.e. Home Assistant docker):

apk add libhdhomerun

Other systems may require building the library from source.

Configuration

hdhomerun:
    # Host addresses are optional, if none are specified then entities will be populated by network discovery.
    sensor:
        - host: 192.168.1.10
        - host: 192.168.1.5