Commit graph

20 commits

Author SHA1 Message Date
Andre Lengwenus
e16ef10af5
Add type hints to LCN ()
* Add type hints to LCN

* Fix requested review changes
2021-07-06 09:54:35 +02:00
Andre Lengwenus
50b7b1cc7a
Migrate LCN configuration to ConfigEntry (Part 1) () 2021-03-15 13:45:13 +01:00
tkdrob
56adc9dadb
Use core constants for lcn () 2021-02-10 21:22:32 -05:00
Franck Nijhof
92431049e5
Revert "Revert "Bump pypck to 0.7.8"" ()
This reverts commit 6de8824980.
2021-01-06 18:01:06 +01:00
Franck Nijhof
6de8824980
Revert "Bump pypck to 0.7.8" ()
This reverts commit addafd517f.
2021-01-06 16:47:02 +01:00
Andre Lengwenus
addafd517f
Bump pypck to 0.7.8 () 2021-01-05 10:01:34 +01:00
Andre Lengwenus
378424b2c4
Refactor LCN integration ()
* 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 ()
* Bump pypck to v0.7.6

* Await commands to ensure that they are received.
2020-11-29 16:30:17 +01:00
springstan
a7bd521768
Remove temporary variable from supported_features ()
* Remove temporary variable from supported_features

* Revert removing temp variable for supported features hunterdouglas
2020-11-09 13:19:29 +01:00
Erik Montnemery
e4333a7a44
Rename Light to LightEntity () 2020-04-26 18:49:41 +02:00
Paulus Schoutsen
aef06a3544
Directly call write state 2 ()
* Directly call async_write_ha_state pt2

* Directly call async_write_ha_state pt2

* Fix mock

* Address comments
2020-04-03 09:34:50 +02:00
Paulus Schoutsen
aaa1d06809
Directly call async_write_ha_state ()
* Directly call async_write_ha_state

* Address comments

* Fix tests
2020-04-01 14:19:51 -07:00
Paulus Schoutsen
4de97abc3a Black 2019-07-31 12:25:30 -07:00
Andre Lengwenus
c928f82cbf Refactoring of LCN component ()
* 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
662375bdd7 Changes due to manifest.json. Awaiting coroutines instead of creating tasks () 2019-04-23 19:20:20 -07:00
cgtobi
2c07bfb9e0 Remove dependencies and requirements ()
* 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
Paulus Schoutsen
4b1de61110
Use relative imports inside integrations ()
* Use relative imports inside integrations

* Lint

* Fix automation tests

* Fix scene imports
2019-03-20 22:56:46 -07:00
Andre Lengwenus
fc13e37d8d Refactoring. Moved LCN constants to const.py () 2019-02-24 01:30:19 +01:00
Fabian Affolter
161c368c9d Update file header ()
* Update file header

* Update __init__.py
2019-02-13 20:35:12 -08:00
Paulus Schoutsen
e2d3c27e85
Embed all platforms into components ()
* 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
Renamed from homeassistant/components/light/lcn.py (Browse further)