Add 0.49 release blog post
This commit is contained in:
parent
ac7567d0c7
commit
2c80c32eb0
6 changed files with 505 additions and 4 deletions
19
source/_components/lametric.markdown
Normal file
19
source/_components/lametric.markdown
Normal 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
|
||||
```
|
20
source/_components/notify.lametric.markdown
Normal file
20
source/_components/notify.lametric.markdown
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue