Rename Eufy integration to EufyHome (#25797)

This commit is contained in:
Brandon Rothweiler 2023-01-18 15:48:28 -05:00 committed by GitHub
parent 01aee24d80
commit 962997972e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \