Milan Meulemans
0471b27179
Replace HomeAssistantType with HomeAssistant ( #53545 )
2021-07-27 12:30:56 +02:00
Andre Lengwenus
e16ef10af5
Add type hints to LCN ( #52509 )
...
* 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) ( #44090 )
2021-03-15 13:45:13 +01:00
tkdrob
56adc9dadb
Use core constants for lcn ( #46348 )
2021-02-10 21:22:32 -05: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
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
Erik Montnemery
066e921a8b
Rename SwitchDevice to SwitchEntity ( #34673 )
2020-04-26 18:50:37 +02:00
Paulus Schoutsen
aef06a3544
Directly call write state 2 ( #33513 )
...
* 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 ( #33508 )
...
* Directly call async_write_ha_state
* Address comments
* Fix tests
2020-04-01 14:19:51 -07:00
Franck Nijhof
617133e465
Correct file permissions, removing executable bits ( #26376 )
2019-09-03 14:13:44 +02:00
Paulus Schoutsen
4de97abc3a
Black
2019-07-31 12:25:30 -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
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
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
fc13e37d8d
Refactoring. Moved LCN constants to const.py ( #21376 )
2019-02-24 01:30:19 +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