Get the weather of a location
Neuron documentation
- name: "get-the-weather" signals: - order: "quel temps fait-il à {{location}}" neurons: - openweathermap: api_key: "{{owm_api}}" lang: "fr" temp_unit: "celsius" country: "FR" location: "{{location}}" 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"