Franck Nijhof
|
b553bb71e6
|
Fix Tuya QR code expiry, use native QR selector (#109615)
* Fix Tuya QR code expiry, use native QR selector
* Adjust tests
|
2024-02-04 18:58:09 +01:00 |
|
Franck Nijhof
|
82e1ed43f8
|
Migrate Tuya integration to new sharing SDK (#109155)
* Scan QR code to log in And Migrate Tuya integration to new sharing SDK (#104767)
* Remove non-opt-in/out reporting
* Improve setup, fix unload
* Cleanup token listner, remove logging of sensitive data
* Collection of fixes after extensive testing
* Tests happy user config flow path
* Test unhappy paths
* Add reauth
* Fix translation key
* Prettier manifest
* Ruff format
* Cleanup of const
* Process review comments
* Adjust update token handling
---------
Co-authored-by: melo <411787243@qq.com>
|
2024-01-30 21:22:22 -05:00 |
|
Erik Montnemery
|
b0b1d8143f
|
Sort manifests 10 (#87031)
|
2023-02-08 20:41:50 +01:00 |
|
Franck Nijhof
|
d4a5393f7b
|
Set integration type on codeowned integrations @frenck (#80830)
|
2022-10-23 20:43:13 +02:00 |
|
Franck Nijhof
|
13fc6ee426
|
Remove METISU from Tuya codeowners (#70783)
|
2022-04-26 15:29:30 +03:00 |
|
J. Nick Koston
|
5b755b74fb
|
Add loggers to integration manifest.json (#65083)
|
2022-01-28 13:37:53 -08:00 |
|
Franck Nijhof
|
5824477298
|
Update tuya-iot-py-sdk to 0.6.6 (#62858)
|
2021-12-27 20:58:33 +01:00 |
|
Franck Nijhof
|
21709e7170
|
Upgrade Tuya IoT Python SDK to 0.6.3 (#58240)
|
2021-10-25 12:09:54 +02:00 |
|
Joakim Sørensen
|
f4918b2d9a
|
Fix Tuya documentation URL (#57889)
|
2021-10-17 10:50:48 +02:00 |
|
Franck Nijhof
|
d64f210b67
|
Add camera platform to Tuya (#57865)
|
2021-10-16 14:57:30 -07:00 |
|
J. Nick Koston
|
bdf96943ae
|
Restore dhcp discovery support to tuya (#57826)
Co-authored-by: Franck Nijhof <git@frenck.dev>
|
2021-10-16 14:51:37 -07:00 |
|
Franck Nijhof
|
71e2fb62af
|
Add myself as codeowner for Tuya (#57837)
|
2021-10-16 12:20:02 +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 |
|
Paulus Schoutsen
|
d743891842
|
Update Tuya code owners (#57078)
|
2021-10-04 15:44:17 -07: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 |
|
J. Nick Koston
|
f026768725
|
Add dhcp discovery to tuya (#49312)
Newer tuya devices use their own OUI instead of espressif
|
2021-04-16 14:04:18 -07:00 |
|
Franck Nijhof
|
055cdc64c0
|
Add support for IoT class in manifest (#46935)
|
2021-04-15 10:21:38 +02:00 |
|
ollo69
|
3c26235e78
|
Bump tuyaha to 0.0.10 and fix set temperature issues (#45732)
|
2021-02-15 16:20:45 -10:00 |
|
Alex Szlavik
|
fca8841e34
|
Retry tuya setup on auth rate limiting (#44001)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
|
2020-12-08 11:32:48 +01:00 |
|
Paul Annekov
|
ca59c4a645
|
Bump tuyaha to 0.0.8 (#41365)
|
2020-10-07 00:22:42 +02:00 |
|
Paul Annekov
|
609bd6313a
|
bump tuyaha 0.0.7 (#37709)
|
2020-07-10 14:56:21 +02:00 |
|
ollo69
|
b3ee54b124
|
Add config flow for Tuya (#35422)
* Added Tuya config flow
* Added test config_flow
* Fixed log error message
* Add test requirements
* Lint Fix
* Fix Black formatting
* Added pylint directive
Added pylint:disable=unused-import in config_flow.py
* Implementation requested changes
* Update CodeOwners
* Removed device registry cleanup
* Force checks
* Force checks
* Fix implemetation
- Set config schema "deprecated"
- Removed async from update_callback
* Updating test
* Fix formatting
* Config Flow test fix
- mock out async_setup and async_setup_entry
* Fix formatting
|
2020-05-10 22:01:00 -05:00 |
|
ollo69
|
15569f1e7f
|
Fix tuya network failure startup (#34057)
* Tuya initialization retry on failure
* Rename exception
* Changed managed exception
* Manage different cases of ConnectionError
* Log messages correction
* Test always catching exceptions
* Update for Lint
* Update tuya library to 0.0.6
- Catch new library exception
* Tuya initialization retry on failure
* Rename exception
* Changed managed exception
* Manage different cases of ConnectionError
* Log messages correction
* Test always catching exceptions
* Update for Lint
* Update tuya library to 0.0.6
- Catch new library exception
* Catch wrong credential
* Revert "Catch wrong credential"
This reverts commit 7fb797de52 .
* Catch wrong credential
* Remove trailing whitespace
* Black formatting
* Import Exception from tuyaapi
* Remove str to exception
* Force CI checks
* Force CI checks
* Rebase conflict
* Tuya initialization retry on failure
* Rename exception
* Changed managed exception
* Manage different cases of ConnectionError
* Log messages correction
* Test always catching exceptions
* Update for Lint
* Update tuya library to 0.0.6
- Catch new library exception
* Catch wrong credential
* Revert "Catch wrong credential"
This reverts commit 7fb797de52 .
* Tuya initialization retry on failure
* Rename exception
* Changed managed exception
* Catch wrong credential
* Force CI checks
* Force CI checks
* Rebase conflict
* Rebase
* Force Test
* Force Test
|
2020-04-29 13:46:27 +02:00 |
|
Paulus Schoutsen
|
f1d3c0d19b
|
Remove unused manifest fields (#33595)
|
2020-04-03 12:58:19 -07:00 |
|
Franck Nijhof
|
a84741392b
|
Format all manifests with prettier (#30521)
|
2020-01-06 21:28:23 +01:00 |
|
Paul Annekov
|
b2753b7578
|
bump tuyaha 0.0.5 (#30213)
|
2019-12-26 13:27:59 +01:00 |
|
Franck Nijhof
|
c7da781efc
|
Update documentation link URL for integrations in all manifests (#27114)
|
2019-10-02 09:25:44 -07:00 |
|
Paul Annekov
|
f01e106e6d
|
bump tuyaha 0.0.4 (#26303)
|
2019-08-30 17:30:18 -07:00 |
|
Paul Annekov
|
bc17170f95
|
Fix tuya switch state (#26145)
* bump tuyaha 0.0.3
* bump tuyaha 0.0.3
|
2019-08-22 12:26:08 -07:00 |
|
Paul Annekov
|
a30c37017b
|
Update tuyaha to 0.0.2 to catch API exceptions (#25050)
* Update tuyaha to 0.0.2 to catch API exceptions
* Updated tuyaha version in requirements
|
2019-07-10 01:54:19 +02:00 |
|
Paul Annekov
|
97ed7fbb3f
|
Switched from tuyapy to tuyaha as 1st one is not maintained (#24821)
|
2019-07-06 10:39:49 -07:00 |
|
Paulus Schoutsen
|
cfe4cf30ad
|
Add manifests (#22699)
* Add manifests
* Update auto name
* Update codeowners
* Add requirements from platforms
* Minor cleanup
* Incorporate changes from awarecan PR
|
2019-04-03 21:14:45 -07:00 |
|