Improve formatting in core files (#135256)

* Adjust core files formatting

* Adjust translations script
This commit is contained in:
epenet
2025-01-10 09:08:37 +01:00
committed by GitHub
parent 823feae0f9
commit 5df7092f41
20 changed files with 34 additions and 38 deletions

View File

@ -93,7 +93,7 @@ def gather_new_integration(determine_auth: bool) -> Info:
"prompt": (
f"""How will your integration gather data?
Valid values are {', '.join(SUPPORTED_IOT_CLASSES)}
Valid values are {", ".join(SUPPORTED_IOT_CLASSES)}
More info @ https://developers.home-assistant.io/docs/creating_integration_manifest#iot-class
"""