Homeassistant.reload_config_entry doesn’t work anymore

homeassistant.reload_config_entry doesn’t work anymore.
It gives the error no target set even if the target is the same. It has stopped working since 2026.4.1

Even if you click on the integration to reload. It was ok since a few versions ago.

Please don’t post pictures of yaml code - paste the yaml code directly.

I had to zoom all the way in to spot your issue. homeassistant.reload_config_entry requires an entry_id, but you’re using an entity_id in your automation.

The below is from my own (working) automation to reload the Bring integration.

  - action: homeassistant.reload_config_entry
    data:
      entry_id: 3080e6df9e7ec8a9bdc9dfc966158e03

I’m not sure why you’re saying your automation was ok since a few versions ago. I’m still on 2026.2 and can guarantee that your automation never validated correctly if you were using entity_id instead of entry_id:

1 Like

I’m Sorry

This Is the yaml code

action: homeassistant.reload_config_entry
metadata: {}
data:
entry_id: 01KF6A6YRPDWAR6WGH6W2HMN07

Also with entry id it is not working. As well in Yaml as in visual editor. Even if you click on the good entry since a couple of versions it gives back an error.