1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-24 18:59:22 +01:00

Only load services.yaml for integrations that have it (#112732)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Paulus Schoutsen
2024-03-11 14:05:32 -04:00
committed by GitHub
parent ec89886fac
commit 145657dc21
7 changed files with 43 additions and 7 deletions

View File

@@ -0,0 +1 @@
"""Provide a mock integration."""

View File

@@ -0,0 +1,4 @@
{
"domain": "test_with_services",
"version": "1.0"
}