Need help to automate a restart of a entity every night

Hi
Im pretty new in HA and i need some help with to set a restart of a entity.
I manage to to a restart of HA every night but i cant get a entity to restart.
Anyone have some tips and can guide me ?

Br
Martin

Can you give some more detail please?

What is the entity that needs restarting? Why does it need restarting?

I need too restart Nordpool “sensor.nordpool_kwh_se4_sek_2_00_025” because it always freezer / hangs up in the morning so i have to restart it manuel

You can try the update_entity service:


service: homeassistant.update_entity
target:
  entity_id: …

Thanks for the support - it works :slight_smile: