The problem
The Maytag / Whirlpool Integration is failing, the underlying whirlpool-sixth-sense library is attempting to use a client secret that is no longer being accepted by api.whrcloud.com. The integration cannot work if this library cannot pass the correct client secret. Unfortunately, the underlying library also provides poor logging as "Authentication Failed" can mean a lot of things (see Issue Whirlpool Integration "Authentication Failed" #124244). The only fix is to reverse engineer the client secret(s) themselves (which I'm working on).
From my own testing:
auth_url: https://api.whrcloud.com/oauth/token
client_credentials: [{'client_id': 'whirlpool_android', 'client_secret': 'i-eQ8MD4jK4-9DUCbktfg-t_7gvU-SrRstPRGAYnfBPSrHHt5Mc0MFmYymU2E2qzif5cMaBYwFyFgSU6NTWjZg'}, {'client_id': 'Whirlpool_Android', 'client_secret': '784f6b9432727d5967a56e1ac6b125839cb0b789a52c47f450c98b2acaa4fdce'}]
AUTH DEBUG body (first 2000 chars): {"error":"invalid_client","error_description":"Bad client credentials"}
AUTH DEBUG body (first 2000 chars): {"error":"invalid_client","error_description":"Bad client credentials"}
Authentication failed
do_auth ok: False
accountId present: False len: 0
Failed to get account id: 401
Failed to get appliances: 401
Failed to get shared appliances: 401
fetch_appliances ok: False
washer_dryers len: 0
What version of Home Assistant Core has the issue?
core-2025.12.4
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Maytag / Whirlpool
Link to integration documentation on our website
https://www.home-assistant.io/integrations/maytag/
Diagnostics information
The Integration returns only "No appliances found"
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response
The problem
The Maytag / Whirlpool Integration is failing, the underlying whirlpool-sixth-sense library is attempting to use a client secret that is no longer being accepted by api.whrcloud.com. The integration cannot work if this library cannot pass the correct client secret. Unfortunately, the underlying library also provides poor logging as "Authentication Failed" can mean a lot of things (see Issue Whirlpool Integration "Authentication Failed" #124244). The only fix is to reverse engineer the client secret(s) themselves (which I'm working on).
From my own testing:
auth_url: https://api.whrcloud.com/oauth/token
client_credentials: [{'client_id': 'whirlpool_android', 'client_secret': 'i-eQ8MD4jK4-9DUCbktfg-t_7gvU-SrRstPRGAYnfBPSrHHt5Mc0MFmYymU2E2qzif5cMaBYwFyFgSU6NTWjZg'}, {'client_id': 'Whirlpool_Android', 'client_secret': '784f6b9432727d5967a56e1ac6b125839cb0b789a52c47f450c98b2acaa4fdce'}]
AUTH DEBUG body (first 2000 chars): {"error":"invalid_client","error_description":"Bad client credentials"}
AUTH DEBUG body (first 2000 chars): {"error":"invalid_client","error_description":"Bad client credentials"}
Authentication failed
do_auth ok: False
accountId present: False len: 0
Failed to get account id: 401
Failed to get appliances: 401
Failed to get shared appliances: 401
fetch_appliances ok: False
washer_dryers len: 0
What version of Home Assistant Core has the issue?
core-2025.12.4
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Maytag / Whirlpool
Link to integration documentation on our website
https://www.home-assistant.io/integrations/maytag/
Diagnostics information
The Integration returns only "No appliances found"
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response