Skip to content

Commit 0769efe

Browse files
committed
add comment
1 parent 41e36ea commit 0769efe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

custom_components/pyscript/config_flow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ async def async_step_user(self, user_input: Dict[str, Any] = None) -> Dict[str,
3333

3434
async def async_step_import(self, import_config: Dict[str, Any] = None) -> Dict[str, Any]:
3535
"""Import a config entry from configuration.yaml."""
36+
# Convert OrderedDict to dict
3637
import_config = json.loads(json.dumps(import_config))
3738

3839
# Check if import config entry matches any existing config entries

0 commit comments

Comments
 (0)