mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 12:56:54 +00:00
Add inital orvibo page
This commit is contained in:
parent
2129d1f5de
commit
df9ae5f4a5
28
source/_components/switch.orvibo.markdown
Normal file
28
source/_components/switch.orvibo.markdown
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
layout: component
|
||||||
|
title: "Orvibo switch"
|
||||||
|
description: "Instructions how to integrate Orvibo switches within Home Assistant."
|
||||||
|
date: 2015-11-15 18:15
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
logo: orvibo.png
|
||||||
|
ha_category: Switch
|
||||||
|
---
|
||||||
|
|
||||||
|
The orvibo switch platform allows you to toggle your Orvibo S20 Wifi Smart Switch.
|
||||||
|
|
||||||
|
To use your Orvibo switch in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
|
switch:
|
||||||
|
platform: orvibo
|
||||||
|
host: IP_ADDRESS
|
||||||
|
```
|
||||||
|
|
||||||
|
Configuration variables:
|
||||||
|
|
||||||
|
- **host** (*Required*): IP address of your switch, eg. 192.168.1.10.
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user