Skip to content

Commit

Permalink
Merge pull request #7 from vorostamas/dev
Browse files Browse the repository at this point in the history
Remove sampleclient, fixes #6
  • Loading branch information
vorostamas authored Nov 3, 2020
2 parents 0a67cea + 447cb07 commit aedb0e2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Platform | Description
</details>

## Configuration in the UI
You need to add the channel ID of the TV channel. You can check the channel ID in the `channel_mapping.json` file.
You need to add the channel ID of the TV channel. You can check the channel ID in the [`channel_mapping.json`](https://github.com/vorostamas/portHuTV-homeassistant/blob/master/custom_components/porthutv/channel_mapping.json) file.

***

Expand Down
1 change: 0 additions & 1 deletion custom_components/porthutv/config_flow.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""Adds config flow for PortHuTV."""
from homeassistant import config_entries
from homeassistant.core import callback
from sampleclient.client import Client
import voluptuous as vol

from custom_components.porthutv.const import (
Expand Down
2 changes: 1 addition & 1 deletion custom_components/porthutv/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
NAME = "PortHuTv"
DOMAIN = "porthutv"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "1.0.1"
VERSION = "1.0.2"

ISSUE_URL = "https://github.com/vorostamas/portHuTV-homeassistant/issues"

Expand Down
2 changes: 1 addition & 1 deletion info.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Platform | Description

## Configuration is done in the UI

You need to add the channel ID of the TV channel. You can check the channel ID in the `channel_mapping.json` file.
You need to add the channel ID of the TV channel. You can check the channel ID in the [`channel_mapping.json`](https://github.com/vorostamas/portHuTV-homeassistant/blob/master/custom_components/porthutv/channel_mapping.json) file.

***

Expand Down

0 comments on commit aedb0e2

Please sign in to comment.