From 049ea17ef327b61017ee0a304490fe05578d7f0c Mon Sep 17 00:00:00 2001 From: Kyle R Date: Fri, 17 Mar 2017 04:31:14 -0500 Subject: [PATCH] Fix ambiguous wording (#2268) * Fix ambiguous wording The line made it seem like there may be more optional parameters, but there isn't any. * Update joaoapps_join.markdown --- source/_components/joaoapps_join.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/joaoapps_join.markdown b/source/_components/joaoapps_join.markdown index 44ac2587f7c..ca6ea4650c2 100644 --- a/source/_components/joaoapps_join.markdown +++ b/source/_components/joaoapps_join.markdown @@ -37,7 +37,7 @@ Configuration variables: - **device_id** (*Required*): The Id of your device. - **api_key** (*Required*): The API key for Join. -The notify service has a few optional parameters such as icon and small icon. You can use them like so: +The notify service has two optional parameters: `icon` and `small icon`. You can use them like so: ```json {"message":"Hello!","title":"From Hass","data":{"icon":"https://goo.gl/KVqcYi","smallicon":"http://goo.gl/AU4Wf1"}}