mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Update homematic.markdown
Added some lines for KeyMatic usage
This commit is contained in:
parent
76ab93af93
commit
9a4ddbed95
@ -2,7 +2,7 @@
|
||||
layout: page
|
||||
title: "Homematic"
|
||||
description: "Instructions for integrating Homematic into Home Assistant."
|
||||
date: 2016-11-27 21:38
|
||||
date: 2018-02-13 19:10
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
@ -230,3 +230,19 @@ action:
|
||||
param: SET_TEMPERATURE
|
||||
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…
x
Reference in New Issue
Block a user