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:
@@ -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 = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user