Add vera config entries support#29880
Add vera config entries support#29880MartinHjelmare merged 21 commits intohome-assistant:devfrom vangorra:vangorra_vera_config_entries
Conversation
MartinHjelmare
left a comment
There was a problem hiding this comment.
We also need tests for the config flow.
|
Added the |
|
Thank you for your contribution thus far! 🎖 Since this is a significant contribution, we would appreciate you'd added yourself to the list of code owners for this integration. ❤️ Please, add your GitHub username to the For more information about "code owners", see: Architecture Decision Record 0008: Code owners. |
|
@frenck What sorts of documentation are needed? This change only adds config entries support, it doesn't change the config structure for the component. |
|
@vangorra I think the smartthings integration documentation is a good example for that. |
|
The vera integration already has sufficient documentation here: https://www.home-assistant.io/integrations/vera/ |
|
What additional changes are needed? The documentation request is not particularly clear. |
|
You would want to add that is is available as an integration like the smartthings example provided earlier. |
|
There hasn't been any activity on this pull request recently. This pull request has been automatically marked as stale because of that and will be closed if no further activity occurs within 7 days. |
MartinHjelmare
left a comment
There was a problem hiding this comment.
Please rebase on latest dev branch.
Addressing PR feedback regarding creation of controller and scheduling of async config flow actions.
Fixing some PR feedback.
PR feedback changes.
Disabling config through UI if config is provided from a file. More tests to account for these adjustments.
Adding more tests.
Addressing additional PR feedback.
Addressing feedback.
|
I'm sorry, I can't determine - will the integration import existing yaml configs? Will entity id's be the same with the integration as they were with yaml configs? If not, and there is no way to migrate, I hope this gets extra bold notes in the breaking changes because people with large Z-wave networks will need to plan for such a big change. |
|
This integration WILL import existing yaml configs. Entity ids WILL remain the same as they always have. No breaking changes. |
Breaking Change:
None
Description:
Adding config entries support to vera component.
Related issue (if applicable): None
Pull request with documentation for home-assistant.io (if applicable): home-assistant/home-assistant.io#11663
Checklist:
tox. Your PR cannot be merged unless tests passIf user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
python3 -m script.hassfest.requirements_all.txtby runningpython3 -m script.gen_requirements_all..coveragerc.If the code does not interact with devices: