From 1c1d9b83cf8e6959ac3ec7362dbaecfad7c85c05 Mon Sep 17 00:00:00 2001 From: Brandon Rothweiler Date: Mon, 16 Jan 2023 23:30:01 -0500 Subject: [PATCH] Add documentation for EufyLife integration (#25757) --- CODEOWNERS | 1 + source/_integrations/eufylife_ble.markdown | 41 ++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 source/_integrations/eufylife_ble.markdown diff --git a/CODEOWNERS b/CODEOWNERS index d866397426d..8a69128f75f 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -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 diff --git a/source/_integrations/eufylife_ble.markdown b/source/_integrations/eufylife_ble.markdown new file mode 100644 index 00000000000..c58e4999bf0 --- /dev/null +++ b/source/_integrations/eufylife_ble.markdown @@ -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) + +
+ +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. + +
+ +## 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 %}