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`