Skip to content

Fix Xiaomi Miio flow unique_id for non discovery flows#47222

Merged
frenck merged 3 commits into
home-assistant:devfrom
starkillerOG:patch-43
Mar 1, 2021
Merged

Fix Xiaomi Miio flow unique_id for non discovery flows#47222
frenck merged 3 commits into
home-assistant:devfrom
starkillerOG:patch-43

Conversation

@starkillerOG
Copy link
Copy Markdown
Contributor

@starkillerOG starkillerOG commented Mar 1, 2021

Breaking change

Proposed change

Attempt 2 to fix Miio import

Type of change

  • Dependency upgrade
  • Bugfix (non-breaking change which fixes an issue)
  • New integration (thank you!)
  • New feature (which adds functionality to an existing integration)
  • Breaking change (fix/feature causing existing functionality to break)
  • Code quality improvements to existing code or addition of tests

Example entry for configuration.yaml:

# Example configuration.yaml

Additional information

Checklist

  • The code change is tested and works locally.
  • Local tests pass. Your PR cannot be merged unless tests pass
  • There is no commented out code in this PR.
  • I have followed the development checklist
  • The code has been formatted using Black (black --fast homeassistant tests)
  • Tests have been added to verify that the new code works.

If user exposed functionality or configuration variables are added/changed:

If the code communicates with devices, web services, or third-party tools:

  • The manifest file has all fields filled out correctly.
    Updated and included derived files by running: python3 -m script.hassfest.
  • New or updated dependencies have been added to requirements_all.txt.
    Updated by running python3 -m script.gen_requirements_all.
  • Untested files have been added to .coveragerc.

The integration reached or maintains the following Integration Quality Scale:

  • No score or internal
  • 🥈 Silver
  • 🥇 Gold
  • 🏆 Platinum

To help with the load of incoming pull requests:

@probot-home-assistant
Copy link
Copy Markdown

This pull request needs to be manually signed off by @home-assistant/core before it can get merged.
(message by ReviewEnforcer)

@probot-home-assistant
Copy link
Copy Markdown

Hey there @rytilahti, @syssi, mind taking a look at this pull request as its been labeled with an integration (xiaomi_miio) you are listed as a codeowner for? Thanks!
(message by CodeOwnersMention)

@MartinHjelmare MartinHjelmare changed the title Fix Miio import Fix Xiaomi Miio import Mar 1, 2021
@frenck
Copy link
Copy Markdown
Member

frenck commented Mar 1, 2021

This should not be needed, as user setups always override discovery.

Additionally, the issue that was tried to fix here, turned out not to be an issue.

@starkillerOG I suggest on closing this PR.

Comment thread homeassistant/components/xiaomi_miio/config_flow.py Outdated
@starkillerOG
Copy link
Copy Markdown
Contributor Author

As frenck mentioned, this turned out not to be an issue but some unrelated network problem.
Therefore closing this PR.

@starkillerOG starkillerOG reopened this Mar 1, 2021
Copy link
Copy Markdown
Member

@MartinHjelmare MartinHjelmare left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@starkillerOG
Copy link
Copy Markdown
Contributor Author

@frenck @MartinHjelmare note that this function is used for both the import, discovery and user flow (they all use this same code).
I am not sure what the effect of raise_on_progress=False will be.

Schould we distinguis between import, discovery and user flows, or can they all have raise_on_progress=False

@MartinHjelmare MartinHjelmare changed the title Fix Xiaomi Miio import Fix Xiaomi Miio flow unique_id for non discovery flows Mar 1, 2021
@MartinHjelmare
Copy link
Copy Markdown
Member

Import and user should not raise on progress. Discovery should raise on progress (the default).

@starkillerOG
Copy link
Copy Markdown
Contributor Author

@MartinHjelmare on a unrelated note,
The final two PRs to finish the Miio config flow are ready:
#47161
#46964

I am guessing they have to wait untill the next HomeAssistant version, or can they still be incorperated in the beta?

@starkillerOG
Copy link
Copy Markdown
Contributor Author

Import and user should not raise on progress. Discovery should raise on progress (the default).

Alright, just a moment, I will adjust this

@MartinHjelmare
Copy link
Copy Markdown
Member

I think they can wait for the next cycle.

@MartinHjelmare
Copy link
Copy Markdown
Member

We don't need to adjust anything. The discovery flow has already set unique_id.

@starkillerOG
Copy link
Copy Markdown
Contributor Author

@MartinHjelmare yea you are right, stupid of me

@frenck frenck added this to the 2021.3.0 milestone Mar 1, 2021
@frenck frenck merged commit 084cfa4 into home-assistant:dev Mar 1, 2021
@github-actions github-actions Bot locked and limited conversation to collaborators Mar 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Discovered Xiaomi Miio device not recognizable

7 participants