From f0c265b3b4359e866673954dbcc5a586c7ae51dd Mon Sep 17 00:00:00 2001 From: michaellilanushoober <30565219+michaellilanushoober@users.noreply.github.com> Date: Sun, 30 Jul 2017 17:43:41 +0200 Subject: Guard monitor 'Weather' behind flag 'with_weather' Hide the monitor 'Weather' behind a flag named 'with_weather'. This implies that the dependency on the module 'HTTP' is now optional. The default for 'with_weather' is True since we do not want to break backwards compatibility/user experience. Further moved the effect of the flag with_conduit within the branch of 'with_weather', since that flag only has some effect if 'with_weather' is true. --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 856ccfe..64269fe 100644 --- a/readme.md +++ b/readme.md @@ -160,9 +160,13 @@ Otherwise, you'll need to install them yourself. `with_uvmeter` : Enables UVMeter plugin. The plugin shows UV data for Australia. +`with_weather` +: Support to display weather information. Enables Weather plugin. + `with_conduit` : Use http-conduit for getting weather data enabling support for http proxies. Requires [http-conduit] and [http-types]. + Note that this flag has only an effect if `with_weather` is also set. `all_extensions` : Enables all the extensions above. -- cgit v1.2.3