- ---
- - name: "get-the-weather"
- neurons:
- - openweathermap:
- api_key: "your-api"
- lang: "fr"
- temp_unit: "celsius"
- location : "grenoble"
- country: "FR"
- say_template:
- - "Aujourd'hui a {{ location }} le temps est {{ weather_today }} avec une température de {{ temp_today_temp }} degrés et demain le temps sera {{ weather_tomorrow }} avec une température de {{ temp_tomorrow_temp }} degrés"
- signals:
- - order: "quel temps fait-il "
|