mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Rename Eufy integration to EufyHome (#25797)
This commit is contained in:
parent
01aee24d80
commit
962997972e
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: eufy
|
title: EufyHome
|
||||||
description: Instructions on how to integrate Eufy devices into Home Assistant.
|
description: Instructions on how to integrate EufyHome devices into Home Assistant.
|
||||||
ha_category:
|
ha_category:
|
||||||
- Hub
|
- Hub
|
||||||
- Light
|
- Light
|
||||||
@ -14,14 +14,14 @@ ha_platforms:
|
|||||||
ha_integration_type: integration
|
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:
|
There is currently support for the following device types within Home Assistant:
|
||||||
|
|
||||||
- Light
|
- Light
|
||||||
- Switch
|
- Switch
|
||||||
|
|
||||||
Supported devices will be discovered after the `eufy` integration is configured:
|
Supported devices will be discovered after the EufyHome integration is configured:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
@ -30,7 +30,7 @@ eufy:
|
|||||||
password: PASSWORD
|
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
|
```yaml
|
||||||
eufy:
|
eufy:
|
||||||
@ -45,7 +45,7 @@ eufy:
|
|||||||
name: Smart Switch
|
name: Smart Switch
|
||||||
```
|
```
|
||||||
|
|
||||||
`access_token can be obtained by running:
|
`access_token` can be obtained by running:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ curl -H "Content-Type: application/json" \
|
$ 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
|
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
|
```bash
|
||||||
$ curl -H token:TOKEN -H category:Home \
|
$ curl -H token:TOKEN -H category:Home \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user