1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-19 02:10:12 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
Marc Mueller
59a6035d3f Add empty line after module docstring [j-m] () 2024-03-08 09:01:29 -05:00
Marc Mueller
a9147cf3dd Use builtin TimeoutError [k-n] () 2024-02-05 12:08:18 +01:00
Marc Mueller
71d985e4d6 Use asyncio.timeout [i-n] () 2023-08-15 14:32:15 +02:00
epenet
5140c1fa6a Remove invalid return values in setup methods [i-p] ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-04 11:30:13 +01:00
J. Nick Koston
10d6247fee Bump to aiohttp 3.8.0 () 2021-11-04 10:07:50 -05:00
Ville Skyttä
ce1eda9809 Use http.HTTPStatus in components/[ikl]* () 2021-10-22 23:06:18 +02:00
springstan
db582bdc1b Use http status constants more, add HTTP_ACCEPTED and HTTP_BAD_GATEWAY ()
* Use http status codes and add HTTP_BAD_GATEWAY constant

* Address review comments:
 - using constants in tado integration
 - using constant in media_player init.py

* Add and use HTTP_ACCEPTED constant
2020-09-15 20:01:07 +03:00
Franck Nijhof
bc5a2da7b7 Add transition support to scenes, cleanup blocking parameter () 2020-04-20 18:07:50 -07:00
springstan
8d61893c39 Use HTTP_OK constant ()
* Use http ok constant

* Remove incorrect use

* Run isort

* Fix pylint by adding missing imports

* Fix pylint by fixing one import
2020-04-08 11:47:38 -05:00
springstan
157f972d72 Use f-strings in integrations starting with "H" - "L" ()
* Use f-strings in integrations starting with "H"

* Use f-strings in integrations starting with "I"

* Use f-strings in integrations starting with "J"

* Use f-strings in integrations starting with "K"

* Use f-strings in integrations starting with "L"

* Fix lint error

* Use join instead of f-string in homekit_controller

* Use local variables with f-strings

* Fix lint error

* Escape the characters in f-string

* Sort imports with isort in homeworks light

* Fix pylint error

* Fix broken tests

* Fix broken tests v2
2020-02-28 12:39:29 +01:00
Bas Nijholt
1dea0c9e34 Sort imports according to PEP8 for components starting with "L" () 2019-12-09 14:22:30 +01:00
Franck Nijhof
7203027cbf Use literal string interpolation in integrations K-M (f-strings) () 2019-09-03 21:14:00 +02:00
Paulus Schoutsen
4de97abc3a Black 2019-07-31 12:25:30 -07:00
Paulus Schoutsen
f995ab9d54 Don't pass in loop ()
* Don't pass in loop

* Revert some changes

* Lint + Axis revert

* reinstate loop

* Fix a test

* Set loop

* Update camera.py

* Lint
2019-05-22 21:09:59 -07: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