mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 04:16:29 +00:00
Add available_tones property to siren docs (#1015)
This commit is contained in:
parent
3edfa6e3dd
commit
3af7ea3aaf
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user