Merge pull request #4665 from krys1976/patch-3
Update homematic.markdown
This commit is contained in:
commit
eed8512979
1 changed files with 17 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
layout: page
|
layout: page
|
||||||
title: "Homematic"
|
title: "Homematic"
|
||||||
description: "Instructions for integrating Homematic into Home Assistant."
|
description: "Instructions for integrating Homematic into Home Assistant."
|
||||||
date: 2016-11-27 21:38
|
date: 2018-02-13 19:10
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
|
@ -239,3 +239,19 @@ action:
|
||||||
param: SET_TEMPERATURE
|
param: SET_TEMPERATURE
|
||||||
value: 23.0
|
value: 23.0
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Manually set lock on KeyMatic devices
|
||||||
|
```yaml
|
||||||
|
...
|
||||||
|
action:
|
||||||
|
service: lock.lock
|
||||||
|
entity_id: lock.leq1234567
|
||||||
|
```
|
||||||
|
|
||||||
|
Manually set unlock on KeyMatic devices
|
||||||
|
```yaml
|
||||||
|
...
|
||||||
|
action:
|
||||||
|
service: lock.unlock
|
||||||
|
entity_id: lock.leq1234567
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue