openweathermap.yml 517 B

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