From 0530f61373395db83b016173399b06eb8337a39a Mon Sep 17 00:00:00 2001 From: eineinhornmiau <8723673+eineinhornmiau@users.noreply.github.com> Date: Tue, 24 Jan 2023 14:44:53 +0100 Subject: [PATCH] Fix wrong notification sound name in LaMetric (#86483) Fix wrong notification sound name The wrongly named sound "static" is actually called "statistic" https://lametric-documentation.readthedocs.io/en/latest/reference-docs/device-notifications.html --- homeassistant/components/lametric/services.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/lametric/services.yaml b/homeassistant/components/lametric/services.yaml index 5e8db5f7da4..3299245fbc0 100644 --- a/homeassistant/components/lametric/services.yaml +++ b/homeassistant/components/lametric/services.yaml @@ -103,8 +103,8 @@ chart: value: "positive5" - label: "Positive 6" value: "positive6" - - label: "Static" - value: "static" + - label: "Statistic" + value: "statistic" - label: "Thunder" value: "thunder" - label: "Water 1"