feat: Add config flow, SSDP discovery, coordinator, sensors v2.0.0#22
Open
MichaelB2018 wants to merge 2 commits into
Open
feat: Add config flow, SSDP discovery, coordinator, sensors v2.0.0#22MichaelB2018 wants to merge 2 commits into
MichaelB2018 wants to merge 2 commits into
Conversation
MichaelB2018
commented
Mar 17, 2026
- Added UI config flow with manual setup and SSDP auto-discovery
- Added options flow for configurable scan interval and motion timeout
- Added DataUpdateCoordinator for centralized polling
- Added temperature sensor and firmware version diagnostic sensor
- Added diagnostics support with sensitive data redaction
- Added device info, entity base class, and English translations
- Migrated from legacy platform setup to modern integration architecture
- Automatic migration from YAML configuration to config entries
- Updated README, CHANGELOG, and hacs.json
- Bumped minimum Home Assistant version to 2024.4.0
- Added UI config flow with manual setup and SSDP auto-discovery - Added options flow for configurable scan interval and motion timeout - Added DataUpdateCoordinator for centralized polling - Added temperature sensor and firmware version diagnostic sensor - Added diagnostics support with sensitive data redaction - Added device info, entity base class, and English translations - Migrated from legacy platform setup to modern integration architecture - Automatic migration from YAML configuration to config entries - Updated README, CHANGELOG, and hacs.json - Bumped minimum Home Assistant version to 2024.4.0
Author
|
Note: This PR also supersedes the open PR #8 (Add device_info and unique_id), which was never merged due to unresolved bugs (KeyError: 'MotionDetectorLogList', missing await on coroutines, NoneType in actions). Everything #8 was attempting is included in this v2.0.0 rewrite: device_info with manufacturer, model, firmware version, and hardware version |
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.