Integracja Growatt - padła

Na szybko znalezione w internecie:

rest_command:
  reload_integration:
    url: http://[IP]:8123/api/config/config_entries/entry/[Config Entry]/reload 
    method: POST
    headers:
      authorization: 'Bearer [Long-Lived Access Token]’
      content-type: 'application/json'

Generalnie chodzi o wywołanie takiego zapytania:

curl: -X POST\
     -H "Authorization: Bearer MY_TOKEN" \
     -H "Content-Type: application/json" \
 http://192.168.0.18:8123/api/config/config_entries/entry/MY_INTEGRATION_ID/reload

Edit:
wiedziałem, że to już było omawiane na forum - Jak w NR wymusić reload określonej integracji?

1 polubienie