Checklist
What version of Home Assistant Core?
core-2026.3.4
Describe the issue
Panasonic Comfort Cloud integration fails for my Aquarea device.
Home Assistant log shows:
Failed to setup Aquarea: 'NoneType' object has no attribute 'value'
The hub can be created and the login form is accepted, but no devices/entities are created and the integration crashes.
Home Assistant integration page also gives config flow errors / 500 Internal Server Error.
panasonic_cc version: 2025.5.0
Device type: Aquarea
Error/Debug Logs
This error originated from a custom integration.
Logger: custom_components.panasonic_cc
Source: custom_components/panasonic_cc/__init__.py:126
integration: Panasonic Comfort Cloud (documentation, issues)
First occurred: 6:28:30 PM (1 occurrence)
Last logged: 6:28:30 PM
Failed to setup Aquarea: 'NoneType' object has no attribute 'value'
Traceback (most recent call last):
File "/config/custom_components/panasonic_cc/__init__.py", line 126, in async_setup_entry
await aquarea_api_client.login()
File "/usr/local/lib/python3.14/site-packages/aioaquarea/core.py", line 274, in login
await self.__login_production()
File "/usr/local/lib/python3.14/site-packages/aioaquarea/core.py", line 298, in __login_production
auth_state = response.cookies.get("com.auth0.state").value
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'value'
Checklist
What version of Home Assistant Core?
core-2026.3.4
Describe the issue
Panasonic Comfort Cloud integration fails for my Aquarea device.
Home Assistant log shows:
Failed to setup Aquarea: 'NoneType' object has no attribute 'value'
The hub can be created and the login form is accepted, but no devices/entities are created and the integration crashes.
Home Assistant integration page also gives config flow errors / 500 Internal Server Error.
panasonic_cc version: 2025.5.0
Device type: Aquarea
Error/Debug Logs