rospogrigio
1f8f605e46
Merge pull request #722 from gpaesano/patch-2
...
Update climate.py
2022-03-30 12:13:57 +02:00
rospogrigio
09cfdeffd3
Merge branch 'master' into patch-2
2022-03-30 12:09:57 +02:00
Peter A. Bigot
8a1c6e0380
Fix out-of-range color temperatures
...
If light.turn_on is invoked with `brightness: 128, color_temp: 500`
for a bulb that supports mired range 154..370 in value range 1..255
the calculated color temperature will be negative. When the bulb
receives the command it may turn on, but will fail processing the
color_temp operation and will not send a response.
At this point `light.toggle` will have no effect because Home
Assistant is unaware that the bulb is on.
Fix the state by clamping the sent color temperature to the allowed
range.
Signed-off-by: Peter A. Bigot <pab@pabigot.com >
2022-03-29 13:27:45 -07:00
Peter A. Bigot
2a277a0c26
Fix kelvin-to-mired conversion
...
Use the core utility rather than reimplementing it.
Signed-off-by: Peter A. Bigot <pab@pabigot.com >
2022-03-29 12:45:46 -07:00
Leandro Issa
f432f13873
Merge branch 'master' into master
2022-03-10 22:37:14 -03:00
rospogrigio
5570a94cb9
Update README.md
2022-03-10 11:23:21 +01: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
Alex Morega
7474b638bb
Improve the Readme
...
* Add link to _tinytuya_.
* Clarify steps in Home Assistant Configuration screens.
* Set `yaml` syntax on a code example.
2022-02-08 08:40:42 +02:00
gpaesano
35ddf1564d
Update climate.py
...
There is a typo in target precision which prevents corrct handling of temperature
2022-01-29 10:33:58 +01:00
rospogrigio
2688a170c8
Merge pull request #506 from rikman122/vacuum_platform_new
...
Vacuum platform new
2022-01-24 11:09:02 +01:00
rikman122
12bea161a8
lint code style fix
2022-01-24 10:44:38 +01:00
Rikman
6e1aa6b102
Merge branch 'master' into vacuum_platform_new
2022-01-24 10:02:49 +01:00
rospogrigio
c66135c828
Merge pull request #548 from vmartinv/climate
...
Implementation of climate platform
2022-01-23 08:26:59 +01:00
Martín Villagra
c7ee5fdb78
add turn on/off method
2022-01-13 17:15:49 -03:00
Rikman
cd4896d895
Merge branch 'master' into vacuum_platform_new
2022-01-13 12:25:49 +01:00
Martín Villagra
cf125ae616
add Manual/Program HVAC mode
2022-01-10 17:25:11 -03:00
Martín Villagra
b19682cfd9
use idle instead of off HVAC state
2022-01-10 17:24:59 -03:00
Martín Villagra
a8883a5d8e
add Heat/Warming HVAC actions
2022-01-10 17:03:21 -03:00
Martín Villagra
9323676202
Merge remote-tracking branch 'upstream/master' into climate
2022-01-10 17:00:05 -03:00
rospogrigio
204b36b5a8
Merge pull request #542 from tinglis1/master
...
update to the new fan platform
2022-01-03 14:45:28 +01:00
rospogrigio
764993f771
Merge branch 'master' into master
2022-01-03 14:23:41 +01:00
rospogrigio
e8529d3933
Merge pull request #663 from jsBlackBelt/master
...
fix deprecated device_state_attributes
2022-01-02 13:29:40 +01:00
rospogrigio
8e1c7ef7a4
Merge branch 'master' into master
2022-01-02 13:25:51 +01:00
rospogrigio
4443713d40
Merge pull request #667 from jeremysherriff/master
...
Add scan interval notes and updated screenshots for README.md and info.md
2022-01-02 13:25:09 +01:00
rospogrigio
aca7e94ec4
Merge branch 'master' into master
2022-01-02 13:14:07 +01:00
rospogrigio
5427595129
Merge pull request #549 from vmartinv/update_interval
...
Periodically send update dps command
2022-01-02 13:13:41 +01:00
rospogrigio
b3364525e4
Merge branch 'master' into master
2022-01-02 09:54:59 +01:00
rospogrigio
b40e67c714
Merge branch 'master' into master
2022-01-02 09:53:19 +01:00
rospogrigio
3201c366a3
Merge branch 'master' into update_interval
2022-01-02 09:52:56 +01:00
rospogrigio
7688f5727a
Merge pull request #671 from lsaadeh/master
...
Fix missing color temp label
2022-01-01 23:56:11 +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
Tim
d878391d5e
readme updated
2021-12-22 23:02:08 +10:30
Tim
a6ef6a4b7f
Merge branch 'add-string/integer-and-preset' into master
2021-12-22 22:52:42 +10:30
Tim
b748f0425c
Remove blank line
2021-12-22 20:48:46 +10:30
Tim
0e048af29b
fix issue with last tox fix
2021-12-22 20:01:39 +10:30
Tim
a25bf75a4d
tox fixes
2021-12-22 19:45:16 +10:30
lsaadeh
a672fbaa76
Merge branch 'master' into master
2021-12-22 17:38:49 +11:00
Louis
ad0e1b186c
fix missing color temp label
2021-12-22 17:34:32 +11:00
Tim
e1ac7deace
remove blank line
2021-12-22 11:35:04 +10:30
Sefi Ninio
5c72917c91
Merge branch 'master' into master
2021-12-21 17:56:40 +02:00
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
d6418200ce
update readme and info
2021-12-21 12:55:55 +01:00
Louis
39cbd73d66
Formatting and variables
2021-12-21 12:55:55 +01:00
Louis
a9ef48bcfa
update light config info
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
jeremysherriff
38b9c67544
Tweak image sizing
2021-12-19 17:48:28 +13:00
jeremysherriff
5542d83e31
Add scan interval information to info.md
...
To accompany PR rospogrigio/localtuya#549
2021-12-19 17:46:34 +13:00