From 3af7ea3aaf2eedbb32886d45559b9536d1130884 Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Sun, 8 Aug 2021 03:07:10 -0400 Subject: [PATCH] Add available_tones property to siren docs (#1015) --- docs/core/entity/siren.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/core/entity/siren.md b/docs/core/entity/siren.md index 4701a3bc..556e2abf 100644 --- a/docs/core/entity/siren.md +++ b/docs/core/entity/siren.md @@ -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