HASS.Agent notifications error

Hello
I am trying to setup notifications to my windows11 hass.agent.
Running the notification test on windows hass agent works.
However, i fail to send notification from HA to hass.agent.

To the config.yaml, I added:
notify:
name: “hass typhoon notifier”
platform: hass_agent_notifier
resource: http://10.0.0.201:5115/notify

and i get this error log:
[custom_components.hass_agent_notifier.notify] Error sending message: HTTPConnectionPool(host=‘10.0.0.201’, port=5115): Max retries exceeded with url: /notify (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f7943cfe0>, ‘Connection to 10.0.0.201 timed out. (connect timeout=10)’))

any clue what i am doing wrong ?
thanks