1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-27 17:27:07 +00:00

19 Commits

Author SHA1 Message Date
Marc Mueller
c9befe8700
Add decorator typing [limitlessled] () 2024-01-12 11:30:07 +01:00
Erik Montnemery
6b628f2d29
Remove unnecessary block use of pylint disable in components a-o () 2023-09-12 14:02:50 +02:00
Ville Skyttä
e7b6037419
Remove unnnecessary pylint configs from components [e-l]* () 2023-08-25 09:46:34 +02:00
epenet
786780bc8c
Use attributes in limitlessled light () 2022-08-02 12:35:24 +02:00
epenet
7b1463e03d
Improve type hints in light [i-r] () 2022-07-31 13:53:22 +02:00
Erik Montnemery
3adaad7381
Migrate limitlessled light to color_mode () 2022-05-13 11:40:22 +02:00
epenet
6635fc4e31
Use LightEntityFeature enum in limitlessled () 2022-04-30 01:38:49 +03:00
Marc Mueller
53110f8cb7
Update pylint to 2.13.2 () 2022-03-27 16:08:24 +02:00
Marc Mueller
911b159281
Cleanup after pylint update () 2022-03-26 00:34:12 +01:00
epenet
506a0b526b
Add setup type hints [l] ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-05 13:30:37 +01:00
Marc Mueller
a48ddcadd4
Use assignment expressions 31 () 2021-10-30 16:29:07 +02:00
Marc Mueller
48bada5a18
Update pylint to 2.11.1 () 2021-09-18 13:52:59 +02:00
Ville Skyttä
1bf2c4d976
Upgrade pylint to 2.6.0 () 2020-08-29 07:59:24 +02:00
Erik Montnemery
e4333a7a44
Rename Light to LightEntity () 2020-04-26 18:49:41 +02:00
springstan
7aab0d0aa0 Move imports to top for limitlessled () 2019-12-04 11:12:32 +01: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 fe7171b4cd30889bad5adc9a4fd60059d05ba5a7.

* Remove dependencies and requirements

* Revert "Remove dependencies and requirements"

This reverts commit 391355ee2cc53cbe6954f940062b18ae34b05621.

* 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
f5076188ef
Consolidate all platforms that have no tests ()
* Consolidate

* Fix tests

* Update imports

* Fix import

* Use importlib because integration and package share name

* Fix more tests

* Update .coveragerc and CODEOWNERS
2019-03-16 20:44:05 -07:00