Commit graph

4272 commits

Author SHA1 Message Date
Fabian Affolter
46955859c8
Add Linux detail 2017-01-15 15:54:12 +01:00
Fabian Affolter
a56fc22fe3
Update formatting 2017-01-15 15:47:35 +01:00
Jed Lippold
444ddc263c Adds windows documentation to system monitor (#1778) 2017-01-15 15:46:36 +01:00
andrey-git
8f20b9dd65 Add print_config_parameter service to z-wave (#1698)
* Add documentation for print_config_parameter service to z-wave.
* Add documentation for 'debug' customization attribute.
* Sort services alphabetically.
2017-01-15 11:36:40 +01:00
Russ Nelson
8cbb08bb2a Minor typo fix. 2017-01-15 07:24:52 +01:00
Fredrik Lindqvist
8e57044896 Revert "Revert "Describe using language in a TTS service."" (#1756) 2017-01-14 19:40:17 +01:00
nordlead2005
ef2e982b37 HTML5 notification install and usage clarification (#1758)
Added additional requirements and clarification to getting HTML 5 push notifications working. These were stumbling blocks for me and some of the information I gathered in the forums, some I just guessed at.
2017-01-14 10:39:20 +01:00
Britton Clapp
256deafb8d Update z-wave.markdown (#1754)
Added a short section to clearly explain how to add non-secure Z-Wave devices.
2017-01-14 10:36:38 +01:00
Joeboyc2
25cf09f3f7 Amendments to the open paragraph (#1764)
I have made some amendments to the top section to ensure the right process gets followed, before it was too easy to just copy the code without reading further
2017-01-14 10:28:50 +01:00
SilvrrGIT
b9fc2c3f17 Clarification of formatting and options (#1759)
Added main component (light:) as many are missing this requirement when adding the yeelights to their config files.  Also expanded the example config to include two entries, also to demonstrate proper config setup for this platform.
2017-01-13 23:54:04 +01:00
godloth
35f839b379 made it more usable (#1761)
updated the file to make it more usable and readable on the website
2017-01-13 23:50:56 +01:00
Robbie Trencheny
bbfecba5cd Update _config.yml now, not index.html 2017-01-12 17:15:17 -08:00
Robbie Trencheny
daf8e7efb0 Add releasing to developers guide sidebar
I could never remember that pesky link!
2017-01-12 17:13:38 -08:00
Fabian Affolter
d593c5f438
Add missing configuration variable 2017-01-12 23:39:23 +01:00
Joeboyc2
9fa92cc670 Corrected spelling and added name variable (#1752) 2017-01-12 23:34:55 +01:00
Joeboyc2
e7a88b8c5e Fixed type, src to srv line 86 (#1748) 2017-01-11 21:19:50 +01:00
GMFalka
0c5b085074 Update notify.telegram.markdown (#1740)
* Update notify.telegram.markdown

"Document support" texts was saying "photos" insted of "documents". Fixed.

* Update notify.telegram.markdown

* Update notify.telegram.markdown
2017-01-09 20:46:44 +01:00
Fabian Affolter
952ff7396b
Fix typo and remove logo 2017-01-09 00:01:51 +01:00
Sjors Spoorendonk
7a5823f6a9 Update installation-raspberry-pi-all-in-one.markdown (#1734) 2017-01-08 23:19:26 +01:00
Roddie Hasan
8e0583c304 Add tutorial for GitHub backup (#1733) 2017-01-08 23:18:53 +01:00
dasos
be46e46eba Squeezebox port changes (#1732)
Change port information, and added note that that the config will likely need to be altered.
2017-01-08 23:17:14 +01:00
Ronald Dehuysser
7e0c42128a Update aRest sensor docs (#1737)
Fix docs
2017-01-08 23:16:35 +01:00
brahmafear
dd33485320 Update required message types and add v2.0 ex. (#1728)
* Update required message types and add v2.0 ex.

Changed wording of section listing required message types to make more clear the necessity of sending V_STATUS messages along with V_PERCENTAGE or V_RGB messages.  Also, added a MySensors v2.x example sketch which is substantially different from v.1.x.  Example sketch taken from MySensors github repo with some comments removed.

* Updated example sketch

Simplified and style corrected.

* V_LIGHT changed to V_STATUS ...

Updated to use non-deprecated types.  Also updated library link.

* Updated wording of type description

Updated description of which type messages to send in response to events.  This is a hard requirement to fully explain, but hopefully the example sketches will provide guidance.
2017-01-08 17:50:03 +01:00
brahmafear
f45e9829a4 Heartbeats section added (#1730)
* Heartbeats section added

Added basic documentation of smartSleep functionality within HA based on receiving a heartbeat signal form MySensor node.

* Heartbeat info clarified.

Heartbeat section updated based on comments.

* MyS library api link updated

Single link to access all versions of MySensors code and API reference.
2017-01-07 15:48:42 +01:00
Mikayla Hutchinson
0c5e5afaf8 Fix some hass/homeassistant inconsistencies (#1731) 2017-01-07 09:29:23 +01:00
Robbie Trencheny
741563c57e Add fan to default exposed domains
Been there for a long time, I believe since fan was added...
2017-01-06 14:29:57 -08:00
amahlaka
75f1ce653f added info about required configs (#1726)
* added info about required configs

* Update installation.markdown
2017-01-06 22:15:23 +01:00
Gianni Fontanini
b623643951 html is not valid (#1725)
changed to http
2017-01-06 16:48:59 +01:00
amahlaka
99ba986513 fixed typo in darksky link (#1727) 2017-01-06 16:48:17 +01:00
Fabian Affolter
34d80da743
Rename directory to be in sync with other guides 2017-01-06 10:48:31 +01:00
Todd McNeal
204a8d5359 Update systemd template used in manual installs (#1687)
The systemd template included on the "Getting Started" guide assumes that the user running Home Assistant is called 'hass', however the [Manual Installation guide](https://home-assistant.io/getting-started/installation-raspberry-pi/) uses the username 'homeassistant'.
2017-01-06 10:43:44 +01:00
Gianni Fontanini
f892010de8 added example line of is_state_attr (#1720) 2017-01-06 09:30:55 +01:00
Phileep
e6ee1f5780 Update Harmony Remote markdown (#1662)
* Update Harmony Remote markdown

Added a send_command service example

* Update remote.harmony.markdown

Added {% raw %} {% endraw %} around template code as requested
2017-01-06 09:26:36 +01:00
moskovskiy82
86c3e7e147 Update device_tracker.bluetooth_le_tracker.markdown (#1691)
AIO has different directory structure
2017-01-06 09:19:41 +01:00
Fabian Affolter
cb3cb5fecc
Update config var name 2017-01-06 09:18:10 +01:00
George.M
858555591b Text error (#1718)
double comma
2017-01-06 00:42:07 +01:00
Max Rumpf
89215bb217 Fix grammar error (#1713) 2017-01-05 08:21:29 +01:00
Roddie Hasan
1a607b327b Updated section to reflect username change (#1658)
Corrected `/home/hass/.homeassistant` to `/home/homeassistant/.homeassistant` with caveat.
2017-01-04 20:14:15 +01:00
Joe Lee
e872da8381 added EdgeRouter Lite SNMP OID (#1681) 2017-01-04 20:12:04 +01:00
Will Heid
c301a8738e flushing old password (#1711) 2017-01-04 20:10:55 +01:00
Fabian Affolter
57312ff7a6
Update numbers 2017-01-04 14:33:49 +01:00
Fabian Affolter
44863847fe
Fix new lines 2017-01-04 11:32:56 +01:00
techtrails
b62b4fabcd Add base_url documentation (#1648)
Updating to add a note and example of the base_url property as it is needed for users using SSL or Docker.
2017-01-04 11:31:39 +01:00
Paulus Schoutsen
54e9060fca Update stats picture 2017-01-03 23:08:15 +01:00
Paulus Schoutsen
51ade405ac Add bruh tree post 2017-01-03 22:52:44 +01:00
Brian J King
04e111372d Fixing broken formatting on Alexa component page (#1685)
Fixes broken formatting on [Alexa Component Page](https://home-assistant.io/components/alexa/) flash briefing skill
2017-01-03 20:11:48 +01:00
Eric Thompson
6f31eef44d fix "Sonos" typo in discovery docs (#1684) 2017-01-03 20:10:50 +01:00
LightIsLife
3ed332e8b3 AiO install requires "pip install lxml" (#1686)
In addition to the added packages, it is necessary to install lxml within the virtual environment if AiO install has been chosen (I did not verify with other installs). Otherwise HASS will not start and not give any error messages when device_tracker with Fritz is used.
2017-01-03 19:50:53 +01:00
Georgi Kirichkov
07ee743baa Updates alarm_control_panel Example (#1688)
The example was out of date using 'platform: state' in the condition, instead of 'condition: state'
2017-01-03 19:49:13 +01:00
Huw Davies
a1de0cd920 Renamed service in description (#1695)
Units variable description still referred to forecast.io rather than Dark Sky
2017-01-03 19:48:17 +01:00