1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-27 06:28:31 +00:00

Custom component -> Custom integration (#75404)

This commit is contained in:
Franck Nijhof
2022-07-18 22:10:22 +02:00
committed by GitHub
parent 3144d179e0
commit 7adb0f0ef5
12 changed files with 13 additions and 13 deletions

View File

@@ -96,7 +96,7 @@ def report_integration(
index = found_frame.filename.index(path)
if path == "custom_components/":
extra = " to the custom component author"
extra = " to the custom integration author"
else:
extra = ""