J. Nick Koston
787af6b622
Merge branch 'dev' into integration
2023-11-15 21:02:32 -06:00
J. Nick Koston
149d814fab
dashboard: Centralize dashboard entries into DashboardEntries class ( #5774 )
...
* Centralize dashboard entries into DashboardEntries class
* preen
* preen
* preen
* preen
* preen
2023-11-15 21:49:56 -05:00
J. Nick Koston
fe3121d881
Centralize dashboard entries into DashboardEntries class
2023-11-15 18:09:40 -06:00
J. Nick Koston
5f1d8dfa5b
dashboard: use fastest available yaml loader in the dashboard ( #5771 )
...
* dashboard: use fastest available yaml loader in the dashboard
* remove unrelated change
2023-11-15 19:08:17 -05:00
J. Nick Koston
3644853d38
dashboard: fix subprocesses blocking the event loop ( #5772 )
...
* dashboard: fix subprocesses blocking the event loop
- break apart the util module
- adds a new util to run subprocesses with asyncio
* take a list
2023-11-15 19:07:51 -05:00
J. Nick Koston
8783d580e0
Merge branch 'make_run_system_command_async_safe' into integration
2023-11-15 16:00:20 -06:00
J. Nick Koston
cb4e927b9b
Merge branch 'dashboard_yaml' into integration
2023-11-15 15:59:58 -06:00
J. Nick Koston
022514ed90
remove unrelated change
2023-11-15 15:59:31 -06:00
J. Nick Koston
938357aed8
dashboard: use fastest available yaml loader in the dashboard
2023-11-15 15:58:39 -06:00
J. Nick Koston
86555b3398
take a list
2023-11-15 15:52:50 -06:00
J. Nick Koston
74e9196dad
dashboard: fix subprocesses blocking the event loop
...
- break apart the util module
- adds a new util to run subprocesses with asyncio
2023-11-15 15:50:52 -06:00
dependabot[bot]
4e3170dc95
Bump zeroconf from 0.126.0 to 0.127.0 ( #5768 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-15 21:48:59 +00:00
J. Nick Koston
c795dbde26
dashboard: split dashboard web server code into its own module ( #5770 )
2023-11-15 21:34:09 +00:00
J. Nick Koston
a9756d2b51
Merge branch 'pass_name_run_logs' into integration
2023-11-15 15:32:22 -06:00
J. Nick Koston
1ca01b1b14
Merge branch 'web_server_split' into integration
2023-11-15 15:32:17 -06:00
J. Nick Koston
eb580cac5a
Merge branch 'dev' into pass_name_run_logs
2023-11-15 15:29:09 -06:00
J. Nick Koston
726c2051e7
Update esphome/components/api/client.py
2023-11-15 15:29:04 -06:00
dependabot[bot]
4ce627b4ee
Bump aioesphomeapi from 18.4.0 to 18.4.1 ( #5767 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-15 15:28:04 -06:00
J. Nick Koston
e5163444a4
dashboard: split dashboard web server code into its own module
2023-11-15 15:14:32 -06:00
J. Nick Koston
000683d29c
lint
2023-11-15 15:13:55 -06:00
J. Nick Koston
e628fc1e40
Merge branch 'dev' into integration
2023-11-15 14:55:49 -06:00
J. Nick Koston
86b4fdc139
dashboard: Break apart dashboard into separate modules ( #5764 )
...
* Break apart dashboard into seperate modules
* reduce code change
* late imports
* late imports
* preen
* remove accidental changes
* save the file
2023-11-15 13:00:28 -05:00
J. Nick Koston
c3f70867f6
Merge branch 'ping_use_posix_spawn' into integration
2023-11-15 09:29:17 -06:00
J. Nick Koston
7f731a53c8
Merge branch 'dev' into integration
2023-11-15 09:29:13 -06:00
J. Nick Koston
a30c248c93
Ensure posix_spawn is used to execute ping when available
...
We want to avoid the memory copy when possible, and python
will not try posix_spawn unless close_fds=False
https://github.com/rtomayko/posix-spawn#linux
2023-11-15 09:28:25 -06:00
J. Nick Koston
4c894270db
Pass the name to the log runner when available
...
When connecting by IP, by passing the name, we can reconnect quicker
if the device goes offline while running logs since we can use the
zeroconf logic to watch for the device to come back online
2023-11-15 00:54:04 -06:00
J. Nick Koston
20ea8bf06e
dashboard: convert ping thread to use asyncio ( #5749 )
2023-11-14 22:55:33 -06:00
J. Nick Koston
59b5a231a7
Merge branch 'mdns_cache_ping' into integration
2023-11-14 22:19:44 -06:00
J. Nick Koston
c4d3ba3790
lint
2023-11-14 22:17:03 -06:00
J. Nick Koston
5dfb3585af
Merge branch 'dev' into mdns_cache_ping
2023-11-14 22:15:59 -06:00
J. Nick Koston
f8c779c699
Merge branch 'dev' into integration
2023-11-14 22:14:58 -06:00
J. Nick Koston
642db6d92b
Speed up OTAs ( #5720 )
2023-11-14 22:14:37 -06:00
J. Nick Koston
0859535b46
Merge branch 'dev' into integration
2023-11-14 22:13:52 -06:00
Jesse Hills
4aac5a23cd
Merge branch 'release' into dev
2023-11-15 16:13:43 +13:00
Jesse Hills
c536c976b7
Merge pull request #5758 from esphome/bump-2023.11.0
...
2023.11.0
2023.11.0
2023-11-15 16:11:18 +13:00
J. Nick Koston
214b419db2
dashboard: Use mdns cache when available if device connection is OTA ( #5724 )
...
* Use mdns or freshen cache when device connection is OTA
Since we already have a service browser running, we likely
already know the IP of the deivce we want to connect to so
we can replace OTA with the address to avoid the esphome
app having to look it up again
* isort
* Fix zeroconf name resolution refactoring error
HostResolver should get the type as the first arg instead
of the name
* no i/o
* tornado support native coros
* lint
* use new tornado start methods
* use new tornado start methods
* use new tornado start methods
* break
* lint
* lint
* typing, missing awaits
* io in executor
* missed one
* fix: missing if
* stale comment
* rename run_command to build_device_command since it does not actually run anything
2023-11-14 21:21:44 -05:00
Jesse Hills
0c18872888
Bump version to 2023.11.0
2023-11-15 14:13:39 +13:00
Jesse Hills
197b6b4275
Merge pull request #5756 from esphome/bump-2023.11.0b7
...
2023.11.0b7
2023.11.0b7
2023-11-15 13:19:48 +13:00
Jesse Hills
4e8bdc2155
Bump version to 2023.11.0b7
2023-11-15 12:45:03 +13:00
Jesse Hills
f1e8622187
Dont dump wifi info when disabled ( #5755 )
2023-11-15 12:45:02 +13:00
Jesse Hills
e0c7a02fbc
Allow setup to continue past mqtt if network/wifi is disabled ( #5754 )
2023-11-15 12:45:02 +13:00
Jimmy Hedman
cdcb25be8e
Make precommit checks happy ( #5751 )
2023-11-15 12:38:36 +13:00
Jesse Hills
aecc6655db
Dont dump wifi info when disabled ( #5755 )
2023-11-14 21:57:25 +00:00
Jesse Hills
2754ddec1b
Allow setup to continue past mqtt if network/wifi is disabled ( #5754 )
2023-11-15 10:51:45 +13:00
J. Nick Koston
6a975c15ef
Merge branch 'mdns_cache_ping' into integration
2023-11-14 13:49:42 -06:00
J. Nick Koston
3df62326e5
fix base exception shadowing exception
2023-11-14 13:48:29 -06:00
J. Nick Koston
afdb371b86
Merge branch 'mdns_cache' into integration
2023-11-14 13:47:20 -06:00
J. Nick Koston
a4545863ce
rename run_command to build_device_command since it does not actually run anything
2023-11-14 13:45:54 -06:00
Jesse Hills
2a20a5fc11
Merge pull request #5750 from esphome/bump-2023.11.0b6
...
2023.11.0b6
2023.11.0b6
2023-11-14 16:16:11 +13:00
Jesse Hills
7100d073f8
Bump version to 2023.11.0b6
2023-11-14 14:32:41 +13:00