Franck Nijhof
b97d5a703c
Renamed variables in Tuya ( #57759 )
2021-10-15 11:33:30 +02:00
Franck Nijhof
6e6313272d
Move Tuya value scaling into IntegerTypeData ( #57757 )
2021-10-15 10:33:20 +02:00
Franck Nijhof
f6c6ec3578
Centralize entity naming for Tuya entities ( #57755 )
2021-10-15 10:07:25 +02:00
Joakim Sørensen
a9737865ae
Fix platform typo in Tuya const ( #57716 )
2021-10-14 15:46:06 -07:00
Franck Nijhof
0407a56fdf
Add number platform to Tuya ( #57672 )
2021-10-14 13:15:41 -07:00
Peter A. Bigot
d6d6929e2b
Port unmerged fixes from tuya_v2 ( #57624 )
2021-10-14 13:14:48 -07:00
Franck Nijhof
cef34356e2
Add sensor platform to Tuya ( #57668 )
2021-10-14 12:04:02 -07:00
Franck Nijhof
fdc6d9e004
Add select platform to Tuya ( #57674 )
2021-10-14 09:50:51 -07:00
GitHub Action
8c326198cf
[ci skip] Translation update
2021-10-14 00:11:41 +00:00
Franck Nijhof
b220ab6e91
Prettify Tuya entity class names ( #57629 )
2021-10-13 23:30:25 +02:00
Franck Nijhof
b854a2537f
Use classmethod in Tuya TypeData classes ( #57627 )
2021-10-13 22:58:10 +02:00
Franck Nijhof
b2cef78d90
Add binary sensor platform to Tuya ( #57623 )
2021-10-13 22:12:07 +02:00
Franck Nijhof
14c380fb57
Use EntityDescription in Tuya Switch platform ( #57581 )
2021-10-13 21:15:34 +02:00
Franck Nijhof
6a72af63c2
Refactor Tuya climate platform ( #57609 )
2021-10-13 20:29:11 +02:00
Franck Nijhof
a4357fdb95
Replace all Tuya device property constants with an Enum ( #57559 )
2021-10-12 10:36:14 -07:00
Franck Nijhof
8ec38ef034
Refactor Tuya device handling ( #57545 )
...
* Refactor Tuya device handling
* Tweak
2021-10-12 16:49:46 +02:00
Franck Nijhof
f82af47f6a
Use Tuya endpoints values from upstream library ( #57537 )
2021-10-12 14:33:19 +02:00
Franck Nijhof
c943677675
Tweaks to Tuya base entity ( #57526 )
2021-10-12 12:25:03 +02:00
Franck Nijhof
d44e323e95
Move Tuya remap method from base to light entity class ( #57527 )
2021-10-12 11:34:18 +02:00
Franck Nijhof
e23d35c6f0
Move all Tuya device handling into device listener class ( #57523 )
2021-10-12 11:32:57 +02:00
Franck Nijhof
580b5fb812
Entity attributes cleanup in Tuya base entity ( #57510 )
2021-10-11 20:37:18 -07:00
Franck Nijhof
71a3daa8ce
Pass device manager directly in Tuya registry cleanup ( #57511 )
2021-10-11 20:36:46 -07:00
Franck Nijhof
f0abd5b815
Fix Tuya error when removing device ( #57512 )
2021-10-11 20:32:15 -07:00
GitHub Action
d55a7e5cc7
[ci skip] Translation update
2021-10-09 00:11:46 +00:00
GitHub Action
01d883d7c9
[ci skip] Translation update
2021-10-08 00:13:12 +00:00
GitHub Action
8fea54fff7
[ci skip] Translation update
2021-10-07 00:10:57 +00:00
GitHub Action
a8b7c521f6
[ci skip] Translation update
2021-10-06 00:12:58 +00:00
Paulus Schoutsen
34544da449
Reinstate asking for country in Tuya flow ( #57142 )
2021-10-05 22:32:48 +02:00
Franck Nijhof
86852df2fc
Bump tuya-iot-py-sdk to 0.5.0 ( #57110 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-10-05 10:21:55 -07:00
Franck Nijhof
80a04124a2
Small code styling tweaks for Tuya ( #57102 )
2021-10-05 12:59:51 +02:00
Franck Nijhof
2059cbacbd
Remove Python shebang line from Tuya integration files ( #57103 )
2021-10-05 11:12:55 +02:00
Franck Nijhof
f364d53c7b
Prevent Tuya from accidentally logging credentials in debug mode ( #57100 )
2021-10-05 10:22:28 +02:00
GitHub Action
1e5d408426
[ci skip] Translation update
2021-10-05 00:12:33 +00:00
Paulus Schoutsen
d743891842
Update Tuya code owners ( #57078 )
2021-10-04 15:44:17 -07:00
Paulus Schoutsen
eb9b9c57a4
[ci skip] Translation update
2021-10-04 08:38:24 -07:00
Joakim Sørensen
745298408a
Rewrite tuya config flow ( #57043 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-10-04 08:27:24 -07:00
Oliver Ou
7446e388ed
Fix Tuya v2 login issue ( #56973 )
...
* fix login issue
* fix:login error
* update COUNTRY_CODE_CHINA line location
* added one blank line
* feat:added line #L88 was not covered by tests
* ci build errors
Co-authored-by: erchuan <jie.zheng@tuya.com>
2021-10-04 10:45:37 +02:00
GitHub Action
a4530d2bfc
[ci skip] Translation update
2021-10-04 00:11:57 +00:00
Oliver Ou
6c2a18c3e5
Fix Tuya v2 fan percentage ( #56954 )
...
* fix:Some fans do not have a fan_speed_percent key
* fix comment format issue
Co-authored-by: erchuan <jie.zheng@tuya.com>
2021-10-03 02:41:31 +02:00
GitHub Action
06602e6cc5
[ci skip] Translation update
2021-10-03 00:13:50 +00:00
GitHub Action
f42c2f5170
[ci skip] Translation update
2021-10-02 12:59:05 +00:00
Oliver Ou
d3b1ccb668
Tuya v2 Integration Release ( #56820 )
...
Co-authored-by: 乾启 <18442047+tsutsuku@users.noreply.github.com>
Co-authored-by: dengweijun <dengweijunben@gmail.com>
Co-authored-by: dengweijun <mengzi.deng@tuya.com>
Co-authored-by: erchuan <jie.zheng@tuya.com>
Co-authored-by: erchuan <erchuan365@outlook.com>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-09-30 12:02:56 +02:00
GitHub Action
f9e6e616f4
[ci skip] Translation update
2021-09-08 00:10:52 +00:00
GitHub Action
65d14909ee
[ci skip] Translation update
2021-08-27 00:14:42 +00:00
GitHub Action
ff14a11254
[ci skip] Translation update
2021-08-24 01:55:24 +00:00
jan iversen
d5c26aece1
Activate mypy for tuya ( #55057 )
2021-08-23 21:30:04 +02:00
GitHub Action
ba93bda3ad
[ci skip] Translation update
2021-08-05 00:34:46 +00:00
GitHub Action
531733da7b
[ci skip] Translation update
2021-07-19 00:09:50 +00:00
Daniel Hjelseth Høyer
fbad453c89
Pylint 2.9.3 ( #52972 )
...
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2021-07-14 21:44:57 -07:00
GitHub Action
b484969b09
[ci skip] Translation update
2021-07-11 00:09:40 +00:00