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
GitHub Action
b347226820
[ci skip] Translation update
2021-07-10 00:09:24 +00:00
GitHub Action
0c5ce9cac2
[ci skip] Translation update
2021-07-07 00:11:57 +00:00
GitHub Action
7615af35d8
[ci skip] Translation update
2021-06-07 00:18:16 +00:00
GitHub Action
c81df50191
[ci skip] Translation update
2021-06-06 00:19:43 +00:00
GitHub Action
8e87d638e1
[ci skip] Translation update
2021-05-29 00:21:56 +00:00
tkdrob
d1c4d0de49
Use bool annotations for setup entries ( #51166 )
2021-05-27 17:39:06 +02:00
Ville Skyttä
19d25cd901
Change config entry state to an enum ( #49654 )
...
* Change config entry state to an enum
* Allow but deprecate EntryState str equality comparison
* Test fixes
* Rename to ConfigEntryState
* Remove str comparability backcompat
* Update new occurrences of strs cropped up during review
2021-05-20 19:19:20 +02:00
Michael
9eecd90afc
Add constructor return type in integrations T-Z ( #50899 )
2021-05-20 17:00:19 +02:00
GitHub Action
877cb43c06
[ci skip] Translation update
2021-05-17 05:17:18 +00:00
tkdrob
d37a3cded0
Add targets and selectors for services (S-T) ( #50629 )
2021-05-14 22:30:41 -07:00
HomeAssistant Azure
7df47664e8
[ci skip] Translation update
2021-05-12 00:04:03 +00:00
J. Nick Koston
d5e39e8748
Remove redundant names from config flow titles ( #50380 )
2021-05-10 22:14:33 -07:00
Franck Nijhof
b2cee2e602
Remove YAML configuration from Tuya ( #50360 )
...
* Remove YAML configuration from Tuya
* Keep deprecation warning
2021-05-09 14:26:26 -04:00
HomeAssistant Azure
04266301e9
[ci skip] Translation update
2021-05-03 00:05:16 +00:00
Franck Nijhof
64c7d84108
Clean up connection classes in integrations T-Z ( #49894 )
2021-04-30 21:04:05 -10:00
J. Nick Koston
4b74c57285
Reduce config entry setup/unload boilerplate T-U ( #49786 )
2021-04-27 22:19:57 +02:00
HomeAssistant Azure
cd7d3ed12a
[ci skip] Translation update
2021-04-27 00:04:45 +00:00
HomeAssistant Azure
686c92097f
[ci skip] Translation update
2021-04-23 00:03:48 +00:00