Bump aioaquarea dependency to 1.0.0 #412
Open
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.
This PR updates the aioaquarea dependency from 0.7.2 to 1.0.0
to fix Auth0 authentication issues and adds new Aquarea-specific
entities for improved control and monitoring.
Problem
Aquarea devices were failing to authenticate due to changes in the
Panasonic Auth0 authentication flow. The aioaquarea library was
updated on October 23, 2025 (v1.0.0) to address this issue with a
refactored authentication system.
Changes
Dependency Updates
requirements.txt: aioaquarea==0.7.2 → 1.0.0manifest.json: aioaquarea==0.7.2 → 1.0.0Code Quality Improvements
aquarea_coorinators→aquarea_coordinatorsNonechecks for temperature valuesNew Aquarea Entities
This PR adds extensive support for Panasonic Aquarea heat pumps:
Number Entities (per zone):
number.zone_{id}_heat_target– Set heat target temperaturenumber.zone_{id}_cool_target– Set cool target temperatureSensor Entities (diagnostic):
sensor.pac_pump_duty– Pump duty percentagesensor.pac_direction– Water flow directionsensor.pac_device_mode_status– Device status (NORMAL/DEFROST)sensor.pac_fault_status– Fault statusSelect Entities (control):
select.pac_special_status– ECO/COMFORT/NORMAL modesselect.pac_powerful_time– Powerful mode duration (OFF/30min/60min/90min)Climate Entities (improved):
Technical Details
getattr()Nonehandling for optional temperature valuesTesting
Breaking Changes
None — this is a backward-compatible update.
Related