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
This commit is contained in:
eineinhornmiau 2023-01-24 14:44:53 +01:00 committed by GitHub
parent 02e973026d
commit 0530f61373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,8 +103,8 @@ chart:
value: "positive5" value: "positive5"
- label: "Positive 6" - label: "Positive 6"
value: "positive6" value: "positive6"
- label: "Static" - label: "Statistic"
value: "static" value: "statistic"
- label: "Thunder" - label: "Thunder"
value: "thunder" value: "thunder"
- label: "Water 1" - label: "Water 1"