mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Improve formatting in core files (#135256)
* Adjust core files formatting * Adjust translations script
This commit is contained in:
@ -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
|
||||
"""
|
||||
|
Reference in New Issue
Block a user