Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xchwarze authored Oct 21, 2019
1 parent 7cd624e commit 1fc08c0
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

# HomeAssistant - SamsungTV Custom Component

This is a custom component to allow control of SamsungTV devices in [HomeAssistant](https://home-assistant.io). Is a modified version of the built-in [samsungtv](https://www.home-assistant.io/integrations/samsungtv/) with some extra features:
This plugin is only for 2016+ TVs model! (maybe all tizen family)
This is a custom component to allow control of SamsungTV devices in [HomeAssistant](https://home-assistant.io). Is a modified version of the built-in [samsungtv](https://www.home-assistant.io/integrations/samsungtv/) with some extra features.<br/>
**This plugin is only for 2016+ TVs model!** (maybe all tizen family)

# Additional Features:

Expand Down Expand Up @@ -53,10 +53,8 @@ Edit it by adding the following lines:
media_player:
- platform: samsungtv_custom
host: IP_ADDRESS
port: PORT (8001 or 8002)
port: 8002
mac: MAC_ADDRESS
source_list: '{"PlayStation": "KEY_HDMI1", "RaspberryPi": "KEY_HDMI2", "Chromecast": "KEY_HDMI3"}'
app_list: '{"Netflix": "11101200001", "YouTube": "111299001912", "Spotify": "3201606009684"}'
```
**Note**: This is the same as the configuration for the built-in [Samsung Smart TV](https://www.home-assistant.io/integrations/samsungtv/) component.

Expand All @@ -66,21 +64,25 @@ Edit it by adding the following lines:
(json)(Optional)<br/>
This change the ping method used for state update. Values: "default" and "ping"<br/>
Default value: "default"<br/>
Example value: "ping"<br/>

**update_custom_ping_url:**<br/>
(json)(Optional)<br/>
Use custom endpoint to ping.<br/>
Default value: PING TO 8001 ENDPOINT<br/>
Example value: "http://192.168.1.77:9197/dmr"<br/>

**source_list:**<br/>
(json)(Optional)<br/>
This contains the KEYS visible sources in the dropdown list in media player UI.<br/>
Default value: '{"TV": "KEY_TV", "HDMI": "KEY_HDMI"}'<br/>
Example value: '{"PlayStation": "KEY_HDMI1", "RaspberryPi": "KEY_HDMI2", "Chromecast": "KEY_HDMI3"}'<br/>

**app_list:**<br/>
(json)(Optional)<br/>
This contains the APPS visible sources in the dropdown list in media player UI.<br/>
Default value: '{"Netflix": "11101200001", "YouTube": "111299001912", "Spotify": "3201606009684"}'<br/>
Default value: AUTOGENERATED<br/>
Example value: '{"Netflix": "11101200001", "YouTube": "111299001912", "Spotify": "3201606009684"}'<br/>

2. Reboot Home Assistant
3. Congrats! You're all set!
Expand Down

0 comments on commit 1fc08c0

Please sign in to comment.