mirror of
https://github.com/esphome/esphome.git
synced 2025-10-15 23:17:54 +02:00
fixes
This commit is contained in:
parent
6614bed61b
commit
7ae97cc13f
@ -261,7 +261,9 @@ def main() -> int:
|
|||||||
isolated_count = sum(
|
isolated_count = sum(
|
||||||
1
|
1
|
||||||
for comp in all_batched_components
|
for comp in all_batched_components
|
||||||
if comp in ISOLATED_COMPONENTS or comp in non_groupable
|
if comp in ISOLATED_COMPONENTS
|
||||||
|
or comp in non_groupable
|
||||||
|
or (directly_changed and comp in directly_changed)
|
||||||
)
|
)
|
||||||
groupable_count = actual_components - isolated_count
|
groupable_count = actual_components - isolated_count
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user