* Added Ring Camera component documentation and added new sensors
* Kept only the basic as example for the component
* Added scan_interval option to camera ring documentation
* Rephrased statement
* update init.d daemon script to specify HASS_BIN
As per:
* https://home-assistant.io/docs/autostart/init.d/
, coupled with:
* https://home-assistant.io/docs/installation/virtualenv/
It's obvious that the user needs to replace "RUN_AS" with the correct user.
What can be made more clear is to include a "HASS_BIN" shell variable, with a similar instruction to update that if needed.
Note that I opted NOT to change the HASS_BIN to the full path /usr/bin/hass, as the previous revision presumably assumes that the `hass` binary is in the $PATH env for whatever user is running it ... (didn't want to change that).
* Fix name
* Manual Alarm Panel arming options
Coming out on the site as very strangely styled, currently.
Not sure if this fixes as not sure how to test, willing to do so if there are docs anywhere to show me.
* Update alarm_control_panel.manual.markdown
* Update to auto turn off the cycle
Addition of service_template to automatically turn off the cycle when the lights reach their minimum or maximum brightness. Validated on my own lights.
* Fixed facepalm
Added the raw/endraw tags to the half I missed
I found the current documentation confusing as it did not clearly state whether the code is look at the pin # or GPIO #. Looking on the forums others were having the same issue. My goal is to make it clear that GPIO # is what users should be entering into their configs.
* Update index.markdown
firmed up the description of the upgrade process from the gui
added a screenshot to ssh command line upgrade
* ssh upgrade screenshot
ssh upgrade screenshot for inclusion into the upgrade process docs
* Update index.markdown
* Small typo fixes
I've fixed some small typo's and changed sentences a little to be more fluent.