From 512ee94fe2bede4510e7df8e8ea3e7a842e15295 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Thu, 14 Feb 2019 10:17:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9C=20Merges/Redirect=20Eufy=20compone?= =?UTF-8?q?nt=20pages=20(#8563)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_components/eufy.markdown | 19 +++++++++++++++---- source/_components/light.eufy.markdown | 19 ------------------- source/_components/switch.eufy.markdown | 18 ------------------ 3 files changed, 15 insertions(+), 41 deletions(-) delete mode 100644 source/_components/light.eufy.markdown delete mode 100644 source/_components/switch.eufy.markdown diff --git a/source/_components/eufy.markdown b/source/_components/eufy.markdown index 1780b3e4b5e..7a7b7268df6 100644 --- a/source/_components/eufy.markdown +++ b/source/_components/eufy.markdown @@ -8,19 +8,31 @@ comments: false sharing: true footer: true logo: eufy.png -ha_category: Hub +ha_category: + - Hub + - Light + - Switch ha_release: 0.68 +ha_iot_class: "Local Polling" +redirect_from: + - /components/light.eufy/ + - /components/switch.eufy/ --- The `eufy` component is the main component to integrate various [eufy](https://www.eufylife.com/) devices with Home Assistant. +There is currently support for the following device types within Home Assistant: + +- Light +- Switch + Supported devices will be discovered after the `eufy` component is configured: ```yaml # Example configuration.yaml entry eufy: - username: testuser@domain - password: p4ssw0rd + username: EMAIL_ADDRESS + password: PASSWORD ``` where username and password are the ones configured in the EufyHome app. Alternately, Eufy devices that are not discoverable can be statically configured. @@ -54,4 +66,3 @@ $ curl -H token:TOKEN -H category:Home \ ``` replacing TOKEN with the `access_token` from the previous command. This will provide the local_code for each device. - diff --git a/source/_components/light.eufy.markdown b/source/_components/light.eufy.markdown deleted file mode 100644 index d8596c00487..00000000000 --- a/source/_components/light.eufy.markdown +++ /dev/null @@ -1,19 +0,0 @@ ---- -layout: page -title: "Eufy Lights" -description: "Instructions on how to integrate Eufy LED lights into Home Assistant." -date: 2018-04-09 19:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: eufy.png -ha_category: Light -ha_iot_class: "Local Polling" -ha_release: 0.68 ---- - -The `eufy` platform allows you to control your [Eufy](http://www.eufylife.com) lights from within Home Assistant. - -They will be automatically discovered if the [Eufy](/components/eufy/) component is enabled. - diff --git a/source/_components/switch.eufy.markdown b/source/_components/switch.eufy.markdown deleted file mode 100644 index e96ee77d324..00000000000 --- a/source/_components/switch.eufy.markdown +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: page -title: "Eufy Switch" -description: "Instructions on how to integrate Eufy switches into Home Assistant." -date: 2018-04-09 19:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: eufy.png -ha_category: Switch -ha_iot_class: "Local Polling" -ha_release: 0.68 ---- - -The `eufy` platform allows you to control your [Eufy](http://www.eufylife.com) switches from within Home Assistant. - -They will be automatically discovered if the [Eufy](/components/eufy/) component is enabled.