Add 0.49 release blog post

This commit is contained in:
Paulus Schoutsen 2017-07-15 21:07:56 -07:00
parent ac7567d0c7
commit 2c80c32eb0
6 changed files with 505 additions and 4 deletions

View file

@ -0,0 +1,19 @@
---
layout: page
title: "LaMetric"
description: "Instructions on how to integrate LaMetric with Home Assistant."
date: 2017-04-02 13:28
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Hub
ha_release: 0.49
---
```yaml
# configuration.yaml example
lametric:
client_id: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx
client_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
```

View file

@ -0,0 +1,20 @@
---
layout: page
title: "LaMetric Notify"
description: "Instructions on how to setup the LaMetric notify platform with Home Assistant."
date: 2017-04-02 13:28
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Notify
ha_release: 0.49
---
```yaml
notify:
name: lametric1
platform: lametric
display_time: 20
icon: i555
```