Merge pull request #372 from insertjokehere/orvibo_mac

Documentation 'mac' option for Orvibo platform of the switch component
This commit is contained in:
Paulus Schoutsen 2016-04-06 15:04:46 -07:00
commit 1160f21cac

View file

@ -20,9 +20,11 @@ To use your Orvibo switch in your installation, add the following to your `confi
switch: switch:
platform: orvibo platform: orvibo
host: IP_ADDRESS host: IP_ADDRESS
mac: MA:CA:DD:RE:SS:00
``` ```
Configuration variables: Configuration variables:
- **host** (*Required*): IP address of your switch, eg. 192.168.1.10. - **host** (*Required*): IP address of your switch, eg. 192.168.1.10.
- **mac** (*Optional*): MAC address of the switch, eg "AA:BB:CC:DD:EE:FF". This is required if the switch is connected to a different subnet to the machine running Home Assistant