mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-02 09:17:35 +00:00

* e.g. to e.g., and proper case for Home Assistant * Instructions how to -> Instructions on how to
1.1 KiB
1.1 KiB
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category |
---|---|---|---|---|---|---|---|---|---|
page | Orvibo Switch | Instructions on how to integrate Orvibo sockets within Home Assistant. | 2015-11-15 18:15 | true | false | true | true | orvibo.png | Switch |
The orvibo
switch platform allows you to toggle your Orvibo S20 Wifi Smart Sockets.
To automatically discover Orvibo sockets on your network:
# Example configuration.yaml entry
switch:
- platform: orvibo
To specify Orvibo sockets and skip discovery:
# Example configuration.yaml entry
switch:
- platform: orvibo
discovery: false
switches:
- host: IP_ADDRESS
mac: MA:CA:DD:RE:SS:00
name: "My Socket"
Configuration variables:
- discovery (Optional): Whether to discover sockets. Defaults to
true
. - switches (Optional):
- host (Required): IP address of your socket, eg.
192.168.1.10
. - mac (Optional): MAC address of the socket, eg "AA:BB:CC:DD:EE:FF". This is required if the socket is connected to a different subnet to the machine running Home Assistant.
- name (Optional): Your name for the socket.
- host (Required): IP address of your socket, eg.