Timmo
|
1d7ecc22f9
|
Added ENTITY_ID_FORMAT import and set entity_id in __init__ (#13642)
|
2018-04-06 10:59:09 +02:00 |
Daniel Høyer Iversen
|
45ef34ff81
|
Broadlink (#13585)
* Update broadlink lib
* Update broadlink lib
* requirements
|
2018-04-01 10:09:16 +02:00 |
Pascal Vizeli
|
9751fed493
|
Don't allow to use a old unsecure library (#12715)
* Don't allow to use a old unsecury library
* Update gen_requirements_all.py
* Cryptodome fix for python-broadlink
* Coinbase cryptodome fix
|
2018-02-27 01:58:45 -08:00 |
Paulus Schoutsen
|
3fd61d8f45
|
Update voluputous (#12463)
* Update voluputous
* Fix http config
* Fix optional with default=None
* Optional, default=none
* Fix defaults in voluptuous schemas
* Fix tests
* Fix update error
* Lint
|
2018-02-17 10:29:14 +01:00 |
Jon Maddox
|
18d027a10d
|
Add Service Schema to Broadlink Switch (#12253)
* add service schema to ensure single values are wrapped into a list
Co-Authored-By: Paulus Schoutsen <paulus@paulusschoutsen.nl>
* 💐
|
2018-02-08 19:37:17 -08:00 |
Ville Skyttä
|
55ee8959ba
|
Spelling fixes (#11940)
|
2018-01-27 11:58:27 -08:00 |
Fabian Affolter
|
47e31dc9ee
|
Fixes for PEP257 (#11810)
* Fixes for PEP257
* More updates
|
2018-01-20 22:35:38 -08:00 |
Anders Melchiorsen
|
87534692d0
|
Move several local services to their right domain (#11677)
* Move several local services to their right domain
* Fix lint
|
2018-01-15 14:53:56 -08:00 |
Steve Edson
|
b1afed9e52
|
pad packets to multiple of 4 characters (#10560)
* pad packets to multiple of 4 characters
This fixes sending commands, see #7669
* Update broadlink.py
* removed whitespace
|
2017-11-14 09:18:06 +01:00 |
giangvo
|
3430c1c8bc
|
update broadlink.py to add support for MP1 switch (#9222)
* update broadlink.py to add support for MP1 switch
* fix code styles
* fix code styles
* optimize state fetching on mp1
* fix code styles
* fix code styles
* fix code styles
* fix code styles
* fix variable
* remove default None
* use string.format
|
2017-09-13 23:41:52 -07:00 |
Paulus Schoutsen
|
d0275c8075
|
Persistent notification import (#8507)
* Rewrite persistent notification creation
* Update components.is_on to use auto loading
* Fix two hass parameters
|
2017-07-16 21:39:38 +02:00 |
Daniel Høyer Iversen
|
7aad93e90d
|
upgrade broadlink (#8462)
|
2017-07-13 14:42:30 +02:00 |
Paulus Schoutsen
|
5779d64e98
|
Fix some issues for PyLint 1.7.2 (#8356)
* Fix some issues for PyLint 1.7.2
* More fixes
* Revert position change for cover
|
2017-07-05 20:02:16 -07:00 |
abmantis
|
9480f41210
|
dont use default for switch name, so that the object id is used (#7845)
|
2017-06-01 22:58:57 -07:00 |
Paulus Schoutsen
|
f43db3c615
|
Replace executor with async_add_job (#7658)
* Remove executor
* Lint
* Lint
* Fix tests
|
2017-05-26 08:28:07 -07:00 |
Fabian Affolter
|
4d52b0ecd5
|
Update docstrings (#7405)
* Update docstrings
* Fix lint issues
* Update docstrings
|
2017-05-02 22:47:20 +02:00 |
Fabian Affolter
|
a4f1f6e724
|
Update docstrings (#7374)
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstring
* Update docstrings
* Update docstrings
* Fix lint issues
* Update docstrings
* Revert changes in dict
|
2017-05-02 09:18:47 -07:00 |
Pascal Vizeli
|
8232f1ef65
|
Cleanup async handling (#6388)
* Cleanups unneeded blocks
* Cleanup bootstrap
* dedicated update_ha_state
* Fix imap_email_content
* fx tests
* Fix lint & spell
|
2017-03-04 15:10:36 -08:00 |
Daniel Høyer Iversen
|
6c91e04852
|
Refactor broadlink (#6168)
* refactor broadlink
* typo
|
2017-02-22 22:11:49 +01:00 |
Yannic-HAW
|
4a341ff55f
|
- added send packet service to send ir packets directly from scripts (no need to define a switch for each command) (#5768)
- changed ip suffix of SERVICE_LEARN to use _ instead of . as ip seperator to avoid errors if used in yaml
|
2017-02-06 07:53:58 +01:00 |
Daniel Høyer Iversen
|
ebfb2c9b26
|
Broadlink fix (#5065)
* Broadlink fix
* style fix
* style fix
* typo
* restructure
* Update broadlink.py
* Update broadlink.py
* Add support for more devices
* fix library version
* fix library version
* fix library version
* fix library version
* fix library version
* Update broadlink.py
* lib version
* remove lower
* remove lower
* refactor
* refactor
* refactor
* authorization
* authorization
* refactor
* lib version
* lib version
|
2017-01-03 23:45:11 +01:00 |
Daniel Høyer Iversen
|
133c03ee57
|
style fix
|
2016-12-20 21:16:18 +01:00 |
Daniel Høyer Iversen
|
f224ee7229
|
Solve some bugs in the bradlink switch
|
2016-12-20 21:05:54 +01:00 |
Daniel Høyer Iversen
|
00b80d4fe1
|
Support for broadlink sp (#4961)
* initial support for broadlink sp
* style fix
* style
* bug fix
|
2016-12-18 17:59:08 -08:00 |
Daniel Høyer Iversen
|
394d53e748
|
Broadlink sensor and switch (#4834)
* Broadlink sensor and switch
* broadlink logging
* Use async
* style
* style
|
2016-12-15 21:42:00 -08:00 |