Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add configs migrate #86

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

add configs migrate #86

wants to merge 1 commit into from

Conversation

wuwentao
Copy link
Owner

PR Description

only add configs migrate now
still have more jobs to do.....

Reason & Detail

Related issue

fix #X

@wuwentao wuwentao marked this pull request as draft June 14, 2024 10:32
migrate = []
if os.path.exists(self.hass.config.path(OLD_STORAGE_PATH)):
# new domain dir exist, mv old configs to new domain dir
for item in os.listdir(OLD_STORAGE_PATH):

Check failure

Code scanning / CodeQL

Suspicious unused loop iteration variable Error

For loop variable 'item' is not used in the loop body.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant