From 508c8f065676c44a53de986435534ebca0e7d80f Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 23 Jan 2024 22:08:32 -1000 Subject: [PATCH] Add LeaOne integration (#30975) --- source/_integrations/leaone.markdown | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 source/_integrations/leaone.markdown diff --git a/source/_integrations/leaone.markdown b/source/_integrations/leaone.markdown new file mode 100644 index 00000000000..026fafc57bb --- /dev/null +++ b/source/_integrations/leaone.markdown @@ -0,0 +1,29 @@ +--- +title: LeaOne +description: Instructions on how to integrate LeaOne devices into Home Assistant. +ha_category: + - Sensor +ha_release: 2024.2 +ha_iot_class: Local Push +ha_codeowners: + - '@bdraco' +ha_domain: leaone +ha_config_flow: true +ha_platforms: + - sensor +ha_integration_type: integration +--- + +Integrates LeaOne health devices into Home Assistant. + +LeoOne produces Bluetooth scales and other health devices under the Xiaogui and BAGAIL brands. + +## Supported devices + +- Bluetooth scale TZC4 (metric) +- Bluetooth scale TZC4 (imperial) +- Bluetooth scale QJ-J (metric) + +The LeaOne integration cannot automatically discover devices because the LeaOne Bluetooth design uses non-standard discovery. + +{% include integrations/config_flow.md %}