From 697be8f8127ee425428bfc8653cdf68b4e7e8065 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Sun, 17 Mar 2019 09:40:35 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9C=20Merges/Redirect=20Danfoss=5Fair?= =?UTF-8?q?=20component=20pages=20(#8949)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🚜 Merges/Redirect Danfoss_air component pages * :pencil2: Tweak * :pencil2: Tweak --- source/_components/danfoss_air.markdown | 14 +++++++++--- .../_components/switch.danfoss_air.markdown | 22 ------------------- 2 files changed, 11 insertions(+), 25 deletions(-) delete mode 100644 source/_components/switch.danfoss_air.markdown diff --git a/source/_components/danfoss_air.markdown b/source/_components/danfoss_air.markdown index 77dcba62a68..fd93743b4d1 100644 --- a/source/_components/danfoss_air.markdown +++ b/source/_components/danfoss_air.markdown @@ -11,23 +11,25 @@ ha_category: - Climate - Binary Sensor - Sensor + - Switch ha_release: 0.87 logo: danfoss_air.png ha_iot_class: Local Polling redirect_from: - /components/binary_sensor.danfoss_air/ - /components/sensor.danfoss_air/ + - /components/switch.danfoss_air/ --- The `danfoss_air` component allows you to access information from your Danfoss Air HRV unit. -*Note*: Danfoss Air CCM only accepts one TCP connection at a time. Due to this the component -will not work while you have the HRV PC-Tool open. +*Note*: Danfoss Air CCM only accepts one TCP connection at a time. Due to this the component will not work while you have the HRV PC-Tool open. There is currently support for the following device types within Home Assistant: -- [Binary Sensor](#binary-sensor) +- [Binary sensor](#binary-sensor) - [Sensor](#sensor) +- [Switch](#switch) ```yaml # Example configuration.yaml entry @@ -57,3 +59,9 @@ The following sensors are supported. - **Extract temperature:** Air temperature of the air extracted from the house. - **Exhaust temperature:** Exhausted air temperature. - **Remaining filter lifetime:** Reamining filter lifetime measured in percent. + +## {% linkable_title Switch %} + +The following switches are supported. + +- **Boost:** Switch to manually activate boost. diff --git a/source/_components/switch.danfoss_air.markdown b/source/_components/switch.danfoss_air.markdown deleted file mode 100644 index fa42feb6fce..00000000000 --- a/source/_components/switch.danfoss_air.markdown +++ /dev/null @@ -1,22 +0,0 @@ ---- -layout: page -title: "Danfoss Air Switch" -description: "Instructions for how to setup Danfoss Air switches within Home Assistant." -date: 2019-02-13 13:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: danfoss_air.png -ha_category: Switch -ha_release: 0.89 -ha_iot_class: Local Polling ---- - -

-To get your Danfoss Air sensors working with Home Assistant, follow the instructions for the general [Danfoss Air component](/components/danfoss_air/). -

- -The following switches. - -* **Boost:** Switch to manually activate boost.