This integration is designed to retrieve weight (in kilograms) and other sensor data from a smart scale device that is not supported by the official Tuya integration in Home Assistant.
- Make sure you have HACS installed in your Home Assistant instance.
- Click on
HACSin the sidebar. - Click on the three dots in the top right corner and select
Custom Repositories. - Add this repository URL
https://github.com/Korkuttum/tuya_scaleand selectIntegrationas the category. - Click
ADD. - Find and click on "Tuya Smart Scale" in the integrations list.
- Click
Downloadand install it. - Restart Home Assistant.
To install manually, upload all the files into the custom_components/tuya_scale folder inside your Home Assistant configuration directory.
Once installed (either through HACS or manually), you must restart Home Assistant before proceeding. After the restart, you can add your device by selecting "Add Integration" from the Home Assistant interface.
Please note that you will need your API credentials in order to add and connect your devices successfully.
Make sure your folder structure looks like this (if installing manually):
custom_components/
└── tuya_scale/
├── init.py
├── binary_sensor.py
├── config_flow.py
├── const.py
├── coordinator.py
├── manifest.json
├── sensor.py
├── strings.json
├── translations/
├── en.json
└── tr.json
└── README.md
If you find this integration helpful, consider supporting the development:
This integration is an independent project and is not affiliated with, endorsed by, or connected to Tuya Inc. in any way. This is a community project provided "as is" without warranty of any kind. Use at your own risk.
