We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521f6cc commit ae531f7Copy full SHA for ae531f7
source/_components/notify.lametric.markdown
@@ -11,10 +11,17 @@ ha_category: Notify
11
ha_release: 0.49
12
---
13
14
+This component allows to send notification to a LaMetric device. It need the LaMetric platform to be configured first.
15
+
16
```yaml
17
notify:
18
name: lametric1
19
platform: lametric
20
display_time: 20
21
icon: i555
22
```
23
24
+- **name** (*Optional*): The name of the LaMetric device. Usually it is "My Lametric"
25
+- **display_time** (*Optional*): Defines how long the message should be displayed (in seconds).
26
+- **icon** (*Optional*): An icon or animation. Check out the list of all icons her: https://developer.lametric.com/icons
27
+Note that icons always begin with "i" while animations begin with "a". This is part of the name, you can't just use the number.
0 commit comments