diff --git a/atom.xml b/atom.xml index bf7df0922f..73af5a9b5d 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
To add a Denon Network Receiver to your installation, add the following to your configuration.yaml
file:
Telnet interface
+Telnet interface
# Example configuration.yaml entry
media_player:
- platform: denon
@@ -113,7 +113,23 @@
denonavr interface
+Configuration variables:
+ +A few notes for platform: denon
+denonavr interface
# Example configuration.yaml entry
media_player:
- platform: denonavr
@@ -124,20 +140,15 @@
Configuration variables:
- - host (Required): IP address of the device. Example: 192.168.1.32
- - name (Optional): Name of the device
+ - host (Optional): IP address of the device. Example: 192.168.1.32. If not set, auto discovery is used.
+ - name (Optional): Name of the device. If not set, friendlyName of receiver is used.
-A few notes:
-
+A few notes for platform: denonavr
- - The receiver handles only one telnet connection and refuses others.
- - Be careful with the volume. 100% or even 50% is 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.
- Additional option the control Denon AVR receivers with a builtin web server is using the HTTP interface with denonavr platform
- - denonavr platform supports some additional functionalities like album covers and is supporting more than simultaneous one connection
+ - denonavr platform supports some additional functionalities like album covers, custom input source names and auto discovery
+ - Still be careful with the volume. 100% in an action movie will tear down your walls.
diff --git a/components/remote.harmony/index.html b/components/remote.harmony/index.html
index 07c7948684..4887a9464c 100644
--- a/components/remote.harmony/index.html
+++ b/components/remote.harmony/index.html
@@ -142,6 +142,22 @@
Examples
+A template switch can be used to display and control the state of an activity in the frontend.
+
+switch:
+ - platform: template
+ switches:
+ tv:
+ value_template: "{% if is_state('remote.family_room', 'on') %}on{% else %}off{% endif %}"
+ turn_on:
+ service: remote.turn_on
+ entity_id: remote.family_room
+ turn_off:
+ service: remote.turn_off
+ entity_id: remote.family_room
+
+
+
Template sensors can be utilized to display current activity in the frontend.
sensor:
diff --git a/sitemap.xml b/sitemap.xml
index 520a294bff..ccf9fd55cb 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2462,62 +2462,62 @@
https://home-assistant.io/demo/frontend.html
-2016-12-18T08:55:08+00:00
+2016-12-18T08:59:12+00:00
https://home-assistant.io/demo/index.html
-2016-12-18T08:55:08+00:00
+2016-12-18T08:59:12+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2016-12-18T08:55:08+00:00
+2016-12-18T08:59:12+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2016-12-18T08:55:08+00:00
+2016-12-18T08:59:12+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2016-12-18T08:55:08+00:00
+2016-12-18T08:59:12+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2016-12-18T08:55:08+00:00
+2016-12-18T08:59:12+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2016-12-18T08:55:08+00:00
+2016-12-18T08:59:12+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2016-12-18T08:55:08+00:00
+2016-12-18T08:59:12+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2016-12-18T08:55:08+00:00
+2016-12-18T08:59:12+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2016-12-18T08:55:08+00:00
+2016-12-18T08:59:12+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2016-12-18T08:55:08+00:00
+2016-12-18T08:59:12+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2016-12-18T08:55:08+00:00
+2016-12-18T08:59:12+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2016-12-18T08:55:08+00:00
+2016-12-18T08:59:12+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2016-12-18T08:55:08+00:00
+2016-12-18T08:59:12+00:00
https://home-assistant.io/static/mdi-demo.html
-2016-12-18T08:55:08+00:00
+2016-12-18T08:59:12+00:00