You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/notify.webostv.markdown
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ Configuration variables:
33
33
- **host** (*Required*): The IP of the LG WebOS Smart TV, e.g. 192.168.0.10
34
34
- **name** (*Required*): The name you would like to give to the LG WebOS Smart TV.
35
35
- **filename** (*Optional*): The filename where the pairing key with the TV should be stored. This path is relative to Home Assistant's config directory. It defaults to `webostv.conf`.
36
+
- **icon** (*Optional*): The path to an image file to use as the icon in notifications. If provided, this image will override the Home Assistant logo.
36
37
37
38
A possible automation could be:
38
39
@@ -49,3 +50,20 @@ automation:
49
50
data:
50
51
message: "You should open a window! (Livingroom Co2: {{ states.sensor.netatmo_livingroom_co2.state }}ppm)"
51
52
```
53
+
54
+
The icon can be overridden for individual notifications by providing a path to an alternative icon image to use:
0 commit comments