Andrey Klimov
|
8eae2230f1
|
Remove unused import
|
2019-12-27 13:18:46 +03:00 |
|
Andrey Klimov
|
a54bcb04ff
|
Add some methods (set_temp_refrigerator_c, set_temp_freezer_c)
Rename some properties
Refactoring
|
2019-12-27 13:10:44 +03:00 |
|
Andrey Klimov
|
5b1535c41c
|
Use lookup_enum from util
|
2019-12-27 12:23:19 +03:00 |
|
Andrey Klimov
|
db7a0a59d5
|
Add refrigerator support
|
2019-12-26 10:24:31 +03:00 |
|
Adrian Sampson
|
07b6a1ca21
|
Handle NotConnectedError in example
|
2019-11-28 09:34:51 -05:00 |
|
Adrian Sampson
|
bb5aa17c0f
|
Version bump: 1.3.0
v1.3.0
|
2019-11-27 11:31:09 -05:00 |
|
Adrian Sampson
|
37a56335dd
|
Style fixes for #57
|
2019-11-09 08:27:06 -05:00 |
|
Adrian Sampson
|
c4447589d7
|
Merge pull request #57 from WonchulKang/master
Add FanMode and Fix set_on
|
2019-11-09 08:25:19 -05:00 |
|
Wonchul Kang
|
4316dad8e9
|
Remove Useless comment
Remove Useless comment
|
2019-11-08 20:36:19 +09:00 |
|
Wonchul Kang
|
6ed250a16e
|
Fix for Dual fan ac
ACOp.ALL_ON is right.
if none dual fan ac
than ALL_ON AND RIGHT_ON work is fine.
but dual fan ac
RIGHT_ON works only right fan.
|
2019-11-08 18:01:48 +09:00 |
|
Wonchul Kang
|
b31edaf46d
|
Add AC Fan Speed Mode For Dual AC
some lg ac model works dual wind power, left and right
in my case model name is PAC_910604_WW looks like below link
https://www.lge.co.kr/lgekor/product/aircare/air-conditioner/productDetail.do?cateId=3300&prdId=EPRD.336263
|
2019-11-08 17:58:37 +09:00 |
|
Fábio Souto
|
0d619f5060
|
Merge pull request #42 from ctih/patch-2
Update ac.py to support NATURE mode as a fan speed
|
2019-09-28 18:28:45 +01:00 |
|
Adrian Sampson
|
82e4a12e77
|
Version bump: 1.2.0
v1.2.0
|
2019-09-24 09:01:15 -04:00 |
|
Adrian Sampson
|
f33be0f99d
|
Trailing whitespace
|
2019-08-24 09:26:17 -04:00 |
|
Adrian Sampson
|
9533bb8ec1
|
Merge pull request #45 from stboch/master
Adding Binary Washer/Dryer Status Update
|
2019-08-24 09:24:20 -04:00 |
|
stboch
|
4acde696e9
|
Update Washer to support Binary
Similar to Dryer update washer to support binary and json
|
2019-08-23 16:42:35 -04:00 |
|
stboch
|
e063259394
|
Fix Dryer JSON vs Binary Status
My model LG dryer uses json, moved code back to decode_monitor which supports json and binary
|
2019-08-23 16:40:58 -04:00 |
|
Adrian Sampson
|
78b48f0831
|
Whitespace fixes
|
2019-08-12 09:37:22 -04:00 |
|
Adrian Sampson
|
0610d0f0b7
|
Merge pull request #43 from dermotduffy/master
Add dishwasher device to wideq
|
2019-08-12 09:35:03 -04:00 |
|
Dermot Duffy
|
92be23f18b
|
Add dishwasher unittest.
|
2019-08-11 22:05:01 -07:00 |
|
Dermot Duffy
|
b9fed82681
|
Add dishwasher library.
|
2019-08-11 21:30:09 -07:00 |
|
ctih
|
266b526550
|
Update ac.py
|
2019-07-30 23:55:52 +02:00 |
|
ctih
|
74bcdb0cdc
|
Update ac.py
Changed to AUTO mode the WIND mode does not work in HA now
|
2019-07-30 22:53:30 +02:00 |
|
Adrian Sampson
|
7405d55f5b
|
Whitespace fiddling
|
2019-07-23 16:18:16 -04:00 |
|
Fábio Souto
|
4e54149a41
|
Merge pull request #40 from fabiomsouto/master
Expose horizontal swing and vertical swing properties in AC state
v1.1.1
|
2019-07-23 20:05:53 +01:00 |
|
Fabio Souto
|
497fe71e4c
|
Merge remote-tracking branch 'upstream/master'
|
2019-07-23 20:03:38 +01:00 |
|
Fabio Souto
|
8d38902981
|
Version bump: v1.1.1
|
2019-07-23 20:02:02 +01:00 |
|
Fabio Souto
|
6ec66e4e9a
|
Expose horizontal and vertical swing properties in AC state
|
2019-07-23 19:57:10 +01:00 |
|
Fábio Souto
|
4d4410ad39
|
Merge pull request #39 from fabiomsouto/master
Add support for swing configuration
|
2019-07-23 19:25:35 +01:00 |
|
Fabio Souto
|
15855f09fa
|
Version bump: v1.1.0
|
2019-07-23 19:24:10 +01:00 |
|
Fabio Souto
|
307086c393
|
Add support for swing configuration
|
2019-07-23 19:20:33 +01:00 |
|
Adrian Sampson
|
ad99849786
|
Version bump: v1.0.3
v1.0.3
|
2019-07-20 10:07:36 -04:00 |
|
Aaron Godfrey
|
91b8af9390
|
Merge pull request #37 from boralyl/feature/add-washer-device
Adding a washer device.
|
2019-07-11 11:38:36 -07:00 |
|
Aaron Godfrey
|
a019edea79
|
Refactored lookup_enum and lookup_reference methods to be reusable.
Also added a few additional washer states.
|
2019-07-11 11:37:29 -07:00 |
|
Aaron Godfrey
|
89967d0d76
|
Adding a washer device.
|
2019-07-09 14:34:58 -07:00 |
|
Adrian Sampson
|
c0b1db0bd4
|
Merge pull request #31 from icolwell/readme_note_thirdparty
Add note about third-party login
|
2019-07-08 22:40:08 -04:00 |
|
Adrian Sampson
|
f495bad37f
|
Separate paragraph for login details
|
2019-07-08 22:39:52 -04:00 |
|
Ian Colwell
|
04068e8b26
|
Update with new testing results.
|
2019-07-08 09:24:49 -04:00 |
|
Aaron Godfrey
|
7ac6ba4c1f
|
Merge pull request #29 from boralyl/feature/add-dryer-device
Add dryer as a supported device.
|
2019-07-07 19:21:18 -07:00 |
|
Aaron Godfrey
|
17cb182140
|
Return None if no reference name can be found.
|
2019-07-07 19:18:12 -07:00 |
|
Aaron Godfrey
|
eef9ed3932
|
Removed data directory and fixed chars in pyproject.toml
|
2019-07-07 13:09:34 -07:00 |
|
Adrian Sampson
|
06cd1f2d4f
|
Merge pull request #32 from icolwell/add_energy_saver_mode
Add Energy Saver Mode
|
2019-07-07 13:31:53 -04:00 |
|
Ian Colwell
|
093f4f92b9
|
Add Energy Saver Mode
|
2019-07-07 10:53:28 -04:00 |
|
Ian Colwell
|
10d3b10f74
|
Add note about third-party login
|
2019-07-07 10:48:38 -04:00 |
|
Aaron Godfrey
|
347fab5fcd
|
Added type hints.
|
2019-07-05 23:27:54 -07:00 |
|
Aaron Godfrey
|
8ed1ae3c1b
|
Addressing PR comments.
|
2019-07-05 23:23:34 -07:00 |
|
Aaron Godfrey
|
763d9f9887
|
Don't raise an exception if we encounter an enum value that's not known.
Instead log a warning and return a value of 'Unknown'.
|
2019-07-05 16:01:21 -07:00 |
|
Aaron Godfrey
|
48684c14fd
|
Added a data directory with known values for washers/dryers.
Also added temp_control and time_Dry properties to dryer status.
|
2019-07-05 13:58:55 -07:00 |
|
Adrian Sampson
|
9896067952
|
Expand comment for #25
|
2019-07-04 10:53:06 -04:00 |
|
Adrian Sampson
|
3918ce69a3
|
Merge pull request #25 from eljojo/retries
Don't stop monitoring work immediately
|
2019-07-04 10:51:05 -04:00 |
|