Commit Graph

75 Commits

Author SHA1 Message Date
rospogrigio
1499120665 Update it.json 2022-06-15 14:11:57 +02:00
rospogrigio
aa786fb12e Update it.json 2022-06-15 14:11:57 +02:00
emanu
e66681957d Update it.json
Updated translation for Tuya 4.0
2022-06-15 14:11:57 +02:00
emanu
2ee049f204 Create it.json
Added Italian translation
2022-06-15 14:11:57 +02:00
Leandro Issa
f40b0491cf Add files via upload 2022-06-14 16:48:13 +02:00
rospogrigio
b1b6c3ef03 Merge branch 'master' into localtuya_4.0 2022-06-10 09:35:28 +02:00
rospogrigio
00c126acb8 Fixed labels missing when editing Cloud configuration 2022-06-01 17:27:56 +02:00
sibowler
01a9fb6a48 Revert "Revert "Rebase from upstream"" 2022-05-29 07:20:19 +10:00
sibowler
73be0c8a45 Revert "Rebase from upstream" 2022-05-29 06:57:37 +10:00
sibowler
370e37272c Merge branch 'master' of https://github.com/rospogrigio/localtuya into rospogrigio-master 2022-05-29 06:52:05 +10:00
rospogrigio
afc0230796 Introduced migration; fixed update when adding device 2022-05-23 13:18:56 +02:00
rospogrigio
d4c20ebfed Modified config flow, introduced device deletion 2022-05-23 13:18:56 +02:00
Leandro Issa
22cabf0c1a Rename pt_br.json to pt-BR.json 2022-02-27 00:42:32 -03:00
Leandro Issa
b16dcfdce9 Add files via upload 2022-02-09 20:56:56 -03:00
Rikman
6e1aa6b102 Merge branch 'master' into vacuum_platform_new 2022-01-24 10:02:49 +01:00
Rikman
cd4896d895 Merge branch 'master' into vacuum_platform_new 2022-01-13 12:25:49 +01:00
Martín Villagra
9323676202 Merge remote-tracking branch 'upstream/master' into climate 2022-01-10 17:00:05 -03:00
rospogrigio
764993f771 Merge branch 'master' into master 2022-01-03 14:23:41 +01:00
rospogrigio
3201c366a3 Merge branch 'master' into update_interval 2022-01-02 09:52:56 +01:00
Martín Villagra
a2882a51e2 Merge remote-tracking branch 'upstream/master' into climate 2021-12-28 23:51:35 -03:00
Tim
ddee11f741 Revert "Merge branch 'add-string/integer-and-preset' into master"
This reverts commit a6ef6a4b7f, reversing
changes made to b748f0425c.
2021-12-22 23:05:33 +10:30
Louis
ad0e1b186c fix missing color temp label 2021-12-22 17:34:32 +11:00
Martín Villagra
187b7fa131 Merge remote-tracking branch 'upstream/master' into update_interval 2021-12-16 18:44:41 -03: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
Thales Silva
52eafcf383 Report fault and fault code. Cleaning Record. 2021-12-08 15:00:35 -03:00
Martín Villagra
e292524793 shorten label text 2021-11-27 17:30:15 +00:00
Martín Villagra
515b3303e9 add polling option 2021-11-24 00:05:42 +00:00
Martín Villagra
20369577f3 fix linter issues 2021-11-23 20:45:20 +00:00
Martín Villagra
ae3f305db0 addressed all pending suggestions 2021-11-23 20:28:34 +00:00
Martín Villagra
0985ad64f2 add climate implementation 2021-11-23 19:45:48 +00:00
Tim
e8aa5ac9a8 integration inputs 2021-11-11 22:46:55 +10:30
Tim
c8e660dfac Revert "add presets and integer/string option"
This reverts commit ec223ba73d.
2021-10-26 21:41:59 +10:30
Tim
ec223ba73d add presets and integer/string option 2021-10-26 15:32:23 +10:30
sibowler
f384ef2cbe Fix for typo introduced during debugging. 2021-10-16 07:43:33 +11:00
sibowler
a210f23e65 Adding Number and Select as Tuya platforms. Provides support for a wider range of devices. 2021-10-16 07:41:31 +11:00
Tim
3eacbbda5a spelling error 2021-10-05 15:57:42 +10:30
Tim
e613075971 update to new fan entity percentage configuration 2021-08-19 19:53:32 +09:30
Tim
ec793a1137 Update en.json 2021-08-18 11:05:36 +09:30
rikman122
0f3ad66849 add stop and locate commands 2021-06-17 11:46:07 +02:00
rikman122
77380992cb separate real modes from status modes 2021-06-17 09:45:29 +02:00
Taras Nychko
f374dd4f4a Add support for paused state 2021-06-14 23:25:21 +01:00
rikman122
3e78b0b9ba added Power control DP 2021-06-12 12:55:24 +02:00
rikman122
bab68a1d38 first approach 2021-06-11 16:10:47 +02:00
rospogrigio
9bfeb107f5 Cover fake position persistent (#213)
* Introduced read/store to JSON file of cover's last position for fake positioning
* renamed "fake" positioning to "timed"; introduced timed movement timeout equal to full opening time
* Made waiting for timeout for stopping non-blocking
* Introduced status storing using RestoreEntity
* Fixed postlund's remarks
* Updated cover samples in README and info.md
2020-12-30 22:47:45 +01:00
Pierre Ståhl
654c6cdc62 Support adding and removing entities to devices (#191)
New entities can be added via + button under Integrations (like when
adding a new device) and entities can be removed from Options.
2020-12-17 21:36:24 +01:00
Pierre Ståhl
1dbae752ef Give error if no DPS are found in config flow (#167)
Fixes #153
2020-11-18 11:39:11 +01:00
ultratoto14
26f5e17772 Merge branch 'master' into light_scenes 2020-11-17 14:17:43 +01:00
Pierre Ståhl
c8a44019fa Improve discovery error output (#134) 2020-11-17 12:26:18 +01:00
ultratoto14
8d91d9278b Merge branch 'master' into light_scenes 2020-11-16 07:29:40 +00:00