diff --git a/docs/dev/engine_overview.rst b/docs/dev/engine_overview.rst index e950ae667..5111f50d3 100644 --- a/docs/dev/engine_overview.rst +++ b/docs/dev/engine_overview.rst @@ -311,3 +311,28 @@ the parameter ``template`` must be set to the desired type. address.postcode postcode of object address.country country of object ========================= ===================================================== + + + .. list-table:: Parameter of the **weather** media type + :header-rows: 2 + :width: 100% + + * - result parameter + - Python type + - information + + * - template + - :py:class:`str` + - is set to ``weather.html`` + + * - location + - :py:class:`str` + - name of the location + + * - currently + - :py:class:`dict` + - current weather data + + * - forecast + - :py:class:`List `\ [\ :py:class:`dict`\ ] + - weather forecast data