1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-12 06:43:48 +01:00

uart grouping

This commit is contained in:
J. Nick Koston
2025-10-08 18:05:49 -10:00
parent 361c8dba36
commit 11298ca485
4 changed files with 18 additions and 126 deletions

View File

@@ -336,7 +336,7 @@ def run_grouped_component_tests(
if buses:
signature = create_grouping_signature({platform: buses}, platform)
# Only add to grouped_components if signature is non-empty
# (empty means only non-groupable buses like UART)
# (empty means component has no groupable bus configurations)
if signature:
grouped_components[(platform, signature)].append(component)