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

12 Commits

Author SHA1 Message Date
epenet
b594c29171
Standardize homeassistant imports in component (g-h) () 2025-01-29 11:57:01 +01:00
epenet
d6e73a89f3
Cleanup unnecessary __init__ method in OptionsFlow ()
* Cleanup unnecessary init step in OptionsFlow

* Increase coverage
2024-11-02 18:15:41 +01:00
Erik Montnemery
fd8c36d93b
User eager task in github config flow () 2024-05-08 11:25:57 +02:00
J. Nick Koston
ee535ee611
Ensure test async_create_task eager start behavior matches production () 2024-04-13 15:58:52 -05:00
Sid
fe9cc6705c
Add ruff rule PIE804 ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-03-16 12:45:18 -10:00
Marc Mueller
8809d3aa88
Add empty line after module docstring [g-i] () 2024-03-08 08:52:48 -05:00
Erik Montnemery
e06446d0fa
Migrate integrations e-h to generic flowhandler () 2024-02-29 20:07:36 +01:00
Erik Montnemery
24cd6a8a52
Improve ergonomics of FlowManager.async_show_progress ()
* Improve ergonomics of FlowManager.async_show_progress

* Don't include progress coroutine in web response

* Unconditionally reset progress task when show_progress finished

* Fix race

* Tweak, add tests

* Address review comments

* Improve error handling

* Allow progress jobs to return anything

* Add comment

* Remove unneeded check

* Change API according to discussion

* Adjust typing
2024-01-11 12:00:12 +01:00
Joakim Sørensen
b5012a9964
Adjust the GitHub config flow () 2023-12-27 13:42:24 +01:00
Joost Lekkerkerker
ac53b78a0c
Deduplicate constants A-D () 2023-12-13 14:21:44 +01:00
Joakim Sørensen
8021b05448
Allow selecting own repositories () 2022-02-04 19:33:10 +01:00
Joakim Sørensen
6a0c3843e5
Revamp github integration ()
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-01-18 20:04:01 +01:00