Commit graph

348 commits

Author SHA1 Message Date
DubhAd
a1c2003ef3
Adding note on entity naming (#3677)
Adding troubleshooting note about entity names.

I wonder if this needs called out into its own section in the introductory documents though.
2017-10-21 09:56:29 +02:00
DubhAd
775fdbda00
Corrected permissions
Permissions listed for hass-daemon were `777` (everybody can change it), corrected to `755`
2017-10-21 09:56:28 +02:00
c727
a58146738a
small typo (#3665) 2017-10-21 09:56:27 +02:00
Max Rumpf
4b3b28af41
Add info about !include, fix #3262 (#3651) 2017-10-21 09:56:27 +02:00
Fabian Affolter
5afb014f1c
Add intro 2017-10-21 09:56:26 +02:00
Anders Fogh Eriksen
02315aed83
Update .travis.yml example (#3645)
to test against Python 3.5
2017-10-21 09:56:26 +02:00
Fabian Affolter
c0c7d9ea4a
Update 'now()' and 'utcnow()' (#3625)
* Update 'now()' and 'utcnow()'

* Add note
2017-10-21 09:56:24 +02:00
jurafxp
1ca04aa223
Working Apache config for websockets (#3623) 2017-10-21 09:56:23 +02:00
Paulus Schoutsen
e3ab5eea07
Update lets_encrypt.markdown 2017-10-21 09:56:22 +02:00
Johan van der Kuijl
a35cfbfd70
Small typo fix (#3602)
callack => callback
2017-10-21 09:56:21 +02:00
Fabian Affolter
7a0c5f2f96
Update file name 2017-10-21 09:56:19 +02:00
Fabian Affolter
88d1c2a30b
Fix Liquid error introduced with #3573 2017-10-21 09:56:19 +02:00
DubhAd
2faf1a118c
Update MQTT broker docs for clarity (#3573)
* Update MQTT broker docs for clarity

Adding words to note that the reason a "run your own" broker is the most private is because the embedded broker doesn't support TLS/SSL.
Also updating to use the new configuration tags.

* Update to reference hbmqtt supporting TLS
2017-10-21 09:56:19 +02:00
Daniel Høyer Iversen
ea3b8e3b39 Fix travis build (#3644)
* Update controllers.markdown

* Update installation.markdown
2017-10-16 23:02:24 +02:00
DubhAd
018890a3b8 Rewriting the Z-Wave documentation (#3467)
* Z-Wave documents refactoring

* Continuing to update documentation for Z-Wave

* Wakeup correction

Note that it only applies to devices that can be battery powered (for example, my Aeotec sensor is USB powered, but as it supports Wake the option is shown)

* Polling impact notes

Example of what the impact of polling can be

* Fix object_id to entity_id
2017-10-14 19:16:28 +02:00
Fabian Affolter
5d0a917cdd
Merge branch 'current' into next 2017-10-10 00:39:51 +02:00
Fabian Affolter
82dea44109 Initial glossary (#3568)
* Initial glossary

* Allow markdown in the description
2017-10-09 19:18:39 +02:00
Fabian Affolter
b46d342ccc
Address comment from #3263 2017-10-09 10:38:27 +02:00
Fabian Affolter
338d7234cb
Address a comment from #3263 2017-10-09 10:32:00 +02:00
Ken Davidson
58a48dbf9a Updated "emulated_hue_hidden" setting to match change in 0.55. (#3565) 2017-10-09 08:03:02 +02:00
cdce8p
3e9f16a1f1 Corrected details for wait_template (#3563) 2017-10-09 08:01:35 +02:00
NeLLyMerC
fa1149cde1 Update systemd.markdown (#3560)
- Cleaned up bullet points for clarity and readibility
- Added header for "Next Steps" after templates
- Removed redundant sentence
2017-10-08 23:43:58 +02:00
Ashton Campbell
9e6b9cb658 Fixed common spelling mistakes (#3544)
* fix spelling errors

* Update binary_sensor.xiaomi_aqara.markdown

Reverts to previous revision before spell check.

* Update tellstick.markdown

Reverts to previous revision before spell check.

* Update owntracks_two_mqtt_broker.markdown

Reverts to previous revision before spell check.

* Update cla_sign.html

Reverts to previous revision before spell check.

* Update credits.markdown

Reverts to previous revision before spell check.

* Update api.markdown

Fixed spell checker changing noone to no one.
2017-10-08 00:39:32 +02:00
Fabian Affolter
7076f2006d
Merge pull request #3403 from BioSehnsucht/rename-input-slider
Rename input_slider to input_number and add numeric text box option
2017-10-08 00:35:58 +02:00
Fabian Affolter
48d1b3347f Add changes from #3547 (#3553) 2017-10-08 00:31:48 +02:00
Aaron Linville
e9b2d55629 Fix Tiny Typo
"Wide", not "width" variety of operations.
2017-10-07 18:06:52 -04:00
Fabian Affolter
decb5d2f56 Merge pull request #3403 from BioSehnsucht/rename-input-slider
Rename input_slider to input_number and add numeric text box option
2017-10-07 21:44:23 +02:00
Fabian Affolter
ae690e4953 Merge pull request #3530 from home-assistant/release-0-55
0.55
2017-10-07 21:12:17 +02:00
Fabian Affolter
bf9afa45a5 Revert "Add info box (#3546)" (#3547)
This reverts commit 2663d6c0fa.
2017-10-07 16:41:48 +02:00
Jens
2663d6c0fa Add info box (#3546)
* Add text on similarities between yaml and dicts

- Linewrapped the respective text to a with of 80 chars as well

* Adds reference to dicts/Hashtables when expl. YAML

- A comparison between dictionary/hastables and YAML is drawn
- Linewraps the paragraph to 80 characters

* Adds reference to python, indentation is mentioned

* Extends reasoning on YAMLLint

* Removes obsolete whitespace

* Fix whitespace

* Adds reference to inclusion of env-vars in YAML

* Add links

* Include note into the yaml explanation

- The YAMLLint stuff is a little off-topic, when raising the security
  concerns. It should hence go into an info box.

* Minor changes
2017-10-07 16:00:48 +02:00
Jens
a69e4f0e40 Extend risks in using YAMLLint and alternative (#3543)
* Extends reasoning on YAMLLint

* Removes obsolete whitespace

* Fix whitespace

* Adds reference to inclusion of env-vars in YAML

* Add links
2017-10-07 13:12:04 +02:00
arretx
c346f6f752 A few clarifications (#3541)
* A few clarifications

These are a few clarifications that would have made the instructions a bit more clear.  I figured out what to do, but some of the behavior's were unexpected and I had to guess through a few things.

* Minor changes
2017-10-07 09:40:28 +02:00
Andrey
68f43ab924 Add template escaping 2017-10-06 15:37:26 +03:00
Fabian Affolter
82e40588c6
Fix typo 2017-10-06 14:26:36 +02:00
Jens
d59688811b Feature/yaml doc (#3534)
* Add text on similarities between yaml and dicts

- Linewrapped the respective text to a with of 80 chars as well

* Adds reference to dicts/Hashtables when expl. YAML

- A comparison between dictionary/hastables and YAML is drawn
- Linewraps the paragraph to 80 characters

* Adds reference to python, indentation is mentioned

* Minor changes
2017-10-06 08:15:11 +02:00
Paulus Schoutsen
f9e3f7e099 Merge remote-tracking branch 'origin/current' into next 2017-10-05 09:24:55 -07:00
Franck Nijhof
443904de16 Fixes spelling of 'Home Assistant' everywhere (#3524) 2017-10-05 10:53:08 +02:00
Fredrik Lindqvist
0ea1dd7ecf Remove deprecated Tellstick script from documenation (#3520)
Remove deprecated Tellstick script from documentation
2017-10-05 08:56:47 +02:00
Joakim Sørensen
1bfc28a008 Hassbian docs (#3487)
* Added link

Added link to hassbian-config

* Added note

Added note for upgrade HA from hassbian-config

* Added note

Added note on how to uppdate HA from hassbian-config

* Updated to match current version

Updated to match current version of hassbian-config.

* Corrected problems with link

* Corrected typo

* Corrected typo

* Corrected typo

* Update common-tasks.markdown

* Update upgrading.markdown

* Fix spelling

* Fix spelling
2017-10-05 08:55:59 +02:00
lukie80
8541f1e0de Added new kind of example and added description (#3510)
Added a new sensor example which requires multiple configuration topics but one state topic. I'm convinced that this example is very widespread and is useful for beginners (like me). Added sentence to outline the idea of MQTT discovery.
2017-10-04 07:50:45 +02:00
Ian Darwin
62617b14a6 Reword last para into more conventional English. (#3505) 2017-10-03 20:18:47 +02:00
datafx
981c18ee84 Add note about add-ons and extenstions (#3490)
* Add note about add-ons and extenstions 

Also updated the latest version numbers of firefox and chrome on windows after testing both.

* Remove spaces
2017-10-02 07:56:40 +02:00
jensjakob
ddf8b21ce2 Clarified numeric state trigger description (#3464) 2017-10-01 11:59:11 +02:00
Fabian Affolter
c8ec8391f4
Merge branch 'current' into next 2017-09-30 13:30:14 +02:00
Derek Brooks
94dd37d322 Update Z-Wave set_config_parameter (#3453)
Adds a bit of clarity to the `set_config_parameter` service.
2017-09-29 08:42:59 +02:00
rbflurry
5cd8995070
change uppercase to lowercase. (#3426)
This was applied as a part of https://github.com/home-assistant/home-assistant/pull/9427
2017-09-26 20:51:00 +02:00
Florian Klien
dd51ad0df5 fixed double 'the' (#3447)
* fixed double 'the'

mostly 's/the the /the /', little style changes where 'is' or 'to' was missing

* removed duplicate words

removed duplicate words like 'to to', 'you you' or 'account account' etc.

a batch of pizza-toasts burnt for this.
2017-09-26 20:30:04 +02:00
John Arild Berentsen
74785fb594 Update z-wave.markdown (#3213)
* Update z-wave.markdown

Changes for:
https://github.com/home-assistant/home-assistant/pull/9056

* Update z-wave.markdown

* Update z-wave.markdown

* Update z-wave.markdown
2017-09-26 09:58:23 +02:00
Walter Huf
1ad776685a Adds MQTT Fans to the MQTT Discovery docs (#3386) 2017-09-25 23:32:22 +02:00
rbflurry
33bbc740c3 add example (#3427)
* add example 

adds a example of a camera content message with actions.

This is possible in version 0.54.0

* Remove blank line
2017-09-24 10:20:19 +02:00