Siemens Home Connect Integration not working as expected

@arrows : Do you have an example for how the device ID’s look like and a screenshot at which page you find it? I can’t get it to work over here.

Sure. Here’s my automation YAML:

alias: System - reload integrations
description: ""
trigger:
  - platform: time
    at: "05:00:00"
  - platform: time
    at: "17:00:00"
condition: []
action:
  - service: homeassistant.reload_config_entry
    data: {}
    target:
      device_id:
        - ccdbcf4d70a56967fced448f1ea99369
        - 53ebed04db2b4738495b9885ce4ef2f7
        - 599c9a121d93d9db9f62eebafbde2d22
  - service: homeassistant.reload_config_entry
    data: {}
    target:
      device_id:
        - 02aecedb4925e13b7d933660c0fe51a1
        - 5cc4acc26fe40a3a4713047880cd4958
mode: single

I found the device IDs at the end of the URL for each device in the Devices area, like this:

But actually I see it’s even EASIER now - you don’t have to find those device IDs at all. The item selector in the automation action can pick them up. Take a look in the regular non-YAML view of the automation. This is the “call service” action:

That works, thanks! I was thinking way to complicated

Same at here - washing mashine Siemenes iQ800 is not updating. Ovens 2x NEFF is working like a charm.