Charles Garwood
4813bf8039
Remove info on creating an api_password ( #6120 )
2018-08-31 07:47:14 +02:00
Paulus Schoutsen
7b3961d127
Merge branch 'rc' into current
2018-08-29 12:13:23 +02:00
DubhAd
c43b581ad9
Added some details ( #6072 )
...
Making it a little clearer that `40` is a numeric, also making it clearer that it's an *entity attribute* that's being checked
2018-08-24 17:38:58 +02:00
Paulus Schoutsen
062f785563
Remove entity registry docs ( #6030 )
2018-08-22 17:41:59 +02:00
DubhAd
8cf406845a
Merge pull request #5978 from cooljimy84/patch-1
...
Add examples for whitelist_external_dirs
2018-08-16 09:29:58 +01:00
James Crook
427bc5b5d6
updated the example
...
I changed one of the example whitelists, as it was an already white listed directory.
2018-08-13 16:31:34 +01:00
DubhAd
ea30a52a78
Making the warning clearer, and linkable ( #5994 )
...
Making the warning clearer (I'll add something similar to the template trigger docs), and putting a title in so that we can link to it.
2018-08-11 22:34:02 +02:00
Fabian Affolter
fac9257908
Update style
2018-08-11 14:28:32 +02:00
Fabian Affolter
3a0a54cf14
Remove line braks
2018-08-11 14:20:33 +02:00
DubhAd
8717eb9f8f
Minor changes ( #5990 )
...
Taking out the "new and experimental" note - we're a dozen releases on, it's hardly new and seems to be (from a feature sense) stable.
Re-written para 2 to reflect that HA needs shut down, and that 0.75 introduced the "future" UI. Re-written the supported components list because it's horribly out of date, and without trawling the code it's impossible to know what's supported.
2018-08-11 14:16:52 +02:00
James Crook
a4e039a09d
Add examples for whitelist_external_dirs
...
Added examples for whitelist_external_dirs as I found it difficult to figure out
a) it had to follow homeassistant:
b) drop the last slash for the directory i.e. /tmp/exampledir NOT /tmp/exampledir/
2018-08-08 16:48:44 +01:00
David Gibbons
93c911fe99
In a code block we want to match the command "secret" not the name of the section, "secrets". ( #5854 )
...
This fix brings documentation in alignment with the commands used.
2018-07-24 22:19:51 +02:00
Rick Rubino
72b4b53c78
Added IP Filtering ( #5694 )
...
* Added IP Filtering
Added IP Filtering as an additional suggested protection for remote access
* ✏️ Removed full link
2018-07-09 11:20:09 +02:00
DubhAd
d691f95103
Added details about emulated_hue_hidden ( #5631 )
...
Given that it mentions in the emulated_hue pages that `emulated_hue_hidden` is being deprecated, it seems sensible to actually mention that here ;)
2018-06-29 22:07:36 +02:00
kloggy
9861ce0dfc
Include Weather Underground ( #5463 )
...
* Include Weather Underground
* Typo correction
2018-06-27 12:10:04 +02:00
Terence Foxcroft
df3f3a8239
Fix incorrect path in Group Visibility example ( #5602 )
...
The path for calling the occasion.py script referenced in the Group Visibility example when using docker should be /config/occasion.py and not /command/occasion.py
2018-06-26 06:17:42 +02:00
Paulus Schoutsen
bdaa81fcbf
Merge remote-tracking branch 'origin/current' into next
2018-06-03 17:01:34 -04:00
Fabian Affolter
c0e1270c43
Put content in a warning box and update links
2018-05-29 16:40:44 +02:00
DubhAd
d0bed6a0bb
Making port choice clearer ( #5448 )
...
Making it clearer that you can forward ports other than 8123.
2018-05-29 07:53:33 +02:00
Fernando
251b2b67d3
Update link ( #5440 )
...
Updated the link for "set up encryption using Let's Encrypt" for the latest one.
Instead of sending the user to the outdated version with the link for the newest one.
2018-05-27 09:53:28 +02:00
Fabian Affolter
08592c1aa4
Add SSH tunnel blog post
2018-05-26 17:32:43 +02:00
cdce8p
313479464c
Extend packages support ( #5425 )
2018-05-25 16:42:08 -04:00
DubhAd
6803b7a263
Added a warning ( #5404 )
...
After yet another [I've been hacked](https://community.home-assistant.io/t/i-have-been-hacked/53723 ) post on the forum, thought it was about time to start making things a bit more obvious.
2018-05-20 11:08:49 +02:00
Colin Teubner
eef07e33b7
Update entity-registry.markdown
2018-05-12 17:02:01 -07:00
DubhAd
dba8e963ea
Merge pull request #5121 from hokus15/patch-3
...
The distance is in fact measured in kilometers not meters
2018-05-12 18:50:29 +01:00
Paulus Schoutsen
286f800eef
Merge branch 'rc' into current
2018-05-11 12:31:07 -04:00
Fabian Affolter
07acbae2fb
Make it generic
2018-05-09 09:24:31 +02:00
DubhAd
49ea67b97e
Added note about tabs ( #5325 )
2018-05-08 09:22:50 +02:00
Paulus Schoutsen
e9aad88641
Fix broken templating
2018-05-06 08:54:51 -04:00
Otto Winter
76b908b033
Sensor device class docs ( #5219 )
...
* Sensor device class docs
* Fix binary_sensor copy
* Fix headings
* Add icons screenshot
* Add Empty device_class
* Grammar
* Update customizing-devices.markdown
* Add periods
2018-05-01 22:25:45 +02:00
Paulus Schoutsen
acd36632f7
Merge remote-tracking branch 'origin/current' into next
2018-04-20 10:59:32 -04:00
DubhAd
9465ec0c1a
Adding list of supported components ( #5191 )
...
Only the blog post says what components are supported, making it confusing for people. Adding that information to the docs.
2018-04-16 08:39:23 +02:00
Benedict Aas
ce53c0e9f0
Add more math functions to templates ( #5186 )
...
Document usage of `sin`, `cos`, `tan`, and `sqrt`, and the `e`, `pi`,
and `tau` constants.
2018-04-15 18:52:21 +02:00
Paulus Schoutsen
9bbbf21643
Merge remote-tracking branch 'origin/next' into rc
2018-04-06 10:29:52 -04:00
Jordi
874f7fb54f
The distance is in fact measured in kilometers not meters
2018-04-05 22:54:58 +02:00
mountainsandcode
4a1255889f
Update templating.markdown ( #5085 )
2018-04-04 20:53:54 +02:00
Max von Webel
211467de37
Update troubleshooting.markdown ( #5097 )
...
* Update troubleshooting.markdown
By default the check_config script only search `~/.homeassistent` for a configuration.
* Fix typo
* Add link
2018-04-04 09:19:51 +02:00
JudgeDredd
81ad15e9be
minor grammar changes to improve readability ( #5092 )
...
minor grammar changes to improve readability
2018-04-03 08:02:51 +02:00
Paulus Schoutsen
ee19913448
Merge branch 'rc' into next
2018-03-30 15:18:39 -07:00
Fabian Affolter
80500b0d1c
Fix service name
2018-03-29 10:06:53 +02:00
Marco Bakera
069a9f570e
Fixed minor typo in the description of 'max'. ( #5043 )
...
* Fixed minor typo in the description of 'max'.
* Update link
2018-03-29 09:05:59 +02:00
Mikael Svensson
88c8cc2ff1
Template function state_attr to get attribute from a state ( #4981 )
...
* Adds docs for https://github.com/home-assistant/home-assistant/pull/13378
* 🚑 Fixes build error
2018-03-28 00:04:48 -07:00
Paulus Schoutsen
41955dc31a
Remove url prefix pt 2 ( #5014 )
...
* Migrate the non blog posts to use no domain
* Update demo links
* Remove Zanzito references from owntracks docs
2018-03-24 22:14:34 -07:00
Alok Saboo
1aca7b08cf
Misc fixes: e.g. -> e.g., and proper case for Home Assistant ( #4942 )
...
* e.g. to e.g., and proper case for Home Assistant
* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00
Paulus Schoutsen
13464e509e
Remove broken redirect from ( #4901 )
2018-03-11 15:04:50 -07:00
Fabian Affolter
97b30a17f8
Fix link
2018-03-06 21:38:10 +01:00
DubhAd
15143d9b67
Fixing broken link
...
The link was missing the leading /
2018-03-02 15:40:44 +00:00
DubhAd
3bb86665af
Merge pull request #4732 from mvgrimes/pr/homeassistant_start
...
Adds comment about deprecated homeassistant_start event
2018-02-27 13:39:49 +00:00
Donal Phipps
986fdfa1dc
small typo - effect / affect.
...
For the pedants.
2018-02-27 12:34:52 +00:00
DubhAd
8763565cc1
Fixed template ( #4745 )
...
The example notify is invalid, missing the required `data_template:` line
2018-02-25 09:51:41 +01:00