Delete some troubleshooting cases because they were already fixed

This commit is contained in:
J. Diego Rodríguez Royo 2025-03-18 18:10:25 +00:00 committed by GitHub
parent 0e3e70230f
commit 6477f493ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1080,19 +1080,6 @@ To solve the above issue, follow these steps:
### Missing options at the "active program" and "selected program" entities
#### Symptom: "On the "active program" and "selected program" entities, I see only one program"
The "active program" and "selected program" entities show only one program at the available options to choose from.
##### Description
This usually happens when the integration has been loaded while the appliance was running a program.
##### Solution
1. Stop the program or wait for it to finish
2. Reload the integration
#### Symptom: "Although I have options, some programs that are available on the app are not in the list of options at the "active program" and "selected program" entities"
Some programs that are available to select on the app, on the physical device or in the diagnostics file from the device are missing at the "active program" and "selected program" entities.
@ -1105,41 +1092,6 @@ If you see programs at the app or the physical device that are missing at the in
The program key needs to be added to the integration. To help with that, you can open an issue at [aiohomeconnect](https://github.com/MartinHjelmare/aiohomeconnect) about the missing program key.
### Symptom: "No program available at "active program" and "selected program" entities but diagnostics return one program"
There are no programs available to select at the "active program" and "selected program" entities, but at the downloaded device diagnostics file, a program is listed.
Example:
```json
{
"data": {
"ha_id": "",
"name": "",
"connected": true,
"status": {
"BSH.Common.Status.OperationState": "BSH.Common.EnumType.OperationState.Run"
},
"programs": [
"A.HomeConnect.Program"
]
}
}
```
#### Description
This issue is a combination of the above issues: the integration was loaded while the appliance was running a program whose key is not recognized by the integration.
#### Solution
To get all the programs available:
1. Stop the program or wait for it to finish
2. Reload the integration
To get the program key recognized by the integration, open an issue at [aiohomeconnect](https://github.com/MartinHjelmare/aiohomeconnect) about the missing program key.
### Symptom: "No programs available at the "active program" and "selected program" entities nor in the diagnostics file"
There are no programs available to select at the "active program" and "selected program" entities, and the downloaded device diagnostics file does not list any programs.