Add documentation for EufyLife integration (#25757)

This commit is contained in:
Brandon Rothweiler 2023-01-16 23:30:01 -05:00 committed by GitHub
parent 9af5363bd2
commit 1c1d9b83cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 42 additions and 0 deletions

View File

@ -191,6 +191,7 @@ source/_integrations/epsonworkforce.markdown @ThaStealth
source/_integrations/eq3btsmart.markdown @rytilahti
source/_integrations/escea.markdown @lazdavila
source/_integrations/esphome.markdown @OttoWinter @jesserockz
source/_integrations/eufylife_ble.markdown @bdr99
source/_integrations/evil_genius_labs.markdown @balloob
source/_integrations/evohome.markdown @zxdavb
source/_integrations/ezviz.markdown @RenierM26 @baqs

View File

@ -0,0 +1,41 @@
---
title: EufyLife
description: Instructions on how to integrate your EufyLife Bluetooth device with Home Assistant.
ha_release: '2023.2'
ha_category:
- Sensor
ha_iot_class: Local Push
ha_config_flow: true
ha_codeowners:
- '@bdr99'
ha_domain: eufylife_ble
ha_platforms:
- sensor
ha_integration_type: integration
---
The EufyLife integration allows you to integrate Eufy smart scales with Home Assistant.
## Supported devices
- [Smart Scale (T9140)](https://www.eufy.com/products/t9140)
- [Smart Scale C1 (T9146)](https://www.eufy.com/products/t9146)
- [Smart Scale P1 (T9147)](https://www.eufy.com/products/t9147)
- [Smart Scale P2 (T9148)](https://www.eufy.com/products/t9148)
- [Smart Scale P2 Pro (T9149)](https://www.eufy.com/products/t9149111)
<div class='note'>
This integration does not support the Wi-Fi capabilities of the P2 and P2 Pro. It can only connect to your smart scale via Bluetooth.
</div>
## Features
All smart scale models provide a weight sensor entity and a real-time weight sensor entity. The real-time weight entity updates in real time while the scale is taking a weight measurement. The weight entity updates with the final weight value only when the scale is finished taking a weight measurement.
The Smart Scale P2 Pro additionally provides a heart rate sensor entity that will display the most recent heart rate measurement taken by the scale.
The EufyLife integration will automatically discover devices once the [Bluetooth](/integrations/bluetooth) integration is enabled and functional. Alternatively, follow the steps below to add the integration manually.
{% include integrations/config_flow.md %}