J. Nick Koston
8fc3ffdea9
Merge remote-tracking branch 'upstream/dev' into integration
2025-09-19 22:44:16 -06:00
Jesse Hills
9ea3643b74
[core] os.path -> Path ( #10654 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-09-19 12:59:48 +00:00
J. Nick Koston
2bb64a189d
[dashboard] Transfer DNS/mDNS cache from dashboard to CLI to avoid blocking ( #10685 )
2025-09-18 20:13:13 -05:00
J. Nick Koston
1ffb9d972a
[core] Fix ESP8266 mDNS compilation failure caused by incorrect coroutine priorities ( #10773 )
2025-09-18 13:11:30 +12:00
J. Nick Koston
32e6d079d3
Merge remote-tracking branch 'upstream/dev' into integration
2025-09-17 17:25:21 -05:00
J. Nick Koston
11c595bb09
[mqtt] Fix KeyError when MQTT logging configured without explicit level ( #10774 )
2025-09-18 07:38:02 +12:00
J. Nick Koston
27fa18dcec
[core] Fix clean build files to properly clear PlatformIO cache ( #10754 )
2025-09-17 08:09:35 +12:00
J. Nick Koston
22989592f0
[wizard] Fix KeyError when running wizard with empty OTA password ( #10753 )
2025-09-17 07:56:54 +12:00
J. Nick Koston
c0306f3d89
Merge branch 'no_git_opts_log' into integration
2025-09-16 12:18:22 -05:00
J. Nick Koston
d249e54e8b
cleanup, less mocking
2025-09-16 12:08:18 -05:00
J. Nick Koston
c74777098f
cleaner
2025-09-16 12:05:35 -05:00
J. Nick Koston
edd8fa8d6f
cleaner
2025-09-16 12:02:57 -05:00
J. Nick Koston
c39320c515
fixes
2025-09-16 11:57:10 -05:00
J. Nick Koston
8e13335ff6
fixes
2025-09-16 11:49:36 -05:00
J. Nick Koston
34da6d7c5c
Merge branch 'fix_clean_build_files_not_removing_platformio_cache' into integration
2025-09-16 10:52:02 -05:00
J. Nick Koston
cb73396225
review
2025-09-16 10:51:50 -05:00
J. Nick Koston
db24cc231e
Merge branch 'fix_clean_build_files_not_removing_platformio_cache' into integration
2025-09-16 10:50:06 -05:00
J. Nick Koston
bc73346f1f
[core] Fix clean build files to properly clear PlatformIO cache
2025-09-16 10:49:05 -05:00
J. Nick Koston
4859fe67eb
[dashboard] Fix archive handler to properly delete build folders using correct path ( #10724 )
2025-09-16 11:04:35 +12:00
J. Nick Koston
c3736da9fb
Merge branch 'archive_bug' into integration
2025-09-15 17:44:54 -05:00
J. Nick Koston
f91a6979b4
add more coverage to make sure we are more careful about deletes
2025-09-15 17:37:35 -05:00
J. Nick Koston
f3c156ca57
add more coverage to make sure we are more careful about deletes
2025-09-15 17:29:51 -05:00
J. Nick Koston
623878a9c3
Merge branch 'dev' into dashboard_dns_lookup_delay
2025-09-14 21:28:46 -05:00
J. Nick Koston
bd9dc43e59
Add additional coverage ahead of Path conversion ( #10723 )
2025-09-15 13:33:15 +12:00
J. Nick Koston
54a170242c
Merge branch 'dev' into dashboard_dns_lookup_delay
2025-09-14 17:37:29 -05:00
J. Nick Koston
35dce3c80d
Add additional test coverage ahead of Path conversion ( #10700 )
2025-09-15 09:31:38 +12:00
J. Nick Koston
3909d271f7
Merge remote-tracking branch 'upstream/dev' into dashboard_dns_lookup_delay
2025-09-12 16:34:34 -05:00
Markus
d3592c451b
[core] fix upload to device via MQTT IP lookup (e.g. when mDNS is disable) ( #10632 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
Co-authored-by: J. Nick Koston <nick+github@koston.org >
2025-09-12 16:31:53 -05:00
J. Nick Koston
24eb33a1c0
Add additional dashboard and main tests ( #10688 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-13 09:04:56 +12:00
J. Nick Koston
4390fd80a3
Add additional coverage for util and writer ( #10683 )
2025-09-12 17:04:51 +12:00
J. Nick Koston
4813c5134e
[tests] Add upload_program and show_logs test coverage to prevent regressions ( #10684 )
2025-09-12 17:04:22 +12:00
J. Nick Koston
b416f7c1fb
fixes
2025-09-11 19:05:31 -05:00
J. Nick Koston
fd9df3a629
fixes
2025-09-11 19:02:33 -05:00
J. Nick Koston
7dcedbae09
fixes
2025-09-11 19:00:31 -05:00
J. Nick Koston
158236f819
preen
2025-09-11 18:51:44 -05:00
J. Nick Koston
bc9d16289e
Fix dashboard dns lookup delay
2025-09-11 18:25:06 -05:00
J. Nick Koston
4d3405340d
Fix dashboard dns lookup delay
2025-09-11 18:21:01 -05:00
J. Nick Koston
ac0cd946f0
Add comprehensive tests for choose_upload_log_host to prevent regressions ( #10679 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-09-12 08:51:58 +12:00
J. Nick Koston
c45efe8f40
Add additional coverage for yaml_util ( #10674 )
2025-09-11 17:01:11 +12:00
J. Nick Koston
10aae33979
Improve coverage for various core modules ( #10663 )
2025-09-10 08:17:34 -05:00
Jonathan Swoboda
e218f16f0f
Allow both files and directories to be passed to update-all ( #10575 )
...
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-09-09 18:06:59 -05:00
J. Nick Koston
148fa698cc
Fix DNS resolution inconsistency between logs and OTA operations ( #10595 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-09-08 10:25:22 +12:00
Maxim Raznatovski
c03d978b46
[wizard] extend the wizard dashboard API to allow upload and empty config options ( #10203 )
2025-09-04 14:02:49 +12:00
J. Nick Koston
d1276dc6df
[core] Replace magic coroutine priority numbers with self-documenting CoroPriority enum ( #10518 )
2025-09-02 21:41:50 +00:00
J. Nick Koston
6d834c019d
Fix incorrect entity count due to undefined execution order with globals ( #10497 )
2025-09-01 13:01:15 +12:00
J. Nick Koston
ca19959d7c
[core] Improve error reporting for entity name conflicts with non-ASCII characters ( #10329 )
2025-08-25 08:11:54 +12:00
J. Nick Koston
8ea1a3ed64
[core] Trigger clean build when components are removed from configuration ( #10235 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-08-15 10:50:03 +12:00
Jesse Hills
6a8722f33e
[entity] Allow `device_id
` to be blank on entities ( #10217 )
2025-08-14 09:42:11 +12:00
J. Nick Koston
82b7c1224c
[core] Improve entity duplicate validation error messages ( #10184 )
2025-08-12 09:58:51 +12:00
Clyde Stubbs
b1b0638fab
[config] Fix reversion of excessive yaml output after error ( #10043 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-08-02 22:35:52 -10:00