From bef2cd0af727b92d3d41cdad063c0e38304cd43c Mon Sep 17 00:00:00 2001 From: phithor <6831666+phithor@users.noreply.github.com> Date: Sun, 27 Jan 2019 19:45:17 +0100 Subject: [PATCH] Update media_player.nad.markdown for newbie friendlyness. (#8298) * Update media_player.nad.markdown Added additional information in the wiki to make it more newbie friendly. * :pencil2: Tweak --- source/_components/media_player.nad.markdown | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/source/_components/media_player.nad.markdown b/source/_components/media_player.nad.markdown index 0725043437b..2804632301f 100644 --- a/source/_components/media_player.nad.markdown +++ b/source/_components/media_player.nad.markdown @@ -13,16 +13,23 @@ ha_release: 0.36 ha_iot_class: "Local Polling" --- -The `nad` platform allows you to control a [NAD receiver](http://nadelectronics.com) through RS232 from Home Assistant. +The `nad` platform allows you to control a [NAD receiver](http://nadelectronics.com) through RS232, TCP and Telnet from Home Assistant. To add an NAD receiver to your installation, add the following to your `configuration.yaml` file: ```yaml -# Example configuration.yaml entry +# Example configuration.yaml entry for RS232 configuration media_player: - platform: nad serial_port: /dev/ttyUSB0 ``` +```yaml +# Example configuration.yaml entry for TCP configuration +media_player: + - platform: nad + type: TCP + host: IP_ADDRESS +``` {% configuration %} type: