Compare commits

...

3 Commits

Author SHA1 Message Date
Erik Montnemery 0b75f7ed8c Merge branch 'dev' into exclude_ai_task_from_bootstrap 2026-04-20 13:44:06 +02:00
Erik 1acabe5c06 Update snapshots 2026-04-20 11:48:30 +02:00
Erik 55edd74762 Exclude ai_task from bootstrap 2026-04-20 11:22:05 +02:00
2 changed files with 5 additions and 6 deletions
+5 -2
View File
@@ -238,9 +238,12 @@ DEFAULT_INTEGRATIONS = {
"timer",
#
# Base platforms:
# Note: Calendar and todo are not included to prevent them from registering
# Note:
# - AI task is not included to not give the perception that AI functionality
# is mandatory with Home Assistant.
# - Calendar and todo are not included to prevent them from registering
# their frontend panels when there are no calendar or todo integrations.
*(BASE_PLATFORMS - {"calendar", "todo"}),
*(BASE_PLATFORMS - {"ai_task", "calendar", "todo"}),
#
# Integrations providing triggers and conditions for base platforms:
"air_quality",
-4
View File
@@ -1,7 +1,6 @@
# serializer version: 1
# name: test_setting_up_config[False]
set({
'ai_task',
'air_quality',
'alarm_control_panel',
'analytics',
@@ -65,7 +64,6 @@
'logger',
'lovelace',
'media_player',
'media_source',
'moisture',
'motion',
'network',
@@ -109,7 +107,6 @@
# ---
# name: test_setting_up_empty_config[False]
set({
'ai_task',
'air_quality',
'alarm_control_panel',
'analytics',
@@ -172,7 +169,6 @@
'logger',
'lovelace',
'media_player',
'media_source',
'moisture',
'motion',
'network',