Add available_tones property to siren docs (#1015)

This commit is contained in:
Raman Gupta 2021-08-08 03:07:10 -04:00 committed by GitHub
parent 3edfa6e3dd
commit 3af7ea3aaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ Properties should always only return information from memory and not do I/O (lik
| Name | Type | Default | Description |
| ----------------------- | ------ | ------------------------------------- | --------------------------------------------------------------------------------------- |
| is_on | bool | `NotImplementedError()` | Whether the device is on or off. |
| available_tones | list | `NotImplementedError()` | The list of available tones on the device to pass into the `turn_on` service. Requires `SUPPORT_TONES` feature. |
### Tones