Andre Lengwenus
c868353459
Code cleanup in LCN ( #48074 )
2021-05-25 14:17:36 +02:00
J. Nick Koston
b10534359b
Reduce config entry setup/unload boilerplate K-M ( #49775 )
2021-04-27 18:49:13 +02:00
Andre Lengwenus
50b7b1cc7a
Migrate LCN configuration to ConfigEntry (Part 1) ( #44090 )
2021-03-15 13:45:13 +01:00
Ville Skyttä
dc880118a4
Lint suppression cleanups ( #47248 )
...
* Unused pylint suppression cleanups
* Remove outdated pylint bug references
* Add flake8-noqa config and note to run it every now and then
* Add codes to noqa's
* Unused noqa cleanups
2021-03-02 09:02:04 +01:00
Franck Nijhof
92431049e5
Revert "Revert "Bump pypck to 0.7.8"" ( #44885 )
...
This reverts commit 6de8824980
.
2021-01-06 18:01:06 +01:00
Franck Nijhof
6de8824980
Revert "Bump pypck to 0.7.8" ( #44884 )
...
This reverts commit addafd517f
.
2021-01-06 16:47:02 +01:00
Andre Lengwenus
addafd517f
Bump pypck to 0.7.8 ( #44834 )
2021-01-05 10:01:34 +01:00
Andre Lengwenus
fec623fb4e
Fix LCN service calls (invoking coroutines) ( #43932 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-12-07 13:13:41 +01:00
Andre Lengwenus
378424b2c4
Refactor LCN integration ( #40665 )
...
* Moved configuration schemes to schemes.py
* Renamed LcnDevice to LcnEntity. Renamed address_connection to device_connection.
* Rename schemes.py to schemas.py
2020-12-05 12:57:49 +01:00
Andre Lengwenus
493eaef616
Bump pypck to v0.7.6 ( #43710 )
...
* Bump pypck to v0.7.6
* Await commands to ensure that they are received.
2020-11-29 16:30:17 +01:00
Franck Nijhof
53545c984b
Log lines do not end with a full stop ( #37527 )
2020-07-05 23:04:19 +02:00
Bas Nijholt
1dea0c9e34
Sort imports according to PEP8 for components starting with "L" ( #29771 )
2019-12-09 14:22:30 +01:00
Paulus Schoutsen
4de97abc3a
Black
2019-07-31 12:25:30 -07:00
Andre Lengwenus
c4f673c894
LCN cover control via output ports ( #25511 )
...
* LCN motor control via oputput ports
* Remove default value from cover validator
2019-07-29 20:49:44 +02:00
Andre Lengwenus
b8acbf3c3a
Corrected number of default LCN segment coupler scan tryouts ( #24678 )
...
* Bump to pypck==0.6.2
* Set default segment coupler scan tryouts to 0
2019-06-22 13:27:41 +02:00
Andre Lengwenus
408ae44bdd
Add LCN scene platform ( #24242 )
2019-06-05 11:12:05 +02:00
Andre Lengwenus
50db622689
Add service calls for LCN component ( #24105 )
2019-05-29 15:59:38 -07:00
Andre Lengwenus
c928f82cbf
Refactoring of LCN component ( #23824 )
...
* Moved helper functions to const.py
* Removed pypck attribute from LcnDevice
* Bump to pypck==0.6.0
* Added myself as a codeowner
* Moved helper functions to helpers.py
2019-05-25 11:40:44 +02:00
Andre Lengwenus
2b7021407c
Add LCN climate platform ( #22542 )
...
* Add LCN climate component
* Updates of ha_state are done async
* Changes due to manifest.json
2019-05-11 10:24:02 +02:00
Andre Lengwenus
662375bdd7
Changes due to manifest.json. Awaiting coroutines instead of creating tasks ( #23321 )
2019-04-23 19:20:20 -07:00
cgtobi
2c07bfb9e0
Remove dependencies and requirements ( #23024 )
...
* Remove dependencies and requirements
* Revert "Remove dependencies and requirements"
This reverts commit fe7171b4cd
.
* Remove dependencies and requirements
* Revert "Remove dependencies and requirements"
This reverts commit 391355ee2c
.
* Remove dependencies and requirements
* Fix flake8 complaints
* Fix more flake8 complaints
* Revert non-component removals
2019-04-12 10:13:30 -07:00
Andre Lengwenus
ee8cd861e0
Add LCN binary_sensor component ( #22341 )
2019-03-28 23:09:45 +01:00
Paulus Schoutsen
4b1de61110
Use relative imports inside integrations ( #22235 )
...
* Use relative imports inside integrations
* Lint
* Fix automation tests
* Fix scene imports
2019-03-20 22:56:46 -07:00
Andre Lengwenus
d0365f5911
Add LCN sensor platform ( #21440 )
2019-03-15 22:10:56 -05:00
Andre Lengwenus
fc13e37d8d
Refactoring. Moved LCN constants to const.py ( #21376 )
2019-02-24 01:30:19 +01:00
Andre Lengwenus
f20195ba75
Add conf_key check for LCN platform load ( #21354 )
2019-02-23 15:58:18 +01:00
Andre Lengwenus
8f70c16863
Add LCN cover platform ( #20288 )
...
* Add LCN cover platform
* Removed unused default value
* Moved cover component to lcn platform directory. Small changes due to change request
* Closed state is set before updating
2019-02-23 10:13:15 +01:00
Fabian Affolter
161c368c9d
Update file header ( #21054 )
...
* Update file header
* Update __init__.py
2019-02-13 20:35:12 -08:00
Paulus Schoutsen
e2d3c27e85
Embed all platforms into components ( #20677 )
...
* Consolidate all components with platforms
* Organize tests
* Fix more tests
* Fix Verisure tests
* one final test fix
* Add change
* Fix coverage
2019-02-02 07:13:16 -08:00