Make note about new siren feature (#18856)

This commit is contained in:
Raman Gupta 2021-08-10 05:19:57 -04:00 committed by GitHub
parent ed487c04fe
commit efc5234d1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`