mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
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:
parent
02e973026d
commit
0530f61373
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user