From efc5234d1ff90989a8f49419890890c829e85a7c Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Tue, 10 Aug 2021 05:19:57 -0400 Subject: [PATCH] Make note about new siren feature (#18856) --- source/_integrations/siren.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/_integrations/siren.markdown b/source/_integrations/siren.markdown index 8f4b668f868..2494f04ba9b 100644 --- a/source/_integrations/siren.markdown +++ b/source/_integrations/siren.markdown @@ -32,11 +32,11 @@ Turn the siren on. There are three optional input parameters that can be passed into the service call depending on whether or not your device supports them. Check the device's integration documentation for more details. -| Parameter Name | Input Type -|---------------- |------------------------- -| `tone` | `string` or `integer` -| `duration` | `integer` -| `volume_level` | `float` between 0 and 1 +| Parameter Name | Input Type | Notes | +|---------------- |-------------------------|-------------------------------------------------------------------------------------| +| `tone` | `string` or `integer` | When the `available_tones` property is a map, either the key or value can be used. | +| `duration` | `integer` | | +| `volume_level` | `float` between 0 and 1 | | ### Service `siren.turn_off`