Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
burnnat committed Sep 27, 2019
1 parent 3b41e5d commit 2fb6ae0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# ha-hdhomerun
HDHomeRun integration for Home Assistant.
Custom component to enable HDHomeRun integration for Home Assistant.

## 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
2 changes: 1 addition & 1 deletion custom_components/hdhomerun/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from homeassistant.components.sensor import DOMAIN as SENSOR_DOMAIN
from homeassistant.helpers.entity import Entity

from .const import DOMAIN
from .const import DOMAIN, CONF_HOST

_LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit 2fb6ae0

Please sign in to comment.