Commit Graph

12 Commits (d915fd3052fa7f3725314e5989e1e287d8a7890b)

Author SHA1 Message Date
Marc Mueller 048d8f9263
Add strict typing to `core.py` (6) - Implicit reexport () 2022-01-04 19:51:19 +01:00
epenet 00ec874389
Add init type hints [s] ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-02 16:29:52 +01:00
springstan d5efb3e3de
Remove temporary variable by only retrieving needed value () 2020-11-29 00:44:25 +01:00
springstan a967f689c7
Remove unnecessary instances of dict.keys() () 2020-10-28 20:43:48 +01:00
springstan 00e67fb2c7
Remove global variable from scsgate ()
* Remove global variable from scsgate

* Import CONF_SCS_ID in light.py

* Run isort

* Remove constant ATTR_STATE
2020-04-05 23:47:11 +02:00
Franck Nijhof 71a47fc80c
Enable pylint global-statement () 2020-04-04 20:10:55 +02:00
springstan bb46918d2e Move imports to top for scsgate () 2019-11-30 21:24:54 -08:00
Franck Nijhof 445c741b30 Use literal string interpolation in integrations R-S (f-strings) () 2019-09-03 21:14:39 +02:00
Paulus Schoutsen 4de97abc3a Black 2019-07-31 12:25:30 -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
Tobias Sauerwein 048b100eea Clean up docstrings ()
* Clean up docstrings

* Fix long lines

* Fix more docstrings

* Fix more docstrings

* Fix more docstrings
2019-04-03 17:40:03 +02: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