From dfdeee11fb2c7b5d2ac7dcfb7a3d759036517d43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Diego=20Rodr=C3=ADguez=20Royo?= Date: Tue, 25 Feb 2025 09:02:53 +0100 Subject: [PATCH] Add data updates section to Home Connect (#37665) Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/home_connect.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/home_connect.markdown b/source/_integrations/home_connect.markdown index 9778076a47e..36a0f2acd2c 100644 --- a/source/_integrations/home_connect.markdown +++ b/source/_integrations/home_connect.markdown @@ -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.