From 379171e30269cfa219bddb481a9300514941f083 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 10 May 2015 23:44:27 +0200 Subject: [PATCH] update header --- homeassistant/components/switch/demo.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/switch/demo.py b/homeassistant/components/switch/demo.py index 96a48d01a9e..b54b48a1c9b 100644 --- a/homeassistant/components/switch/demo.py +++ b/homeassistant/components/switch/demo.py @@ -1,4 +1,10 @@ -""" Demo platform that has two fake switches. """ +""" +homeassistant.components.switch.demo +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Demo platform that has two fake switches. + +""" from homeassistant.helpers.entity import ToggleEntity from homeassistant.const import STATE_ON, STATE_OFF, DEVICE_DEFAULT_NAME