From 3b804745bf09e7601a12928639d382128e141b8c Mon Sep 17 00:00:00 2001 From: Xiaonan Shen Date: Tue, 12 May 2020 00:45:42 -0700 Subject: [PATCH] Songpal code improvement (#13327) --- source/_integrations/songpal.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/songpal.markdown b/source/_integrations/songpal.markdown index 57ae719727e..eabea905e03 100644 --- a/source/_integrations/songpal.markdown +++ b/source/_integrations/songpal.markdown @@ -6,6 +6,7 @@ ha_category: ha_iot_class: Local Push ha_release: 0.65 ha_config_flow: true +ha_quality_scale: gold ha_codeowners: - '@rytilahti' - '@shenxn' @@ -58,6 +59,6 @@ For a list of available settings and their values use [`songpal sound`](https:// | Service data attribute | Optional | Description | |------------------------|----------|--------------------------------------------------| -| `entity_id` | yes | Target entity, leave unset for all devices | +| `entity_id` | yes | Target entity. To target all songpal devices, use `all` | | `name` | no | Configuration variable, e.g., `nightmode` | | `value` | no | New configuration value, e.g., `on` |