Add data updates section to Home Connect (#37665)

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
J. Diego Rodríguez Royo 2025-02-25 09:02:53 +01:00 committed by GitHub
parent 472ed0b048
commit dfdeee11fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -168,3 +168,9 @@ Changes a setting.
| `device_id` | no | Id of a device associated with the home appliance. |
| `key` | no | Key of the setting. |
| `value` | no | Value of the setting. |
## Data updates
This integration uses server-sent events from the Home Connect API to receive live updates from the appliances.
When the configuration entry is loaded or after a streaming error (for example after disconnection), the integration will request all data (such as appliance info, available commands, programs, settings, and status) for all appliances.
If a new appliance is added to the account, the integration will request data for the new appliance and expose the related entities automatically.