You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Added
- Added support of CUBETOUCH 1s, thanks @damiano75
- Added new product_ids for Fingerbot.
- Added new product_ids for Fingerbot Plus.
- First attempt to support Smart Lock device.
### Fixed
- Fixed possible disconnect of BLE device.
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,10 @@ The integration works locally, but connection to Tuya BLE device requires device
21
21
## Supported devices list
22
22
23
23
* Fingerbots (category_id 'szjqr')
24
-
+ Fingerbot (product_id 'yrnk7mnn'), original device, first in category, powered by CR2 battery.
24
+
+ Fingerbot (product_ids 'ltak7e1p', 'yrnk7mnn'), original device, first in category, powered by CR2 battery.
25
25
+ Adaprox Fingerbot (product_id 'y6kttvd6'), built-in battery with USB type C charging.
26
26
+ Fingerbot Plus (product_ids 'blliqpsj', 'yiihr7zh'), almost same as original, has sensor button for manual control.
27
+
+ CubeTouch 1s (product_id '3yqdo5yt'), built-in battery with USB type C charging.
27
28
+ CubeTouch II (product_id 'xhf790if'), built-in battery with USB type C charging.
28
29
29
30
All features available in Home Assistant, except programming (series of actions) - it's not documented and looks useless because it could be implemented by Home Assistant scripts or automations.
@@ -33,3 +34,6 @@ The integration works locally, but connection to Tuya BLE device requires device
33
34
34
35
* CO2 sensors (category_id 'co2bj')
35
36
+ CO2 Detector (product_id '59s19z5m').
37
+
38
+
* Smart Locks (category_id 'ms')
39
+
+ Smart Lock (product_id 'ludzroix'), first attempt to support for now.
0 commit comments