Intent script of current weather

Hi,
I want to write an intent script that tell the current weather.
I tried a few things, like this, with no luck:

# Current Weather
CurrentWeather:
  speech:
    type: plain
    text: 'the weather is {{ states("sensor.dark_sky_temperature") }}'

This on gives me “the weather is unknown”