Commit graph

6754 commits

Author SHA1 Message Date
Sören Oldag
20587e94e6 Update docs for media_player.webostv. (#3204) 2017-08-19 13:18:02 +02:00
BioSehnsucht
13fdb19cfe Add HipChat notify service. (#3166)
* Add HipChat notify service.

* Updating HipChat notify documentation based on feedback in home-assistant/home-assistant.github.io#3166

* Updating HipChat notify documentation
2017-08-16 19:26:38 -04:00
timstanley1985
1e6817d4f5 Add availability payload (#3170)
* Add availability payload

* Tweak wording

* Update switch.mqtt.markdown
2017-08-16 16:13:09 +02:00
Christian Lasarczyk
4072708ca6 Real example on addon configuration (#3189)
Inspired be mosquitto's `run.sh`. Hoping to ease the start for newbies like me.
2017-08-16 12:02:02 +02:00
fedor1210
2ae1440208 Reverted browsers.markdown (as maps are now fixed) (#3188)
Map in Safari is fixed in 0.51, but I'm not sure about text about it: is it needed?
2017-08-16 10:10:37 +02:00
Adam Mills
cd2a6efbad Remove password configuration from automatic (#3187) 2017-08-15 21:05:00 -04:00
Franck Nijhof
0acfd0aab4 Review/Edit: Getting Started Guide (#3184)
* Review/Edit: Getting Started Guide

I've made some documentation fixes (spelling, grammar, and punctuations) to the 'Getting Started Guide'.

* Fix small typo 'tje' -> 'the'.
2017-08-15 21:09:00 +02:00
Aaron Bach
5272dca6db Added new docs for port and ssl config parameters (RainMachine) (#3180)
* Added new docs for `port` and `ssl` config parameters

* Modified version number

* Fixing version
2017-08-15 20:34:41 +02:00
Eugenio Panadero
9f24985108 fix ios instructions to obtain the vacuum token (#3182) 2017-08-15 13:33:30 +02:00
Adam Mills
0e0fce3970 Updates for automatic OAuth2 authentication (#3174) 2017-08-15 11:54:41 +02:00
Jack
92bf187ad3 Updated SNMP documentation (#3175) 2017-08-14 23:04:16 +02:00
Philipp Schmitt
2acfb70d33 Nello.io intercom documentation (#3173) 2017-08-14 12:23:51 -04:00
Matt Schmitt
d83b33de3e Update Total Connect alarm control panel for night mode arming (#3043)
* Update alarm_control_panel.totalconnect.markdown

* Update alarm_control_panel.totalconnect.markdown

* Update alarm_control_panel.totalconnect.markdown
2017-08-13 19:59:34 +02:00
Fabian Affolter
1fd1617fe9 Add version sensor docs (#3163)
* Add version sensor docs

* Fix typo
2017-08-13 11:23:20 +02:00
olskar
6baa22dba1 Add information to install libffi-dev, needed for python-mirobo (#3172)
* Add information to install libffi-dev, needed for python-mirobo

* Update vacuum.xiaomi.markdown
2017-08-13 10:10:52 +02:00
Marcus Schmidt
9e6c91bc3e Added documentation to HA PR#8505 (#3157)
* Added documentation to HA PR#8505 - Added possibilities to use template in the command_line sensor

* Small fixes after review

* Minor changes
2017-08-12 22:05:34 -07:00
Paulus Schoutsen
48ecc49872 Fix links 2017-08-12 12:55:32 -07:00
Abílio Costa
c1d0873c76 Create device_tracker.huawei_router.markdown (#2983)
* Create device_tracker.huawei_router.markdown

* Update device_tracker.huawei_router.markdown

* add huawei logo

* Update device_tracker.huawei_router.markdown

* Update device_tracker.huawei_router.markdown
2017-08-12 12:54:29 -07:00
Matthew Treinish
cf2f5ebb2e Add documentation for the mochad light component (#2976)
* Add documentation for the mochad light component

This commit adds docs for using x10 dimmers and lights via mochad.

* Update light.mochad.markdown
2017-08-12 12:52:40 -07:00
thrawnarn
aea22b5470 Added bluesound documentation (#2460)
* Added bluesound documentation

* Update media_player.bluesound.markdown

* Update media_player.bluesound.markdown
2017-08-12 12:51:53 -07:00
Martin Donlon
a89f6dadaa Added documentation for new russound_rio platform (#2969)
* Added documentation for new russound_rio platform

* Remove port from example since it is optional
2017-08-12 12:50:16 -07:00
Paulus Schoutsen
a115c29221 Add blog post 2017-08-12 12:50:09 -07:00
Fabian Affolter
fa563cba7e
Merge branch 'current' into next 2017-08-10 23:34:55 +02:00
Fabian Affolter
0f173286e9 Add details about multiple bridges (fixes #3159) (#3164) 2017-08-10 20:59:14 +02:00
Fabian Affolter
5642de96c8
Fix typo 2017-08-10 18:44:55 +02:00
Fabian Affolter
e11544d99a Add Shodan sensor docs (#3156) 2017-08-10 18:38:52 +02:00
fedor1210
4cefda7047 Updated Safari in browsers.markdown (map CSS is corrupted) (#3158)
* Updated Safari in browsers.markdown

Map has corrupted CSS on Mac and iOS

* Rewrote to a less controversial statement.
2017-08-10 17:48:44 +02:00
Martin Rowan
5461867c5c Add my repository of configuration files (#3161)
* Updating development environment setup guide

Added more complete instructions for setting up a development environment for Home Assistant. Including details of dependencies, setting up venv. This is based on notes captured from setting up a dedicated hass dev environment on Debian 8.6.0

* Update development_environment.markdown

Updated as a result of feedback on pull request: https://github.com/home-assistant/home-assistant.github.io/pull/1804
Adding reminder to activate virtual environment before running setup along with adding reference to indicate apt-get may not be applicable to distro in use.

* Revert change to instruction to run hass

Remove statement about running hass with --open-ui and what it does (wrongly stated). Based on feedback from @balloob.

* Updated setting up venv as pyvenv is being deprecated

As of Python 3.6 pyvenv has been deprecated in favour of python3 -m venv.

Further changes may be required following resolution of discussion around setting up venv in a sub directory vs at the top level of the project.

* Remove details of Frontend requirements for NVM and Node

Given change [#5507](https://github.com/home-assistant/home-assistant/pull/5507) only attempts to setup the frontend if nvm is present. It makes sense to remove the details from here, since that was mainly around avoiding errors in the first time setup scenario. Instead I've adjusted the text to point to the FrontEnd Dev section.

* Updated centos instructions

yum install commands needs to be split so that EPEL repo is added first ahead of attempting to install other dependencies.

* Create configuration_yaml_by_shortbloke.markdown
2017-08-10 16:20:45 +02:00
David De Sloovere
8ab014ddc2 Update device_tracker.markdown (#3160)
Clarify consider_home
2017-08-10 12:23:08 +02:00
Andrew Cockburn
30c4ae88be Update hadashboard.markdown 2017-08-09 14:27:20 -04:00
Andrew Cockburn
21b9881536 Update appdaemon.markdown 2017-08-09 14:24:11 -04:00
Nick Oliver
d0c9faba25 where to enable add-ons (aid first installs) (#3149)
* where to enable add-ons (aid first installs)

* Update installation.markdown
2017-08-09 08:59:39 +02:00
Fabian Affolter
7ecb20f180
Revert "Add screenshot of first start"
This reverts commit a9c4500c44.
2017-08-09 08:02:53 +02:00
Fabian Affolter
c0f41511e2
Fix configuration sample 2017-08-09 08:02:43 +02:00
Niklas
6eb14c27a4 wrong quotes (#3153)
fix "Error parsing JSON: SyntaxError: Unexpected token ' in JSON at position 1" (wrong quotes)
2017-08-08 22:13:20 +02:00
ashev
25392d7779 Misstyping in the title (#3152) 2017-08-08 22:12:08 +02:00
Pascal Vizeli
1f86835964 Update addon_config.markdown 2017-08-08 21:24:39 +02:00
William Johansson
24e120385e Update hassio addon_config with new parameter (#3151)
Update the list of privileged flags to a hassio addon container
to contain also the SYS_RAWIO.
2017-08-08 16:52:02 +02:00
Tim Lyakhovetskiy
5eec955be1 Added Leviton Decora Smart Wi-Fi component documentation (#3021)
* Added Leviton Decora Smart Wi-Fi component documentation

* Update version
2017-08-08 13:28:39 +02:00
PhracturedBlue
6ccf851546 Documentation for asterisk_mbox component (#2908)
* Add asterisk_mbox documentation

* Bad filename

* Capitalization error

* Update documentation based on changes to the mailbox implementation

* Typos as per review

* Remove mailbox sensor, since the functionality is included in the mailbox component.  Added ha_version to each file since the code has now been merged.
2017-08-08 13:27:04 +02:00
Fabian Affolter
414f6e7585
Make note a warning 2017-08-08 13:10:30 +02:00
Aaron Bach
92ca2cb93d Add documentation for the RainMachine switch platform (#3135)
* Added documentation for the RainMachine switch platform

* Small adjustments to version and verbiage

* Update switch.rainmachine.markdown

* Update switch.rainmachine.markdown

* Added caveat about remote API + programs
2017-08-08 09:49:42 +02:00
Paulus Schoutsen
333ab25a27 Update scripts.markdown 2017-08-07 23:07:29 -07:00
Philipp Schmitt
e3680aa2ba Add documentation about nuki services (#3078)
* Add documentation about nuki services

* Rewrite the services section
2017-08-07 14:59:24 +02:00
Charles Blonde
b8f4e4659e Add documentation for Dyson 360 Eye robot vacuum (#3148) 2017-08-07 10:09:43 +02:00
Eugenio Panadero
04dcaebc70 change ha_category for vacuums (#3150) 2017-08-07 09:59:45 +02:00
Paulus Schoutsen
75a829676a Update service-calls.markdown 2017-08-06 22:26:16 -07:00
Paulus Schoutsen
2e132f95f8 Update logger.markdown 2017-08-06 21:20:15 -07:00
Paulus Schoutsen
7266f25321 Update browser.markdown 2017-08-06 21:19:50 -07:00
Paulus Schoutsen
6942fba159 Update wake_on_lan.markdown 2017-08-06 21:19:14 -07:00