From c409cc5ff588fd125922ca6299e7f6337131ccd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ab=C3=ADlio=20Costa?= Date: Sat, 15 Feb 2020 08:52:50 +0000 Subject: [PATCH] Add "mode" attribute to IPMA (#11809) * Add "mode" attribute to IPMA * :pencil2: Tweak Co-authored-by: Franck Nijhof --- source/_integrations/ipma.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/ipma.markdown b/source/_integrations/ipma.markdown index abff031040c..cfe40bb619f 100644 --- a/source/_integrations/ipma.markdown +++ b/source/_integrations/ipma.markdown @@ -40,4 +40,9 @@ longitude: required: false type: string default: Home Assistant global longitude configuration +mode: + description: "The forecast type. Can be `hourly` or `daily`." + required: false + type: string + default: "`daily`" {% endconfiguration %}