Battery level IFTTT notification

I am trying to configure notification about low battery level, but it does not work. Every time I reboot HA, I receive notification. Just to troubleshoot, I tried to send the battery level with notification, but i receive code instead of the number. This is what I configured:

- action:
  - data:
      event: Status_Change_Notification
      value1: "Test: {{ states.zwave.aeotec_dsb45_water_sensor.attributes.battery_level.state }}"
#      value1: Time to Replace Water Sensor Batteries
    service: ifttt.trigger
  alias: 'Water Sensor Batteries Alert'
  id: '1499707625055'
  trigger:
    - platform: numeric_state
      entity_id: binary_sensor.aeotec_dsb45_water_sensor_sensor
      value_template: '{{ state.attributes.battery_level | default(0) | int }}'
      below: 90

The level is 100% now, but I receive notification every time I restart HA. Notification says:

Test: {{ states.zwave.aeotec_dsb45_water_sensor.attributes.battery_level.state }}

Can someone help me with this?

@onlize, just change

value1: "Test: {{ states.zwave.aeotec_dsb45_water_sensor.attributes.battery_level.state }}"

into

value1: "Test: {% raw %} {{ states.zwave.aeotec_dsb45_water_sensor.attributes.battery_level.state }} {% endraw %}"

Sorry, but now I receive exactly this:

Test: {% raw %} {{ states.zwave.aeotec_dsb45_water_sensor.attributes.battery_level.state }} {% endraw %}

I’m using that to send notifications to my phone with time and date included. The only difference is that I am using ’ ’ instead of " "

hey all
i bought a water leak sensor:
https://nl.aliexpress.com/item/4000334541353.html?spm=a2g0s.9042311.0.0.27424c4dhaYs8C
its use smart_life tuya
its not supported directly to home assistant
but the sensor suppors IFTTT
could you guys help me how i could make it work on my home assistant?
i use message telegram to send things
many thanks