Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 706 Bytes

info.md

File metadata and controls

22 lines (16 loc) · 706 Bytes

Overview

Custom component to view status of HDHomeRun devices from Home Assistant.

Installation

This component requires the libhdhomerun library to function. Some distros may 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