Add broader device support backlog and community reporting#2
Open
martinwelen wants to merge 2 commits into
Open
Add broader device support backlog and community reporting#2martinwelen wants to merge 2 commits into
martinwelen wants to merge 2 commits into
Conversation
* docs: add README with setup guide and translation contribution instructions * feat: project scaffolding with constants and CI * feat: API client with full endpoint coverage and tests * chore: add .gitignore and remove cached files * feat: DataUpdateCoordinator for polling control status * feat: config flow with device validation and reconfigure support * feat: integration setup with platform forwarding * feat: climate entity with HVAC modes, presets, and services * feat: sensor entities with auto-calculated energy tracking * feat: binary sensor entities for window, cloud, heating status * feat: switch entities for locks, open window, cloud communication * feat: number entities for calibration, hysteresis, power limits * feat: select entities for predictive heating, display unit, controller * feat: service definitions for vacation mode, weekly program, reboot * style: fix lint errors and rename CannotConnect to CannotConnectError Auto-fixed import sorting, replaced asyncio.TimeoutError with TimeoutError, removed unused imports, and renamed exception class per N818 naming convention. * ci: trigger PR checks * docs: update CLAUDE.md with actual project details Replace template placeholders with real project overview, structure, architecture, conventions, key learnings, and backlog items. * ci: retrigger after PR base change to main * fix: use create=True for frame._hass patch to support older HA versions The _hass attribute may not exist in all HA versions. Using create=True allows the patch to work regardless.
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.
Summary
GET /statusoutputChanges
CLAUDE.md: New backlog item for broader device support via capability-based detectionREADME.md: New section with device support matrix and instructions for community reporting