Release 0.18 blog post

This commit is contained in:
Paulus Schoutsen 2016-04-20 00:09:30 -07:00
parent 09527857df
commit 70bd3f4890
15 changed files with 212 additions and 20 deletions

View file

@ -1,17 +1,16 @@
---
layout: page
title: "LG WebOS TV"
title: "LG WebOS TV notifications"
description: "Instructions how to integrate a LG WebOS TV within Home Assistant."
date: 2016-04-18 23:24
sidebar: true
comments: false
sharing: true
footer: true
logo: webostv.png
logo: webos.png
ha_category: Notifications
ha_iot_class: "Local Poll"
--------------------------
---
The `webostv` platform allows you to send notifications to a LG WebOS Smart TV.
@ -33,7 +32,7 @@ Configuration variables:
- **name** *Required*: The name you would like to give to the LG WebOS Smart TV.
A possible automation could be:
```yaml
# Example configuration.yaml entry
automation:
@ -46,4 +45,4 @@ automation:
service: notify.livingroom_tv
data:
message: "You should open a window! (Livingroom Co2: {{ states.sensor.netatmo_livingroom_co2.state }}ppm)"
```
```