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

Closed
wants to merge 1 commit into from
Closed

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.
@chemelli74
Copy link
Collaborator

Task too risky and complex.
Integration will be added to core with the new domain.

@chemelli74 chemelli74 closed this Mar 13, 2025
@chemelli74 chemelli74 deleted the migrate branch March 13, 2025 16:37
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.

2 participants