From 74335a57a81a46632eef1b6562cd173beca3908a Mon Sep 17 00:00:00 2001 From: Bouwe Westerdijk <11290930+bouwew@users.noreply.github.com> Date: Thu, 7 Nov 2019 11:32:55 +0100 Subject: [PATCH] Plugwise docs updated to match pull-request #28237 (#11004) * Updated to match pull-request #28237 * Updated according to review comments --- source/_integrations/plugwise.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/_integrations/plugwise.markdown b/source/_integrations/plugwise.markdown index 8f16749cfa7..6bbfcdf1149 100644 --- a/source/_integrations/plugwise.markdown +++ b/source/_integrations/plugwise.markdown @@ -26,6 +26,7 @@ climate: password: YOUR_SHORT_IP host: YOUR_SMILE_LOCAL_IP ``` +**Please note**: for a legacy Anna (firmware 1.8.x) an additional line is required, see below, this line is not needed for a more recent Anna (firmware 3.1.x). {% configuration %} password: @@ -51,6 +52,11 @@ port: required: false type: integer default: 80 +legacy_anna: + description: Indicate that the Anna is a legacy unit + required: false + type: boolean + default: false min_temp: description: If you want to adjust the lower boundary, the integration will not allow temperatures below the set value. required: false @@ -72,6 +78,7 @@ climate: password: YOUR_SHORT_ID host: YOUR_SMILE_LOCAL_IP port: YOUR_SMILE_PORT_NUMBER + legacy_anna: true min_temp: YOUR_MINIMAL_TARGET_TEMPERATURE max_temp: YOUR_MAXIMAL_TARGET_TEMPERATURE ```