diff --git a/homeassistant/components/switch/hikvisioncam.py b/homeassistant/components/switch/hikvisioncam.py index 388152361d2..ee52d231faf 100644 --- a/homeassistant/components/switch/hikvisioncam.py +++ b/homeassistant/components/switch/hikvisioncam.py @@ -1,19 +1,16 @@ """ homeassistant.components.switch.hikvision -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Support turning on/off motion detection on Hikvision cameras. Note: Currently works using default https port only. -CGI API Guide: -http://bit.ly/1RuyUuF +CGI API Guide: http://bit.ly/1RuyUuF Configuration: -To use the Hikvision motion detection -switch you will need to add something like the -following to your config/configuration.yaml +To use the Hikvision motion detection switch you will need to add something +like the following to your config/configuration.yaml switch: platform: hikvisioncam @@ -39,7 +36,6 @@ Your Hikvision camera username name *Optional The name to use when displaying this switch instance. - """ from homeassistant.helpers.entity import ToggleEntity from homeassistant.const import STATE_ON, STATE_OFF