https://XXX.duckdns.org/api/services/input_number.set_value?api_password=XXX
JSON POST
{ “entity_id”: “input_number.pool_run_time”, “value”: “{{NumberField}}” }
When using HA Service data and inputing
{ “entity_id”: “input_number.pool_run_time”, “value”: “{{NumberField}}” }
with Numberfield as 10, the slider changes to that value
but when I’m calling it from IFTTT\GA it looks like it called - I can see the notification on HA but nothing changes, any idea?