openweathermap.yml 516 B

12345678910111213
  1. ---
  2. - name: "get-the-weather"
  3. signals:
  4. - order: "quel temps fait-il"
  5. neurons:
  6. - openweathermap:
  7. api_key: "your-api"
  8. lang: "fr"
  9. temp_unit: "celsius"
  10. location : "grenoble"
  11. country: "FR"
  12. say_template:
  13. - "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"