2609 Commits

Author SHA1 Message Date
Paul Sinclair
58c014fe60 📚Update pushbullet link and fix markdown linting (#10546) 2019-10-02 17:24:15 +02:00
Sean Mooney
43680b4790 Bring up to date with Developer Tools changes (#10545)
Update for Dev Tools redesign in 0.96, and also mention that Reloading customize is available via the Server Control panel.
2019-10-02 08:29:25 +02:00
Sean Mooney
2307c608d2 Update slightly outdated Dev Tools instructions (#10542)
Minor tweak.. This used the previous Services icon which is no longer in use... Services is now a tab (text only) within Developer Tools since Home Assistant 0.96.
2019-10-02 08:24:22 +02:00
Franck Nijhof
dcc7c10ce4
Rewrites all URLs in our website from components -> integrations 2019-10-02 00:35:28 +02:00
Mauricio Bonani
e0209f1482 Update graph.markdown (#10533)
* Update graph.markdown

* Change link to nbviewer
2019-10-01 21:47:20 +02:00
Mauricio Bonani
3d3b65a398 Update stats.markdown (#10534) 2019-10-01 21:45:58 +02:00
Franck Nijhof
45b5279c3b Replaces all redirected URLs in all content (#10484) 2019-10-01 08:38:08 -07:00
Mauricio Bonani
119185745b Fix notebook link (#10520) 2019-10-01 11:28:20 +02:00
Sean Mooney
2e1f83d216 Updated for new Logs panel (#10511)
In 0.99 Logs was split out from the Info tab, this makes things up to date
2019-10-01 11:16:31 +02:00
Franck Nijhof
79206dd3f4
No dollar signs in shell code (#10477) 2019-09-29 20:24:23 +02:00
Franck Nijhof
da5e1aad0e
Adds GitHub Action for Remark, fixes code flag on fences (#10475)
* Adds basics for adding Remark

* Adds GitHub Action for remark

* Adds GitHub Action for remark

* Ensure all fenced code blocks have a code flag
2019-09-29 00:50:28 +02:00
kdvlr
0daad58567 Clarified the behavior of conditions. (#10461)
* Clarified the behavior of conditions. 

The current reading of the documentation indicates that if a condition evaluates to true it stops executing. Added additional context to the first line to describe the actual behavior.

* Updated docs to clarify conditions behavior

The current reading of the documentation indicates that if a condition evaluates to true it stops executing. Added additional context to the first line to describe the actual behavior.

* Renamed script to automation

* Changed to script or automation for consistency.
2019-09-28 09:37:15 +02:00
Gil Peeters
870637a7dc Clarity on emabling MQTT TLS (#10453)
Clarified that you MUST define the `certificate` parameter to enable TLS connections to the MQTT server. This was not clear to me and was fighting with getting the right PEM/CRT file setup as commections were failing. When I then selected 'auto' it worked as designed. It would be better if there was an 'enable_tls' config parameter that would enable it and default to 'auto', but that;s a code change.
2019-09-25 14:31:12 +02:00
Nick Touran
c35303e37f Corrected math in description of twilight. (#10431) 2019-09-23 09:30:16 +02:00
Mauricio Bonani
a1cc108fd7 Match cheatsheet version with package currently used (#10418) 2019-09-22 16:34:04 +02:00
Sean Mooney
db85662d51 adds missing headings (#10371)
simply adds missing headings (h2) tags to the major sections of the page.
2019-09-15 14:31:40 +02:00
seanvictory
936cdcce87 Update controllers.markdown (#10360)
Added SmartThings as an alternative hub because it also supports Z-Wave devices.
2019-09-13 20:17:08 +02:00
Dubh Ad
4f0812d351 The lack of reload is gone (#10357)
The ability to reload automations etc in packages has long been addressed, apparently
2019-09-13 13:34:32 +02:00
Paulus Schoutsen
f26608ce13 Tweak securing page (#10327) 2019-09-09 23:26:33 +02:00
J
fed4661146
Correct grammar and improve clarity 2019-09-06 10:51:02 -05:00
hasscasts
60509e2451 Quick typo "id" -> "is" (#10268)
* Quick typo "id" -> "is"

I believe this is a typo and so thought I'd give it a quick fix

* ✏️ Fix spelling
2019-09-01 21:34:08 +02:00
Dubh Ad
17d7e09f84 Fixing errors (#10267)
There's a couple of examples where `.state` should be appended, but isn't
2019-09-01 18:12:09 +02:00
h4ckNinja
bc3da90247 Minor typo fix (#10255) 2019-08-30 09:49:23 +02:00
h4ckNinja
0923cb5735 Fix dead link (#10247) 2019-08-29 21:23:01 +02:00
Paulus Schoutsen
7e707b23e9 Merge branch 'rc' into current 2019-08-28 15:22:44 -07:00
Keith Pine
0aaf536ef8 Remove reference to removed zwave update_config (#10210)
* Update installation.markdown

Remove reference to `update_config` service, which has been removed.

* 🚑 Fix build error
2019-08-28 13:52:20 -07:00
Pascal Vizeli
180ecac744
Update docker.markdown 2019-08-28 16:06:45 +02:00
pvmil
45d0f0882a Minor update time pattern trigger in web-interface (#10226)
I spent some time (newbie) before I found out I had to fill '*' for fields I did not plan to fill (like 'hour')
2019-08-27 18:46:05 +02:00
vocweb
e70eeb83d3 Update condition (#10239)
condition: numeric state => condition: numeric_state
2019-08-27 10:05:57 +02:00
Robin
1386728091 Remove hashes in front of commands (#10219)
On the website they look like commented lines
2019-08-25 12:25:46 +02:00
Paulus Schoutsen
6d76203c89 Merge branch 'current' into next 2019-08-21 16:22:28 -07:00
akasma74
7bea0d9681 added Testing section (#9767)
* added Testing section

I saw no such thing in docs and it constantly causes topics like this - https://community.home-assistant.io/t/condition-problems/124222.
Hope this addition is useful.

* make it more readable

* moving Testing section to this better place

as discussed here https://github.com/home-assistant/home-assistant.io/pull/9767#issuecomment-511128560

* moving Testing bit to Troubleshooting

as discussed here https://github.com/home-assistant/home-assistant.io/pull/9767#issuecomment-511128560

* ✏️ Tweak

* 🚑 Removing linkable_title
2019-08-21 23:19:47 +02:00
Pascal Vizeli
e4f9b60987 Remove vagrant (#10192)
* Remove vagrant

* Remove references and unused asset
2019-08-21 23:05:28 +02:00
Klaas Schoute
a20e6ac701 🔨 Fix broken links (part 5) (#10181)
* 🔨 Fix broken links (part 5)

* Update name
2019-08-20 16:12:57 +02:00
Courtenay
4502a89f06
Slight changes to wording on customization help page (#10057)
* Update customizing-devices.markdown

* ✏️ Tweak

* Minor changes
2019-08-17 10:58:28 +02:00
Courtenay
62e60fb116 Slight changes to wording on customization help page (#10057)
* Update customizing-devices.markdown

* ✏️ Tweak

* Minor changes
2019-08-17 10:57:17 +02:00
Douglas Paz
e75a38b4dd
Add python3-dev in Raspberry Pi installation commands (#10046) 2019-08-17 10:48:34 +02:00
Douglas Paz
bcee33a88a Add python3-dev in Raspberry Pi installation commands (#10046) 2019-08-17 10:47:01 +02:00
Keith Pine
c8f5a564e8 Remove update_config from zwave services (#10139) 2019-08-16 19:32:14 +02:00
Dubh Ad
1b2f4058e9 Markdown fix (#10154)
* Markdown fix

Fixing the markdown

* Fix
2019-08-16 19:04:46 +02:00
Tomi Lehto
e21de0f104 Add documentation for arcus trigonometry functions (#9982) 2019-08-13 01:08:15 +02:00
Dubh Ad
16fbc41a91 Added config check for Docker (#10100)
Added the config check steps for Docker
2019-08-13 01:02:48 +02:00
jack1142
ff06792366 Update installation.markdown (#10091) 2019-08-09 09:28:46 +02:00
Pascal Vizeli
77197e6e73
Update docker.markdown 2019-08-09 08:56:38 +02:00
Pascal Vizeli
a962ed8925
Update docker.markdown 2019-08-09 08:56:12 +02:00
Pascal Vizeli
0b9fb8ed33
Update docker.markdown 2019-08-09 08:54:45 +02:00
David
af7b284906 Scene support for Zooz Z-Wave Switches (#10067)
Added instructions on how to update the switch and openzwave config file to add scene support for Zooz Zen26 & Zen27 switches.
2019-08-08 20:34:29 +02:00
Paulus Schoutsen
b8f989761e Merge remote-tracking branch 'origin/current' into rc 2019-08-06 10:16:07 -07:00
Will Hargrave
15a8a0936e Autoconf is required for some integrations (#10056)
Autoconf is required for Ikea Tradfri and will not install without this
2019-08-06 12:00:42 +02:00
Klaas Schoute
b844165f80 🔨 Fix indents on conditions page (#10061) 2019-08-06 11:07:38 +02:00