945 Commits

Author SHA1 Message Date
Klaas Schoute
af509b9444 Added some .gitignore example lines (#7072)
* Added some .gitignore example lines

* ✏️ Added also .log file extensions
2018-10-25 09:31:59 +02:00
pyitphyoaung
d1387de5c4 rename Zigbee name references issue #7050 (#7053) 2018-10-24 16:11:36 +02:00
Glenn Morrison
442fd6c220 Grammar (#7010)
Grammar correction
2018-10-22 21:25:58 +02:00
Diogo Gomes
ff8a183278 Beta version information (#6984) 2018-10-21 11:07:47 +02:00
Fabian Affolter
9dec850d60
Not longer use the term 'API password' 2018-10-19 21:32:32 +02:00
Antoni K
0a6905ac15 Add note about CGNAT (#6959) 2018-10-19 20:53:00 +02:00
DubhAd
db3b3942e5 Added note about nmap (#6962)
* Added note about nmap

Added note about nmap

* Minor change
2018-10-19 20:48:41 +02:00
Variour
00d208c99c Added note about persistence of messages with embedded broker (#6949)
* Added note about persistence of messages with embedded broker

The embedded mqtt broker does not save messages between restarts. Because of this the discoverys messages have to be sent after every restart for the devices to show up in HA. I added a note section to make users aware of this.

* Minor change
2018-10-19 20:40:38 +02:00
keith
c3e0770b2f fix get_state syntax examples (#6952)
when called as given, errors with `TypeError: get_state() takes from 1 to 2 positional arguments but 3 were given`
2018-10-19 19:54:39 +02:00
DubhAd
b6d9b8ba5b Clarity updates (#6889)
Added note about testing templates in the template tool

Added section about how `|` has priority over non-bracket operators

Some minor changes to steer people towards `states.('...')` rather than `states...state`.
2018-10-17 23:17:03 +02:00
Joakim Sørensen
8a4b09ac8b Adds quotes for the state in the State condition example. (#6869) 2018-10-16 23:23:33 +02:00
Caswell1000
3cb46731b5 Update templating.markdown (#6871) 2018-10-16 23:22:52 +02:00
Gerard
8e53c7b7ea Fixes a type in ios location (#6827) 2018-10-15 23:04:05 +02:00
Fabian Affolter
a409f89df8
Fix link 2018-10-14 22:33:21 +02:00
lennartk
744b362b88 Fixed a grammar mistake in the database docs (#6771)
"The `VACUUM` command cleans the your database."
2018-10-14 09:24:34 +02:00
DubhAd
7017eb4cd5 is_state needs quotes all the way (#6751)
Apparently `is_state` treats the value as a string
2018-10-13 21:43:48 +02:00
longman391
e3aa2f9f28 Update secrets.markdown (#6741)
Fixed typos, comma splices, and missing punctuation.
2018-10-13 12:12:05 +02:00
Austin Drummond
c3926e3b49 Fixed a link on z-wave entities (#6737) 2018-10-13 10:18:16 +02:00
Brian J King
6d2102771e Updates to MQTT Broker to standardize docs (#6725)
* All instances of `Mosquitto` are capitalized **outside of** instances that refer to code/configuration blocks/file names to comply with the [docs standardization](https://developers.home-assistant.io/docs/en/documentation_standards.html).

* Standardization for displaying file paths, code/configuration blocks in `plaintext`.
2018-10-12 23:51:35 +02:00
Paulus Schoutsen
54f350b22b Merge branch 'rc' into current 2018-10-12 16:57:35 +02:00
Dmitriy Shafranskiy
5e4109ef95 Formatting fix (#6685)
Code ending block was placed in a wrong place causing documentation to be output wrongly.
2018-10-11 14:31:02 +02:00
DubhAd
667a05b90a Simplification of the supported controllers (#6647)
* Simplification of the supported controllers

Stripped it down to the key fact - *static controllers* are all that'll work with OZW.

Noted that Z-Wave Plus controllers are recommended, to take advantage of all the features of Z-Wave Plus.

Noted that S2 and Smart Start aren't supported by OZW

* Controllers restored

Restored the list of confirmed sticks, but taken out the lists of OSs because we just took the list from the OZW pages, and it's clear that's outdated and incomplete
2018-10-10 12:11:39 +02:00
DubhAd
3bf5d2045f Clarity update (#6657)
As somebody pointed out on the forum, using different examples adds confusion. Updated both styles to use the same contents, so it's clearer what's going on.
2018-10-10 12:04:15 +02:00
DubhAd
a7d55dfc31 Clarity update (#6655)
The _user_ docs imply that setting the device class sets the unit of measurement. This clearly isn't the case, so doing a set of clarity edits.
2018-10-10 09:18:13 +02:00
Ville Skyttä
c9f9085867 Spelling and grammar fixes (#6650) 2018-10-10 09:09:58 +02:00
Paulus Schoutsen
c31aba7408
Update controllers.markdown 2018-10-09 21:08:22 +02:00
Paulus Schoutsen
6d1c5eda38 Add webhook trigger docs (#6610) 2018-10-09 16:19:50 +02:00
Alok Saboo
a4dca76042 Fixed typos (#6623)
* Fixed typos

* More typos
2018-10-09 12:13:54 +02:00
Ben Bangert
a39d89e86f Update support controllers (#6620)
Tested the Zooz z-wave Plus S2 Stick ZST10 with Home-Assistant. Zwave worked, nodes included and communicating using a Raspberriy Pi3 with the latest Hass.io.
2018-10-08 21:42:30 +02:00
Christian Studer
3af63feb83 Fixes multiple typos (#6588) 2018-10-08 19:52:35 +02:00
Florian Klien
d3589d9518 typos fixed (#6582) 2018-10-07 10:58:35 -04:00
DubhAd
348c952f85 Little note that triggers are or (#6575)
We don't really call out that triggers are `or`, so adding a little about that here.
2018-10-07 11:43:54 +02:00
spacemanspiff2007
8020ba4c03 Added info about customizing entities (#6572)
* Added info about customizing entities

* Minor change
2018-10-07 09:26:44 +02:00
Jeppe Ladefoged
0e3fa5d250 Removed api_password (#6556)
Removed api_password from example configuration.
api_password is being discontinued and replaced with users/password.
2018-10-06 21:23:48 +02:00
DubhAd
1edbbfeb1f Install guide tweak (#6553)
Trying to split this into "first class" and "here be dragons". The aim being to make less experienced folks less likely to dive directly into things like Armbian, or Mac, or ...
2018-10-06 15:18:41 +02:00
DubhAd
0378f2ddce Improving the Securing docs (#5458)
* FOR DISCUSSION - improving the Securing docs

This probably needs some back and fore to work out what the projects want here, but I thought I'd give it a first pass through to turn this from a "wall of things" that seem equally important into something hopefully more digestible. Particularly as some of the things look like you should do all of them, but they're actually mutually exclusive, or functionally identical.

I've tried to break it into things that people must do (here's the basic minimum) and things they should consider if they want to make it more secure. I've also tried to steer people towards `cloud` where it'll work for them, and if they just want remote access to the UI to use a VPN or Tor (I moved the SSH tunnel option last because it's the most complicated to set up of the three).

* Update based upon feedback

* Added link to fail2ban guide

* Updates

* Update

* ✏️ Tweaks
2018-10-06 14:09:37 +02:00
Paulus Schoutsen
0a11f461d4 Merge branch 'current' into next 2018-10-05 18:00:02 +02:00
Gerard
6a27dd89e5 Remove duplicate text (#6520) 2018-10-05 12:29:25 +02:00
Alok Saboo
3720d09813 Use proper case for Home Assistant (#6526) 2018-10-05 11:37:45 +02:00
Jeppe Ladefoged
7c10ab9a2a Added Chrome on Linux + minor updates (#6491)
Added Chrome on Linux
Updated Firefox on Linux and Windows
Updated Chromium on Linux
2018-10-04 21:48:43 +02:00
DubhAd
bdc068914e
Merge pull request #5885 from GuyKh/patch-1
Update the instructions for location of dropbox_uplodaer.sh
2018-10-03 19:30:18 +01:00
DubhAd
6c31e3be04 Adding detail about initial state (#6475)
It's always been a bit of mystery why automations sometimes get turned off. This should shed some light on it.

I appreciate the intent is to fix this, but until it's fixed, it makes sense to document it.
2018-10-03 18:40:43 +02:00
Amir Hanan
5a05ac3c3c Device comparability notes / how to activate (#6470)
Took me a while to figure out how I could use it on my older model iPhone 6....
2018-10-03 16:59:46 +02:00
Franck Nijhof
04048834b1 Changes int -> integer (#6452) 2018-10-03 12:42:57 +02:00
Guy Khmelnitsky
a53879bae8
Update backup_dropbox.markdown 2018-10-03 09:38:04 +03:00
Guy Khmelnitsky
87fee22f67
Update backup_dropbox.markdown 2018-10-03 09:37:12 +03:00
Guy Khmelnitsky
78b7367f17
Update backup_dropbox.markdown 2018-10-03 09:35:54 +03:00
Guy Khmelnitsky
29858e853f
Update the terrible looks 2018-10-03 09:34:15 +03:00
eresonance
762feb02a2 Add comment about alarm_type versions (#6440)
Added info about the alarm_type from the openzwave code. I believe there is some mixed info based on older V1 alarms vs new V2 alarms. V2 have fixed alarm_types so I've separated the two to make it clear which one a user should look at.
2018-10-02 20:48:15 +02:00
Max Rumpf
0652a7b0a9 Fix grammar error (allows vs allow) (#6426) 2018-10-02 10:44:01 +02:00