From 962997972e90b46f566592bc78dbfb5fff555055 Mon Sep 17 00:00:00 2001 From: Brandon Rothweiler Date: Wed, 18 Jan 2023 15:48:28 -0500 Subject: [PATCH] Rename Eufy integration to EufyHome (#25797) --- source/_integrations/eufy.markdown | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source/_integrations/eufy.markdown b/source/_integrations/eufy.markdown index 71984a4a5f7..77a3059d674 100644 --- a/source/_integrations/eufy.markdown +++ b/source/_integrations/eufy.markdown @@ -1,6 +1,6 @@ --- -title: eufy -description: Instructions on how to integrate Eufy devices into Home Assistant. +title: EufyHome +description: Instructions on how to integrate EufyHome devices into Home Assistant. ha_category: - Hub - Light @@ -14,14 +14,14 @@ ha_platforms: ha_integration_type: integration --- -The `eufy` integration is the main integration to integrate various [eufy](https://www.eufylife.com/) devices with Home Assistant. +The EufyHome integration is the main integration to integrate [eufy](https://eufy.com/) devices sold under the EufyHome product line 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` integration is configured: +Supported devices will be discovered after the EufyHome integration is configured: ```yaml # Example configuration.yaml entry @@ -30,7 +30,7 @@ eufy: 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. +where username and password are the ones configured in the EufyHome app. Alternately, EufyHome devices that are not discoverable can be statically configured. ```yaml eufy: @@ -45,7 +45,7 @@ eufy: name: Smart Switch ``` -`access_token can be obtained by running: +`access_token` can be obtained by running: ```bash $ curl -H "Content-Type: application/json" \ @@ -53,7 +53,7 @@ $ curl -H "Content-Type: application/json" \ https://home-api.eufylife.com/v1/user/email/login ``` -replacing USERNAME and PASSWORD with the Eufy username and password. This will give an `access_token`. Then run: +replacing USERNAME and PASSWORD with the EufyHome username and password. This will give an `access_token`. Then run: ```bash $ curl -H token:TOKEN -H category:Home \