1
0
mirror of https://github.com/home-assistant/core.git synced 2025-07-26 06:37:52 +00:00

16 Commits

Author SHA1 Message Date
Joost Lekkerkerker
690ba103ed
Improve lists in integrations [A] ()
* Use list comprehension [A]

* Use list comprehension [A]

* Update homeassistant/components/aws/notify.py
2024-03-11 16:17:44 +01:00
Marc Mueller
ff3a801936
Add empty line after module docstring [a-d] () 2024-03-08 14:51:32 +01:00
epenet
20fec104e2
Improve type hints in light [a-i] ()
* Improve type hints in ads light

* Improve type hints in avea light

* Improve type hints in avion light

* Improve type hints in broadlink light

* More type hints

* One more
2022-07-31 20:46:13 +02:00
epenet
e806020bc3
Use ColorMode enum in avion () 2022-04-22 19:46:29 -10:00
Erik Montnemery
230f0122ff
Migrate avion light to color_mode () 2022-04-04 10:51:52 +02:00
epenet
ccdfe0fb01
Add setup type hints to avion ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-10 09:35:23 +01:00
Kyle Hildebrandt
d6dff403c9
Set _attr_is_on to True for avion on init () 2021-12-02 16:37:29 +01:00
Marc Mueller
1bcf39517a
Use assignment expressions 13 () 2021-10-21 08:27:42 +02:00
Robert Hillis
5b49107007
Use entity class attributes for avion () 2021-07-08 09:16:47 +02:00
Ville Skyttä
dc880118a4
Lint suppression cleanups ()
* 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
Philip Allgaier
625bbe6238
Cleanup unused loggers (components A-M) () 2020-10-12 16:59:05 +02:00
Erik Montnemery
e4333a7a44
Rename Light to LightEntity () 2020-04-26 18:49:41 +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 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