1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-14 14:48:18 +00:00

5867 Commits

Author SHA1 Message Date
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
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
Keith Burzinski
1ac6cf2ff9
Generate partitions.csv based on flash size (#5697) 2023-11-14 14:32:41 +13:00
J. Nick Koston
2ee089c9d5
dashboard: Run get_serial_ports in the executor (#5740) 2023-11-14 14:32:41 +13:00
J. Nick Koston
bd568eecf5
dashboard: remove usage of codecs module (#5741) 2023-11-14 14:32:40 +13:00
J. Nick Koston
0eb2299551
Merge branch 'dev' into mdns_cache 2023-11-13 18:50:10 -06:00
J. Nick Koston
430dca253e
Merge branch 'dev' into integration 2023-11-13 18:49:52 -06:00
J. Nick Koston
16073c934c
Merge branch 'dev' into mdns_cache_ping 2023-11-13 18:49:14 -06:00
Keith Burzinski
ae0e481cff
Generate partitions.csv based on flash size (#5697) 2023-11-14 13:47:29 +13:00
J. Nick Koston
f198be39d7
dashboard: Run get_serial_ports in the executor (#5740) 2023-11-14 13:46:51 +13:00
J. Nick Koston
08fc96b890
dashboard: remove usage of codecs module (#5741) 2023-11-14 13:44:49 +13:00
J. Nick Koston
4d98256f92
Merge branch 'mdns_cache_ping' into integration 2023-11-13 18:37:35 -06:00
J. Nick Koston
51a68d0a88
lint 2023-11-13 18:37:02 -06:00
J. Nick Koston
a14d07dab0
Merge branch 'mdns_cache' into integration 2023-11-13 18:32:26 -06:00
J. Nick Koston
98a530fcf0
Merge branch 'mdns_cache' into mdns_cache_ping 2023-11-13 18:32:12 -06:00
J. Nick Koston
c488fe133c
stale comment 2023-11-13 18:31:58 -06:00
J. Nick Koston
85453dbfa9
dashboard: convert ping to use asyncio 2023-11-13 18:29:44 -06:00
J. Nick Koston
6b74c32889
Merge branch 'mdns_cache' into integration 2023-11-13 18:27:57 -06:00
J. Nick Koston
c0251c2e68
fix: missing if 2023-11-13 18:27:49 -06:00
J. Nick Koston
b3a1475426
dashboard: convert ping to asyncio 2023-11-13 18:27:28 -06:00
J. Nick Koston
0a850668b6
Merge branch 'dev' into integration 2023-11-13 17:47:14 -06:00
dependabot[bot]
8c28bea5b1
Bump zeroconf from 0.123.0 to 0.126.0 (#5748)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-13 16:19:15 -06:00
Sergey Dudanov
00eedeb8b3
remote_base: added helper class and schemas (#5169)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-11-14 06:55:36 +13:00
Jimmy Hedman
0a4853ba7b
Correct url for Arduino platform (#5744) 2023-11-14 06:38:08 +13:00
Jesse Hills
3e2b83acb0
Merge pull request #5742 from esphome/bump-2023.11.0b5
2023.11.0b5
2023.11.0b5
2023-11-13 16:37:28 +13:00