Fix config entries not recovering from IP address changes in Midea - #179737
Fix config entries not recovering from IP address changes in Midea#179737chemelli74 wants to merge 1 commit into
Conversation
|
Hey there @rokam, @caibinqing, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
|
@chemelli74 I think you can create a repair to prompt for new IP if the IP isn't auto discovered. What do you think about this? |
Looks like a good idea, but I'm not sure it's allowed. |
|
Should this not be a discovery flow?
That would trigger if the entity would be turned off, doesn't sound like a good idea. |
Unfortunately the device won't send any data until force a discover(), so I don't think discovery applies |
|
It does sound like you speak about dhcp which can be used for discovery flows. |
Unfortunately not as you will have a infinite list of MAC addresses taking into account Midea is used by 15+ brands; and not all device for the same brand use this protocol 🙃 |
Proposed change
Fix config entries not recovering from IP address changes in Midea
Type of change
Additional information
Checklist
ruff format homeassistant tests)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest.requirements_all.txt.Updated by running
python3 -m script.gen_requirements_all.To help with the load of incoming pull requests: