From 045137071a9aa1bfaccd279c20aa93c675cd7303 Mon Sep 17 00:00:00 2001 From: William Hughes Date: Thu, 7 Apr 2016 10:02:07 +1200 Subject: [PATCH] Documentation 'mac' option for Orvibo platform of the switch component Documents changes made in balloob/home-assistant#1730 --- source/_components/switch.orvibo.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/switch.orvibo.markdown b/source/_components/switch.orvibo.markdown index b365802102a..a68cf2761e3 100644 --- a/source/_components/switch.orvibo.markdown +++ b/source/_components/switch.orvibo.markdown @@ -20,9 +20,11 @@ To use your Orvibo switch in your installation, add the following to your `confi switch: platform: orvibo host: IP_ADDRESS + mac: MA:CA:DD:RE:SS:00 ``` Configuration variables: - **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