Skip to content

Commit ae531f7

Browse files
Open Home Automationballoob
Open Home Automation
authored andcommitted
Update notify.lametric.markdown (home-assistant#2987)
1 parent 521f6cc commit ae531f7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/_components/notify.lametric.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,17 @@ ha_category: Notify
1111
ha_release: 0.49
1212
---
1313

14+
This component allows to send notification to a LaMetric device. It need the LaMetric platform to be configured first.
15+
1416
```yaml
1517
notify:
1618
name: lametric1
1719
platform: lametric
1820
display_time: 20
1921
icon: i555
2022
```
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

Comments
 (0)