From ce89a9509bda814c638f8cf459e8425729f09150 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Sat, 17 Nov 2018 11:45:24 +0100 Subject: [PATCH] Update ios component configuration (#7539) --- source/_docs/ecosystem/ios.markdown | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/source/_docs/ecosystem/ios.markdown b/source/_docs/ecosystem/ios.markdown index 027fe503230..1562cf8229a 100644 --- a/source/_docs/ecosystem/ios.markdown +++ b/source/_docs/ecosystem/ios.markdown @@ -53,9 +53,12 @@ You may also manually load the `ios` component by adding the following to your c ios: ``` -Configuration variables: - -- **push** (*Optional*): Actionable push notifications configuration. See the [actionable notifications documentation][actionable-notifications] for more information. +{% configuration %} +push: + description: Actionable push notifications configuration. See the [actionable notifications documentation][actionable-notifications] for more information. + required: false + type: list +{% endconfiguration %} [discovery]: /components/discovery [device-tracker]: /components/device_tracker