J. Nick Koston
d34e2c1f12
Pre import webhook before asyncio starts ( #112441 )
...
This one ends in stage 1 and other components have to wait
for it to be imported. Its cheap to import but it ends up
at the end of the line which means other end up waiting for
it which is time we could be doing startup work
`2024-03-04 23:13:04.347 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 1: {usb, websocket_api, webhook, zeroconf, bluetooth, ssdp, dhcp, cloud, network, api, http, hassio}`
It currently always has a wait time for the import executor
`2024-03-04 23:13:04.496 DEBUG (MainThread) [homeassistant.loader] Component webhook import took 0.146 seconds (loaded_executor=True)`
2024-03-05 17:23:18 -05:00
J. Nick Koston
73e1f8a7e5
Pre import image_upload to avoid loading it after asyncio has started ( #112444 )
...
image_upload will always be setup because its a dep of person
and since person is a dep of onboarding which is a dep of
frontend its already a base requirement for homeassistant.
Pillow is now listed as a requirement for homeassistant
so we can be sure it installed by the time bootstrap is
loaded
image_upload loading is currently a bottleneck to
get the frontend loaded because it has to load in the
import executor when everything is busy early in startup
2024-03-05 17:22:59 -05:00
J. Nick Koston
235771aaa2
Bump SQLAlchemy to 2.0.28 ( #112314 )
2024-03-05 12:14:30 -10:00
dependabot[bot]
a7f84c577d
Bump dorny/paths-filter from 3.0.1 to 3.0.2 ( #112158 )
2024-03-05 23:05:24 +01:00
Erik Montnemery
3d3e9900c3
Add TypeVar default for FlowResult ( #112345 )
...
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2024-03-05 22:52:11 +01:00
Joost Lekkerkerker
33fe6ad647
Add icon translations to Tomorrowio ( #112315 )
2024-03-05 16:37:53 -05:00
jan iversen
4a1681bb4b
Allow duplicate modbus addresses on different devices ( #112434 )
2024-03-05 22:11:04 +01:00
Joost Lekkerkerker
dd3c11f179
Remove entity description mixin in Ecoforest ( #112409 )
2024-03-05 22:05:14 +01:00
Joost Lekkerkerker
362a10e82e
Remove entity description mixin in Doorbird ( #112400 )
2024-03-05 21:59:48 +01:00
Joost Lekkerkerker
4cf900911b
Remove entity description mixin in Daikin ( #112398 )
2024-03-05 21:59:11 +01:00
Joost Lekkerkerker
05628ecb2f
Remove entity description mixin in Comfoconnect ( #112397 )
2024-03-05 21:55:45 +01:00
Joost Lekkerkerker
96e582c1b7
Remove entity description mixin in Awair ( #112384 )
2024-03-05 21:54:52 +01:00
Joost Lekkerkerker
066f227476
Remove entity description mixin in Aseko ( #112382 )
2024-03-05 21:52:06 +01:00
Joost Lekkerkerker
71be56e1fd
Remove entity description mixin in Android IP Webcam ( #112380 )
2024-03-05 21:51:12 +01:00
Joost Lekkerkerker
d369447961
Add icon translations to Twitch ( #112329 )
2024-03-05 21:50:32 +01:00
Joost Lekkerkerker
cde1273399
Add icon translations to Ukraine Alarm ( #112330 )
2024-03-05 21:49:39 +01:00
Joost Lekkerkerker
928e95781e
Add icon translations to Velbus ( #112340 )
2024-03-05 21:47:55 +01:00
Joost Lekkerkerker
d7d2a28f5e
Remove entity description mixin in Abode ( #112374 )
2024-03-05 21:47:43 +01:00
Joost Lekkerkerker
75df17a8bb
Add icon translations to Vallox ( #112339 )
2024-03-05 21:46:59 +01:00
Joost Lekkerkerker
aab2c91c87
Add icon translations to Verisure ( #112342 )
2024-03-05 21:45:48 +01:00
Joost Lekkerkerker
f1e564fb47
Add icon translations to Vilfo ( #112347 )
2024-03-05 21:45:19 +01:00
Joost Lekkerkerker
153b1947fa
Remove entity description mixin in AirNow ( #112376 )
2024-03-05 21:43:48 +01:00
Daniel Shokouhi
7e5a59756e
Remove myself as a codeowner for neato ( #112410 )
...
* Remove myself as a codeowner for neato
* Update CODEOWNERS from hassfest
2024-03-05 21:40:51 +01:00
G Johansson
4bdcab7cc2
Rename reconfigure step in apple_tv ( #112438 )
2024-03-05 21:36:46 +01:00
Robert Svensson
7c9891fff9
Break out UniFi config handling to own class ( #111325 )
2024-03-05 21:36:26 +01:00
Joost Lekkerkerker
ed23bb7c04
Small cleanup in Dexcom ( #112425 )
2024-03-05 21:36:11 +01:00
Joost Lekkerkerker
5dea902a9c
Add icon translations to Azure DevOps ( #112436 )
2024-03-05 21:34:50 +01:00
Jan-Philipp Benecke
dda0f0d9aa
Remove the deprecated YAML support for Aftership ( #112390 )
2024-03-05 21:28:50 +01:00
Robert Svensson
1bac51142d
Do not use list comprehension in async_add_entities in Unifi ( #112435 )
...
Do not use list comprehension in async_add_entities
2024-03-05 21:13:14 +01:00
Jan-Philipp Benecke
968f5f1a34
Remove list comprehension when adding entities in Wallbox ( #112433 )
2024-03-05 22:10:30 +02:00
Jan-Philipp Benecke
b025d6c6f2
Remove list comprehension when adding entities in Smartthings ( #112432 )
2024-03-05 21:10:02 +01:00
Joost Lekkerkerker
9a24e97ecb
Remove entity description mixin in Devolo Home Network ( #112399 )
...
* Remove entity description mixin in Devolo Home Network
* Fix
2024-03-05 21:08:57 +01:00
Joost Lekkerkerker
32bb33c55e
Migrate Azure DevOps to has entity name ( #112420 )
2024-03-05 21:06:13 +01:00
Joost Lekkerkerker
ff21a2fcca
Remove entity description mixin in Electric Kiwi ( #112411 )
2024-03-05 20:47:01 +01:00
Jan-Philipp Benecke
85edafa887
Remove list comprehension when adding entities in opengarage ( #112430 )
2024-03-05 20:46:43 +01:00
Jan-Philipp Benecke
3cfe346656
Remove list comprehension when adding entities in Nextcloud ( #112429 )
2024-03-05 20:44:50 +01:00
Joost Lekkerkerker
1824ff6438
Remove entity description mixin in Airzone ( #112378 )
2024-03-05 19:21:11 +01:00
Erik Montnemery
a515603aaf
Add button to homeworks ( #112269 )
2024-03-05 19:10:13 +01:00
Joost Lekkerkerker
8e2de51710
Remove entity description mixin in Dormakaba dKey ( #112401 )
2024-03-05 19:07:45 +01:00
Martin Hjelmare
4d82ea516a
Add comments why we use loop.create_task in core ( #112372 )
2024-03-05 07:47:35 -10:00
Joost Lekkerkerker
017b2623e8
Remove entity description mixin in Azure DevOps ( #112385 )
2024-03-05 18:36:58 +01:00
Joost Lekkerkerker
c06ab0bddf
Remove entity description mixin in Aladdin Connect ( #112379 )
...
* Remove entity description mixin in Aladdin Connect
* Remove entity description mixin in Aladdin Connect
2024-03-05 18:32:35 +01:00
Joost Lekkerkerker
900112b1e8
Remove entity description mixin in AirQ ( #112377 )
2024-03-05 18:30:42 +01:00
Joost Lekkerkerker
e076b6aacf
Add icon translations to Vodafone Station ( #112349 )
2024-03-05 18:27:31 +01:00
Joost Lekkerkerker
4a7eab92bb
Remove entity description mixin in Ecobee ( #112408 )
2024-03-05 18:27:18 +01:00
Joost Lekkerkerker
a626a698f0
Remove entity description mixin in Dovado ( #112402 )
2024-03-05 18:26:20 +01:00
Joost Lekkerkerker
59eac48e33
Remove entity description mixin in Bosch SHC ( #112394 )
2024-03-05 18:14:41 +01:00
Joost Lekkerkerker
b9ef27799b
Remove entity description mixin in Bond ( #112393 )
2024-03-05 18:12:10 +01:00
Joost Lekkerkerker
cb397cecb1
Remove entity description mixin in BMW ( #112391 )
2024-03-05 18:11:30 +01:00
Joost Lekkerkerker
7cef704220
Remove entity description mixin in Balboa ( #112389 )
2024-03-05 18:10:00 +01:00