1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-07 15:39:18 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
J. Nick Koston
9cc0006b92
Ensure TurboJPEG is imported in the executor ()
The import was too late and it eneded up being imported
in the event loop
2024-03-15 12:23:53 +01:00
Marc Mueller
38adfbf1a3
Add empty line after module docstring [tests a-e] () 2024-03-08 08:50:25 -05:00
Franck Nijhof
ed79265843
Enable Ruff PT006 ()
* Enable Ruff PT006

* Adjust existing cases

* Fix tests

* Remove unneeded parentheses
2023-02-15 14:09:50 +01:00
epenet
fa7acb4f0d
Add type hints to integration tests (part 3) () 2023-02-10 16:05:01 +01:00
epenet
4142f0d15d
Add return type to tests without arguments ()
* Add return type to tests without arguments

* Black

* Cancel fixture amends
2023-02-07 14:20:06 +01:00
J. Nick Koston
dc851b9dd5
Ensure camera scaling always produces an image of at least the requested width and height () 2021-08-24 10:44:12 +02:00
J. Nick Koston
e99576c094
Pass width and height when requesting camera snapshot () 2021-08-10 19:33:06 -05:00