1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 04:50:05 +00:00

Add migration logic to assist_pipeline (#115172)

This commit is contained in:
Paulus Schoutsen
2024-04-08 11:29:55 -04:00
committed by GitHub
parent cbaef096fa
commit f9a7e6bb9f
8 changed files with 122 additions and 7 deletions

View File

@@ -156,6 +156,8 @@ IGNORE_VIOLATIONS = {
("websocket_api", "lovelace"),
("websocket_api", "shopping_list"),
"logbook",
# Temporary needed for migration until 2024.10
("conversation", "assist_pipeline"),
}