Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnnnnnnnnnnnn committed Nov 15, 2024
2 parents c0ac82b + 58f7b7f commit 4f511c1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This custom integration allows you to connect your Etekcity Bluetooth Low Energy (BLE) fitness scale to Home Assistant. It provides real-time weight measurements and body composition metrics directly in your Home Assistant instance, without requiring an internet connection or the VeSync app.

[![Buy Me A Coffee](https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png)](https://www.buymeacoffee.com/ronnnnnnn)

## Features

- Automatic discovery of Etekcity BLE fitness scales
Expand All @@ -22,10 +24,6 @@ This custom integration allows you to connect your Etekcity Bluetooth Low Energy
- Customizable display units (kg, lb)
- Direct Bluetooth communication (no internet or VeSync app required)

**Note:** Currently, only weight measurement is supported. Future updates may include support for impedance measurements and/or impedance-based body composition estimates.

[![Buy Me A Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/ronnnnnnn)

## Installation

### HACS (Recommended)
Expand All @@ -52,9 +50,9 @@ This custom integration allows you to connect your Etekcity Bluetooth Low Energy
- Choose your preferred unit system (Metric or Imperial)
- Optionally enable body composition metrics
- If body composition is enabled:
- Select your sex (Male/Female)
- Enter your birthdate
- Enter your height (in cm for Metric, or feet/inches for Imperial)
- Select your sex
- Enter your date of birth
- Enter your height


## Supported Devices
Expand Down Expand Up @@ -97,4 +95,4 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file

This integration is not official. It is not endorsed by, directly affiliated with, maintained, authorized, or sponsored by Etekcity, VeSync Co., Ltd., or any of their affiliates or subsidiaries. All product and company names are the registered trademarks of their original owners. The use of any trade name or trademark is for identification and reference purposes only and does not imply any association with the trademark holder of their product brand.

Use this integration at your own risk.
Use this integration at your own risk.
2 changes: 1 addition & 1 deletion custom_components/etekcity_fitness_scale_ble/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"iot_class": "local_push",
"issue_tracker": "https://github.com/ronnnnnnnnnnnnn/etekcity_fitness_scale_ble/issues",
"requirements": ["etekcity_esf551_ble==0.2.1"],
"version": "0.2.4"
"version": "0.2.2"
}
2 changes: 1 addition & 1 deletion custom_components/etekcity_fitness_scale_ble/strings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"config": {
"flow_title": "{name} ({address})",
"flow_title": "{name}",
"step": {
"user": {
"description": "[%key:component::bluetooth::config::step::user::description%]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"cannot_connect": "Failed to connect",
"unknown": "Unexpected error"
},
"flow_title": "{name} ({address})",
"flow_title": "{name}",
"step": {
"bluetooth_confirm": {
"data": {
Expand Down Expand Up @@ -52,4 +52,4 @@
}
}
}
}
}

0 comments on commit 4f511c1

Please sign in to comment.