1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-06 06:59:15 +00:00

11 Commits

Author SHA1 Message Date
Joost Lekkerkerker
6bb4e7d62c
Bump ruff to 0.3.4 ()
Co-authored-by: Sid <27780930+autinerd@users.noreply.github.com>
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-03-26 00:02:16 +01:00
Joost Lekkerkerker
49fc59548a
Improve lists in integrations [V-W] () 2024-03-13 19:38:04 +01:00
Marc Mueller
062cc4bfce
Add empty line after module docstring [t-v] () 2024-03-08 10:35:23 -05:00
Erik Montnemery
9ec9ac4fd4
Migrate integrations u-z to generic flowhandler () 2024-02-29 20:08:16 +01:00
J. Nick Koston
ff93b7a01c
Restore vulcan integration () 2023-02-21 20:56:36 +01:00
Paulus Schoutsen
69e42d0e4d
Fix Vulcan break CI ()
* Fix Vulcan break CI

* Remove unrelated change

* Flake8 ignore
2023-02-19 23:49:42 -05:00
epenet
1b23429f41
Add __init__ return type to integrations () 2023-02-07 15:55:14 +01:00
Franck Nijhof
8819634b61
String formatting and max line length - Part 6 () 2022-12-24 13:19:51 +01:00
epenet
edc1ee2985
Add type hints to async_step_reauth in components () 2022-06-29 10:21:58 +02:00
Antoni Czaplicki
191230f535
Refactor vulcan integration () 2022-05-05 14:32:36 +02:00
Antoni Czaplicki
76f07ec240
Add Uonet+ Vulcan integration ()
* Add Uonet+ Vulcan integration

* Add "configuration_url", fix some minor issues

* Refactor and fix tests

* Optimize code

* Apply suggestion from code review

Co-authored-by: Maciej Bieniek <bieniu@users.noreply.github.com>

* Update error handling

* Fix some tests

* Update CODEOWNERS and fix pylint

* Cleanup vulcan tests

* Run prettier

Co-authored-by: Maciej Bieniek <bieniu@users.noreply.github.com>
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2022-03-30 17:55:24 +02:00