From 15794a1f45192474307c6a4d2fd48aa08719ce69 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 20 Oct 2016 21:54:25 +0200 Subject: [PATCH] Remove line breaks --- .../_components/media_player.yamaha.markdown | 22 +++++-------------- source/_components/sensor.arwn.markdown | 12 +++------- 2 files changed, 9 insertions(+), 25 deletions(-) diff --git a/source/_components/media_player.yamaha.markdown b/source/_components/media_player.yamaha.markdown index d6faa23c369..13997bf280b 100644 --- a/source/_components/media_player.yamaha.markdown +++ b/source/_components/media_player.yamaha.markdown @@ -37,19 +37,9 @@ Configuration variables: A few notes: -- Not specifying the host variable will result in automatically - searching your network for Yamaha Receivers. It will add a media - player device for each one. -- For receivers that support more than one zone, Home Assistant will add - one media player per zone supported by the player, named "$name Zone - 2" and "$name Zone 3". -- In some cases, autodiscovery fails due to a known bug in the - receiver's firmware. It is possible to manually specify the - reveiver's IP address or via it's hostname (if it is discoverably by - your DNS) then. -- Please note: If adding the IP address or hostname manually, you - **must** enable network standby on your receiver, or else startup of - Home Assistant will hang if you have your receiver switched off. -- Currently the only controls that are available is Power On/Off, - Mute, and Volume control. Other functions such as source select are - in progress of being developed. +- Not specifying the host variable will result in automatically searching your network for Yamaha Receivers. It will add a media player device for each one. +- For receivers that support more than one zone, Home Assistant will add one media player per zone supported by the player, named "$name Zone 2" and "$name Zone 3". +- In some cases, autodiscovery fails due to a known bug in the receiver's firmware. It is possible to manually specify the reveiver's IP address or via it's hostname (if it is discoverably by your DNS) then. +- Please note: If adding the IP address or hostname manually, you **must** enable network standby on your receiver, or else startup of Home Assistant will hang if you have your receiver switched off. +- Currently the only controls that are available is Power On/Off, Mute, and Volume control. Other functions such as source select are in progress of being developed. + diff --git a/source/_components/sensor.arwn.markdown b/source/_components/sensor.arwn.markdown index a6aad5c41a7..1366d0204ae 100644 --- a/source/_components/sensor.arwn.markdown +++ b/source/_components/sensor.arwn.markdown @@ -11,14 +11,9 @@ ha_category: Sensor ha_release: 0.31 --- -The `arwn` sensor platform is a client for the -[Ambient Radio Weather Network](http://github.com/sdague/arwn) -project. This collects weather station data and makes it available in -an MQTT subtree. +The `arwn` sensor platform is a client for the [Ambient Radio Weather Network](http://github.com/sdague/arwn) project. This collects weather station data and makes it available in an MQTT subtree. -To use your ARWN setup, you must already have configured the -[MQTT](mqtt) platform. Then add the following to your -`configuration.yaml` file: +To use your ARWN setup, you must already have configured the [MQTT](mqtt) platform. Then add the following to your `configuration.yaml` file: ```yaml # Example configuration.yaml entry @@ -26,5 +21,4 @@ sensor: platform: arwn ``` -Currently all temperature, barometer, and wind sensors will be -displayed. Support for rain guage sensors will happen in the future. +Currently all temperature, barometer, and wind sensors will be displayed. Support for rain guage sensors will happen in the future.