Commit Graph

260 Commits

Author SHA1 Message Date
Tim
e1ac7deace remove blank line 2021-12-22 11:35:04 +10:30
rospogrigio
88a5a73d4c Merge branch 'master' into master 2021-12-21 16:12:09 +01:00
Louis
6add1f7d1a rename variables 2021-12-21 12:55:55 +01:00
Louis
39cbd73d66 Formatting and variables 2021-12-21 12:55:55 +01:00
Louis
a5245c79f7 Implement optional light variable to reverse color temp 2021-12-21 12:55:55 +01:00
Tim
ced1550247 Merge branch 'master' into master 2021-12-17 12:11:34 +00:00
sibowler
5a4167fe5b Fix dependencies to account for Select type. Also fixup errors in Fan due to movement in dependencies. 2021-12-16 10:16:53 +01:00
sibowler
1b53c22791 black styling 2021-12-16 10:16:53 +01:00
sibowler
a0fff6ee2f Fixing up style errors in line with tox. 2021-12-16 10:16:53 +01:00
sibowler
61896605b8 Fixing up style issues 2021-12-16 10:16:53 +01:00
sibowler
fad7e0b1ac Reordering platforms to be alphabetical 2021-12-16 10:16:53 +01:00
sibowler
23a16babad Fix for typo introduced during debugging. 2021-12-16 10:16:53 +01:00
sibowler
e1bb45f2a2 Adding Number and Select as Tuya platforms. Provides support for a wider range of devices. 2021-12-16 10:16:53 +01:00
regevbr
8e94b5f411 fix sync bug 2021-12-12 15:47:26 +01:00
regevbr
58ba012ad7 fix sync bug 2021-12-12 15:47:26 +01:00
Tim
e55cd2013f line length issue 2021-11-11 13:57:18 +10:30
Tim
a171430cc8 fix error 2021-11-11 13:53:51 +10:30
Tim
95ef271dab more tox fixes 2021-11-11 13:50:18 +10:30
Tim
6e6cd0861f fix tox errors 2021-11-11 13:15:09 +10:30
Tim
e741b2f65e Merge branch 'master' of https://github.com/tinglis1/localtuya 2021-11-11 12:20:08 +10:30
Tim
eda45fc896 fix tox errors 2021-11-11 12:14:49 +10:30
Tim
af9f11ad10 fix formatting errors 2021-11-11 00:45:42 +00:00
Tim
9bf9b9f55d fix formatting errors 2021-11-11 11:12:43 +10:30
Tim
c99a93bd6c Fix speed variable error 2021-11-10 06:59:58 +10:30
Tim
c8e660dfac Revert "add presets and integer/string option"
This reverts commit ec223ba73d.
2021-10-26 21:41:59 +10:30
Tim
0f43923c2e Revert "missing imports"
This reverts commit 6f281a08fc.
2021-10-26 21:41:56 +10:30
Tim
7ac4fe5a11 Revert "correctly split preset and speed in updates"
This reverts commit 0c59ddc7e0.
2021-10-26 21:41:51 +10:30
Tim
0c59ddc7e0 correctly split preset and speed in updates 2021-10-26 16:09:39 +10:30
Tim
6f281a08fc missing imports 2021-10-26 15:35:18 +10:30
Tim
ec223ba73d add presets and integer/string option 2021-10-26 15:32:23 +10:30
Tim
30f95d8690 Merge branch 'master' into master 2021-10-22 21:39:16 +10:30
Prasad Bankar
3fca5566bb Update fan.py
Changes:
Changed set_speed in turn_on method
Changed set_percentage method for better flow
Logger changes
2021-10-06 21:37:17 +05:30
Tim
3eacbbda5a spelling error 2021-10-05 15:57:42 +10:30
regevbr
62327629a6 fix cover state issue 2021-10-01 11:03:20 +02:00
regevbr
5e71ee4ae8 fix cover state issue 2021-10-01 11:03:20 +02:00
Tim
81967039c2 fixed logger error 2021-09-02 10:35:34 +09:30
Tim
45890cf769 Merge branch 'master' into master 2021-08-26 12:52:13 +09:30
Tim
5cbf556b91 remove comments 2021-08-19 19:59:20 +09:30
Tim
4cc7ffc072 update to new fan entity configuration 2021-08-19 19:57:51 +09:30
Tim
94c3af1c7d update to new fan entity percentage 2021-08-19 19:56:54 +09:30
Tim
e613075971 update to new fan entity percentage configuration 2021-08-19 19:53:32 +09:30
Tim
b8acadc195 working
add more config options and presets in future
2021-08-18 13:15:04 +09:30
Tim
4eb1806eb4 Update fan.py 2021-08-18 11:24:52 +09:30
Tim
761a5f133a Update fan.py 2021-08-18 11:07:17 +09:30
Tim
5217014f22 Update const.py 2021-08-18 11:06:41 +09:30
Tim
ec793a1137 Update en.json 2021-08-18 11:05:36 +09:30
rospogrigio
20a47da824 Added iot_class to manifest.json 2021-06-09 09:36:28 +02:00
Shane Donohoe
885b08c247 Include "big" high fan setting (#413)
The Asakuki diffuser has its speed setting under the 103 DPS and uses "big" for its high setting.

Co-authored-by: Pierre Ståhl <pierre.staahl@gmail.com>
2021-04-01 12:15:51 +02:00
ultratoto14
8cf1a95bab Fix error that happens when in custom scene (#291)
* FIx  error that happens when in custom scene

* Remove unnecessary None

* Remove unnecessary None

Co-authored-by: Pierre Ståhl <pierre.staahl@gmail.com>
2021-03-31 19:32:10 +02:00
Pierre Ståhl
66fdc164a3 Make connection retries every minute (#288)
* Make connection retries every minute

This mimics the re-connect loop previosuly present, but in a simpler
form. Every 60 seconds, a new connection attempt is made as well as
initially when a device is set up.

* Fix device look up in reconnect loop
2021-03-05 23:16:27 +01:00