Skip to content

Commit e4d6347

Browse files
committed
Add release 66 blog post
1 parent a90513b commit e4d6347

File tree

6 files changed

+229
-118
lines changed

6 files changed

+229
-118
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ social:
141141
current_major_version: 0
142142
current_minor_version: 66
143143
current_patch_version: 0
144-
date_released: 2018-03-31
144+
date_released: 2018-03-30
145145

146146
# Either # or the anchor link to latest release notes in the blog post.
147147
# Must be prefixed with a # and have double quotes around it.

source/_components/homematicip.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ sidebar: true
77
comments: false
88
sharing: true
99
footer: true
10-
logo: homematicip.png
1110
ha_category: Hub
1211
ha_iot_class: "Cloud Polling"
1312
ha_release: 0.66
1413
featured: false
1514
---
1615

17-
The [HomematicIP](http://www.homematicip.com/) component platform is used as an interface to the cloud server.
16+
The [HomematicIP](http://www.homematicip.com/) component platform is used as an interface to the cloud server.
1817
For for communication [homematicip-rest-api](https://github.com/coreGreenberet/homematicip-rest-api) is used.
1918

2019
To set up the component:
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
layout: page
3+
title: "Homematic Lock"
4+
description: "Instructions on how to integrate Homematic locks within Home Assistant."
5+
date: 2016-06-28 08:30
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: homematic.png
11+
ha_category: Lock
12+
ha_release: 0.66
13+
ha_iot_class: "Local Push"
14+
---
15+
16+
17+
The `homematic` lock platform lets you control [Homematic](http://www.homematic.com/) locks through Home Assistant.
18+
19+
Devices will be configured automatically. Please refer to the [component](/components/homematic/) configuration on how to setup Homematic.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: page
3+
title: "HomematicIP Sensor"
4+
description: "Instructions on how to integrate Homematic sensors within Home Assistant."
5+
date: 2016-06-28 08:30
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: homematic.png
11+
ha_category: Sensor
12+
ha_release: 0.66
13+
ha_iot_class: "Local Push"
14+
---
15+
16+
The `homematicip` sensor platform lets you control [Homematic](http://www.homematic.com/) sensors through Home Assistant.
17+
18+
Devices will be configured automatically. Please refer to the [component](/components/homematicip/) configuration on how to setup Homematic.

0 commit comments

Comments
 (0)