From 649275044aae1cd58e5a273bd51a928898d802c7 Mon Sep 17 00:00:00 2001 From: Fabian Affolter <fabian@affolter-engineering.ch> Date: Sat, 24 Oct 2015 09:13:54 +0200 Subject: [PATCH] Remove configuration details --- .../components/media_player/denon.py | 36 ++----------------- 1 file changed, 2 insertions(+), 34 deletions(-) diff --git a/homeassistant/components/media_player/denon.py b/homeassistant/components/media_player/denon.py index 66b96ff7572..4c9065f5289 100644 --- a/homeassistant/components/media_player/denon.py +++ b/homeassistant/components/media_player/denon.py @@ -2,41 +2,9 @@ homeassistant.components.media_player.denon ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Provides an interface to Denon Network Receivers. -Developed for a Denon DRA-N5, see -http://www.denon.co.uk/chg/product/compactsystems/networkmusicsystems/ceolpiccolo -A few notes: - - The receiver handles only one telnet connection and refuses others. - - - Be careful with the volume. 50% or even 100% are very loud. - - - To be able to wake up the receiver, activate the "remote" setting - in the receiver's settings. - - - Play and pause are supported, toggling is not possible. - - - Seeking cannot be implemented as the UI sends absolute positions. - Only seeking via simulated button presses is possible. - -Configuration: - -To use your Denon you will need to add something like the following to -your config/configuration.yaml: - -media_player: - platform: denon - name: Music station - host: 192.168.0.123 - -Variables: - -host -*Required -The ip of the player. Example: 192.168.0.123 - -name -*Optional -The name of the device. +For more details about this platform, please refer to the documentation at +https://home-assistant.io/components/media_player.denon.html """ import telnetlib import logging -- GitLab