mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
Update homematicip cloud components (#5248)
* Rename homematicip to homematicip_cloud * Fix homematicip_cloud naming * Update link and formating * Update of configuration and new componets for homematicip_cloud * Update binary_sensor.homematicip_cloud.markdown * Update light.homematicip_cloud.markdown * Update switch.homematicip_cloud.markdown
This commit is contained in:
parent
9721e8c1a7
commit
38733c554b
21
source/_components/binary_sensor.homematicip_cloud.markdown
Normal file
21
source/_components/binary_sensor.homematicip_cloud.markdown
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "HomematicIP Cloud Binary Sensor"
|
||||||
|
description: "Instructions on how to integrate HomematicIP binary sensors within Home Assistant."
|
||||||
|
date: 2018-04-02 13:40
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
logo: homematic.png
|
||||||
|
ha_category: Binary Sensor
|
||||||
|
ha_release: 0.66
|
||||||
|
ha_iot_class: "Local Push"
|
||||||
|
---
|
||||||
|
|
||||||
|
The `homematicip_cloud` binary_switch platform allows you to control
|
||||||
|
[HomematicIP](http://www.homematic-ip.com) binary sensors through Home Assistant.
|
||||||
|
|
||||||
|
Devices will be configured automatically. Please refer to the
|
||||||
|
[component](/components/homematicip_cloud/) configuration on how to setup
|
||||||
|
HomematicIP Cloud.
|
@ -24,12 +24,13 @@ generate_auth_token.py
|
|||||||
```
|
```
|
||||||
|
|
||||||
- add the information to your `configuration.yaml` file:
|
- add the information to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
homematicip_cloud:
|
homematicip_cloud:
|
||||||
- name: NAME
|
- accesspoint: IDENTIFIER
|
||||||
accesspoint: IDENTIFIER
|
|
||||||
authtoken: AUTHTOKEN
|
authtoken: AUTHTOKEN
|
||||||
|
- name: Location2
|
||||||
|
accesspoint: IDENTIFIER2
|
||||||
|
authtoken: AUTHTOKEN2
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables (global):
|
Configuration variables (global):
|
||||||
|
21
source/_components/light.homematicip_cloud.markdown
Normal file
21
source/_components/light.homematicip_cloud.markdown
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "HomematicIP Cloud Light"
|
||||||
|
description: "Instructions on how to integrate HomematicIP light switches within Home Assistant."
|
||||||
|
date: 2018-04-02 13:40
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
logo: homematic.png
|
||||||
|
ha_category: Switch
|
||||||
|
ha_release: 0.66
|
||||||
|
ha_iot_class: "Local Push"
|
||||||
|
---
|
||||||
|
|
||||||
|
The `homematicip_cloud` light platform allows you to control
|
||||||
|
[HomematicIP](http://www.homematic-ip.com) light switches through Home Assistant.
|
||||||
|
|
||||||
|
Devices will be configured automatically. Please refer to the
|
||||||
|
[component](/components/homematicip_cloud/) configuration on how to setup
|
||||||
|
HomematicIP Cloud.
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "HomematicIP Cloud Sensor"
|
title: "HomematicIP Cloud Sensor"
|
||||||
description: "Instructions on how to integrate HomematIP sensors within Home Assistant."
|
description: "Instructions on how to integrate HomematicIP sensors within Home Assistant."
|
||||||
date: 2018-04-02 13:40
|
date: 2018-04-02 13:40
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
|
21
source/_components/switch.homematicip_cloud.markdown
Normal file
21
source/_components/switch.homematicip_cloud.markdown
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "HomematicIP Cloud Switch"
|
||||||
|
description: "Instructions on how to integrate HomematicIP switches within Home Assistant."
|
||||||
|
date: 2018-04-02 13:40
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
logo: homematic.png
|
||||||
|
ha_category: Switch
|
||||||
|
ha_release: 0.66
|
||||||
|
ha_iot_class: "Local Push"
|
||||||
|
---
|
||||||
|
|
||||||
|
The `homematicip_cloud` switch platform allows you to control
|
||||||
|
[HomematicIP](http://www.homematic-ip.com) switches through Home Assistant.
|
||||||
|
|
||||||
|
Devices will be configured automatically. Please refer to the
|
||||||
|
[component](/components/homematicip_cloud/) configuration on how to setup
|
||||||
|
HomematicIP Cloud.
|
Loading…
x
Reference in New Issue
Block a user