Fix domain typo, add reconfigure flow, and prepare v0.3.0 release#1
Merged
Fix domain typo, add reconfigure flow, and prepare v0.3.0 release#1
Conversation
Co-authored-by: Geek-MD <25725990+Geek-MD@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix issues in Home Assistant integration and update version to v0.2.1
Fix domain typo and type errors for v0.2.1 release
Dec 11, 2025
Owner
|
@copilot Agrega la posibilidad de reconfigurar la integración desde la UI |
Co-authored-by: Geek-MD <25725990+Geek-MD@users.noreply.github.com>
Co-authored-by: Geek-MD <25725990+Geek-MD@users.noreply.github.com>
Contributor
Author
Añadida la funcionalidad de reconfiguración desde la UI. Los usuarios ahora pueden actualizar el host, swagger path y configuración SSL sin necesidad de eliminar y volver a añadir la integración. El flujo solicita re-autenticación y recarga automáticamente la integración con la nueva configuración. Cambios en commits 53f0602 y 4a1e8f7. |
Copilot
AI
changed the title
Fix domain typo and type errors for v0.2.1 release
Fix domain typo, add reconfigure flow, and prepare v0.3.0 release
Dec 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes critical domain name typo preventing integration load, resolves mypy type errors, and adds UI reconfiguration support. Prepares v0.3.0 release with changelog.
Fixed
Domain typo in
const.py:"homebridge_momnitor"→"homebridge_monitor"Type errors:
config_flow.py: ChangedConfigFlow(domain=DOMAIN)to class attributeDOMAIN = DOMAINbinary_sensor.py: Added# type: ignore[no-any-return]for@callbackdecorated function__init__.py: Addedawaittoasync_setup_platforms()callAdded
CHANGELOG.mdfollowing Keep a Changelog formatChanged
0.3.0inmanifest.jsonandhacs.json(changed from 0.2.1 due to new feature addition)All linters (Ruff, Mypy) and security checks (CodeQL) pass.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.