1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-14 17:08:22 +00:00

5890 Commits

Author SHA1 Message Date
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
Jesse Hills
c1eb5bd675
Bump version to 2023.11.0b5 2023-11-13 15:26:04 +13:00
Jesse Hills
a9772ebf3f
Handle wake word not set up internally (#5738) 2023-11-13 15:26:04 +13:00
J. Nick Koston
ae31d75cbd
Merge branch 'remove_codecs' into integration 2023-11-12 18:40:42 -06:00
J. Nick Koston
459eada170
dashboard: remove usage of codecs module
codecs is legacy, encode and decode are now built-in to
str and bytes objects
2023-11-12 18:39:45 -06:00
J. Nick Koston
d41858ee5f
M#erge branch 'mdns_cache' into integration 2023-11-12 18:29:25 -06:00
J. Nick Koston
a480f910fa
missed one 2023-11-12 18:29:15 -06:00
J. Nick Koston
9c1b9547ec
Merge branch 'run_get_serial_ports_executor' into integration 2023-11-12 18:21:05 -06:00
J. Nick Koston
f818b19d38
use asyncio since as of tornado 6.0 the loop is just a wrapper around it anyways 2023-11-12 18:20:49 -06:00
J. Nick Koston
72c673bca2
Merge branch 'run_get_serial_ports_executor' into integration 2023-11-12 18:18:55 -06:00
J. Nick Koston
a29d04fda3
Merge branch 'mdns_cache' into integration 2023-11-12 18:18:47 -06:00
J. Nick Koston
cad53556a5
dashboard: Run get_serial_ports in the executor
get_serial_ports does blocking I/O and should not be running
in tornado event loop
2023-11-12 18:17:17 -06:00
Jesse Hills
45276cc244
Handle wake word not set up internally (#5738) 2023-11-13 11:48:26 +13:00
Jesse Hills
a9a17ee89d
Merge pull request #5737 from esphome/bump-2023.11.0b4
2023.11.0b4
2023.11.0b4
2023-11-13 11:25:42 +13:00
Jesse Hills
f094702a16
Bump version to 2023.11.0b4 2023-11-13 10:23:28 +13:00
J. Nick Koston
908f56ff46
Bump zeroconf to 0.123.0 (#5736) 2023-11-13 10:23:28 +13:00
J. Nick Koston
bd5905c59a
Migrate to using aioesphomeapi for the log runner to fix multiple issues (#5733) 2023-11-13 10:23:28 +13:00
dependabot[bot]
91299f05f7
Bump aioesphomeapi from 18.2.7 to 18.4.0 (#5735)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-13 10:23:27 +13:00
Mike La Spina
30e5ff9fff
Missed ifdefs (#5727) 2023-11-13 10:23:27 +13:00
J. Nick Koston
163b38e153
Fix zeroconf name resolution refactoring error (#5725) 2023-11-13 10:23:27 +13:00
Jesse Hills
3b486084c8
Add resistance_sampler interface for config validation (#5718) 2023-11-13 10:23:27 +13:00
Jimmy Hedman
684cf10230
Bump Arduino Pico Framework to 3.6.0 and Platform to 1.10.0 (#5731) 2023-11-13 07:28:02 +13:00
J. Nick Koston
63a277ba80
Bump zeroconf to 0.123.0 (#5736) 2023-11-13 07:20:34 +13:00
J. Nick Koston
1bd90e4f51
io in executor 2023-11-11 22:50:41 -06:00
J. Nick Koston
1fa2c81d19
Merge branch 'dev' into mdns_cache 2023-11-11 20:34:17 -06:00
J. Nick Koston
53f3385c49
Migrate to using aioesphomeapi for the log runner to fix multiple issues (#5733) 2023-11-12 14:36:56 +13:00
J. Nick Koston
26d0f0ebea
typing, missing awaits 2023-11-11 18:38:48 -06:00
J. Nick Koston
b047038adb
lint 2023-11-11 18:33:28 -06:00