224 Commits

Author SHA1 Message Date
Ville Skyttä
b6a904933b Code blocks (#11648)
* Run black on Python code blocks, syntax fixes

https://github.com/scop/misc/blob/master/black_markdown.py

* Code block language marker fixes

* String formatting style tweaks
2020-01-07 12:58:15 +01:00
Ville Skyttä
301edb9bd2 Home Assistant etc spelling consistency fixes (#11637)
* Be consistent with Home Assistant spelling

* Refer to the Configurator without "HASS"

That's what's it calls itself and how it is in the add-on store.

* Be consistent with Hass.io spelling

* Tell vscode to spell HassOS like that
2020-01-05 12:44:21 +01:00
Roelof Schuiling
01f101ddbb Improved wording for ModemManager troubleshooting (#11599)
Users experiencing issues / interference by ModemManager are still commonly popping up in the forum. I changed the wording, so hopefully users will more easily recognize this applies to them.
2020-01-02 09:22:51 +01:00
Thiago Oliveira
f20728ef00 Fix zwave control panel wiki (#11583)
The **Entity Attrributes** button is actually named **Entity Information**. Also fixing the description on polling intensity to be a little clearer.
2020-01-01 19:52:26 +01:00
bkcberry
b5a2b12f3b added build-essential to the ubuntu prerequisites (#11547) 2019-12-28 10:08:17 +01:00
Paulus Schoutsen
f763a9ccf9
Update controllers.markdown 2019-12-12 09:50:39 +01:00
Paulus Schoutsen
21f72d7c38 Merge branch 'rc' into current 2019-11-20 16:25:00 -08:00
Michael Bisbjerg
78f80e35df Add note for disco lights when HA is running (#11199)
* Add note for disco lights when HA is running

See https://github.com/home-assistant/home-assistant/issues/28642#issuecomment-552678145

* ✏️ Tweak


Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2019-11-16 18:31:48 +01:00
Fredrik Lindqvist
2937ca5308 Removal of Hassbian from documentation (#10934)
* R.I.P Hassbian

* Restore device tracker to glosssay

* Remove space
2019-10-26 09:53:03 +02:00
Charles Garwood
aaa6f71800 Include note about secure inclusion bandwidth (#10777)
Z-Wave secure inclusion uses more bandwidth for communications and can slow down your network. This adds a note to the docs to mention that as we've seen performance issues in discord with too many chatty nodes that were secure included.
2019-10-15 20:00:27 +02:00
Ville Skyttä
c545e19c46 Spelling fixes (#10723)
* Spelling fixes

* ✏️ Tweak
2019-10-11 23:58:24 +02:00
Charles Garwood
7d8944fe54 Update zwave devices page (#10603)
S2 still not supported in OZW as of 10/2019
Update config github link to the OZW1.4 branch since HA is still on 1.4 and the master branch is for OZW1.6
2019-10-05 18:42:00 +02:00
Franck Nijhof
dcc7c10ce4
Rewrites all URLs in our website from components -> integrations 2019-10-02 00:35:28 +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
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
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
Paulus Schoutsen
6d76203c89 Merge branch 'current' into next 2019-08-21 16:22:28 -07: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
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
Dubh Ad
928219d014 Clarification (#10049)
Clarification update on when the Modem Manager applies.
2019-08-05 16:06:22 +02:00
Keith Pine
d57ce11313 Update installation.markdown (#9985)
Remove instructions to install libopenzwave1.5 on Linux installs. This instruction causes a lot of problems as the installed files interfere with the Python openzwave installation.
2019-07-28 20:33:20 +02:00
Dubh Ad
e7e3397acc Adding warning (#9960)
* Adding warning

As reported by multiple folks in the beta channel, looks like there's issues

* 🚑 Fixed Markdown
2019-07-23 21:56:00 +02:00
Franck Nijhof
42842f64a6
Collection of configuration block fixes (#9874) 2019-07-16 22:58:38 +02:00
Franck Nijhof
c464056402
Making our website faster, cleaner and prettier (#9853)
* 🔥 Removes octopress.js

* 🔥 Removes use of root_url var

* 🔥 Removes Octopress generator reference from feed

* 🔥 Removes delicious support

* 🔥 Removes support for Pinboard

* 🔥 Removes support for Disqus

* 🔥 Removes support for Google Plus

* ↩️ Migrate custom after_footer to default template

* ↩️ Migrate custom footer to default template

* ↩️ Migrate custom header to default template

* 🔥 Removes unused template files

* 🚀 Places time to read directly in post template

* 🚀 Removes unneeded capture from archive_post.html template

* 🔥 🚀 Removes unused, but heaving sorting call in component page

* 🚀 Merged javascripts into a single file

* 🔥 Removes more uses of root_url

* 🚀 Removal of unneeded captures from head

* 🔥 🚀 Removal of expensive liquid HTML compressor

* 🔥 Removes unneeded templates

* 🚀 Replaces kramdown with GitHub's CommonMark 🚀

* 💄 Adds Prism code syntax highlighting

*  Adds support for redirect in Netlify

* ↩️ 🔥 Let Netlify handle all developer doc redirects

* ✏️ Fixes typo in redirects file: Netify -> Netlify

* 🔥 Removes unused .themes folder

* 🔥 Removes unused aside.html template

* 🔥 Removes Disqus config leftover

* 🔥 Removes rouge highlighter config

* 🔥 Removes Octopress 🎉

* 💄 Adjust code block font size and adds soft wraps

* 💄 Adds styling for inline code blocks

* 💄 Improve styling of note/warning/info boxes + div support

* 🔨 Rewrites all note/warning/info boxes
2019-07-15 22:17:54 +02:00
Ness
99460b8b57 Update Raspberry Pi specific (#9833)
Added information that the rebooted is necessary after enabling the serial interface.
2019-07-12 13:27:50 +02:00
Franck Nijhof
1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00
Franck Nijhof
ebca3218c7
🔥Removes linkable_title everywhere (#9772)
* Automatically create linkable headers

* Visually improve position of linkable header chain icon

* Do not auto link  headers on homepage

* Remove linkable_title everywhere

* 🚑 Re-instante linkable_title plugin as NOOP
2019-07-04 19:08:27 +02:00
Pascal Vizeli
28f115a024
Merge branch 'current' into rc 2019-06-26 22:56:47 +02:00
warcanoid
774042665b Update installation.markdown (#9613)
* Update installation.markdown

* ✏️ Tweaks
2019-06-20 19:29:07 +02:00
Paulus Schoutsen
b5dd360691 Merge remote-tracking branch 'origin/current' into next 2019-06-19 16:29:24 -07:00
Franck Nijhof
1e46c4fcbe
Component(s) -> Integration(s) (#9656)
Signed-off-by: Franck Nijhof <frenck@addons.community>
2019-06-19 15:12:14 +02:00
Tommaso Marchionni
fadf8456de Added documentation for invert_percent configuration for zwave rollershutte (#9216) 2019-06-17 14:45:18 -07:00
Rick Fletcher
8237545cd3 Fix a typo (#9643)
"in efficient" -> "inefficient"
2019-06-17 17:18:15 +02:00
Dubh Ad
24dd703d77 Adding the warnings here (#9638)
* Adding the warnings here

* ✏️ Tweak
2019-06-16 14:55:51 +02:00
Klaas Schoute
b90fcfe538
✏️ Tweak 2019-06-01 00:41:16 +02:00
Kyle Niewiada
d174c6c55e
Add device model and bold shutdown directions
Added a device model for the Hank Z-Wave button: https://products.z-wavealliance.org/products/1918

I just bought one and used the same directions to get it working.

I also wanted to bold the directions telling the user to shutdown because I missed that paragraph and lost quite a bit of time trying to figure out why it wouldn't persist.
2019-05-31 17:54:42 -04:00
timfosse
1399c324a0 Added info for HeatIt Scene Controllers (#9023)
* Update device-specific.markdown

Added info for the wall switches/scene controllers from HeatIt/ThermoFloor:

https://www.heatit.com/wp-content/uploads/2018/11/Heatit-Z-Push-Button-2.pdf
https://www.heatit.com/wp-content/uploads/2018/11/Heatit-Z-Push-Button-8.pdf

* ✏️ Tweak

* ✏️ Tweak

* ✏️ Tweak
2019-04-29 00:19:00 +02:00
DubhAd
01edd66389 Added another troubleshooting step (#9268)
* Added another troubleshooting step

After a chat with petergebruers, these error messages are good ways of identify if you've made the mistake of running multiple things that access the controller, which breaks your system in strange and mysterious ways.

* Minor changes
2019-04-28 23:41:00 +02:00
Erik-jan Riemers
d5c995135b Update on z-wave docs because of upcoming change (#9095)
* Update z-wave section

* ✏️ Tweaks
2019-04-03 17:07:17 -07:00
Paulus Schoutsen
6b7972413c Merge branch 'rc' into current 2019-04-03 14:42:09 -07:00
Jason White
60e7311086 Update device-specific.markdown (#9099)
* Update device-specific.markdown

Expand Aeotec Z-Stick section to provide alternative "pipe to cu" syntax for enabling/disabling "disco lights" on systems where redirection to serial devices doesn't work because the baud rate on the serial device reverts to 9600 when haas isn't running.

* ✏️ Tweaks
2019-04-02 10:02:19 +02:00
Paulus Schoutsen
84ad821a8f
Autoheal default to false. Remove line that no longer relevant. 2019-04-01 09:19:59 -07:00
dnguyen800
aea87d4ee0 Update documentation of 'Z-Wave Devices - Adding and Removing' section (#9026)
* Update adding.markdown

* ✏️ Fixes Markdown numbering

* ✏️ Again...
2019-03-30 14:17:33 +01:00
mastakebob
71d82e9a0f Update device-specific.markdown (#9058)
* Update device-specific.markdown

Fixed formatting ("*" causing italics)

* ✏️ Tweak

* ✏️ Adds proper escaping
2019-03-30 14:07:12 +01:00
mastakebob
2720713e9e Update device-specific.markdown (#9042)
Updates include an alternate way of turning off the aeotec z wave 'disco lights' that is known to work on the latest Hass.io and Pi configuration (using ttyACM0 instead of the the by serial id method).  
Also provides additional guidance on how to properly insert the aeotec nanomote xml code into the zwcfg*.xml file.
2019-03-26 23:34:48 +01:00
Ben Bennett
8aff0b16dc Changed a word to clarify (#8988)
refigure out -> recompute
2019-03-20 11:26:44 -04:00
zackbcom
34bc30185a Added documentation for the Aeotec NanoMote Quad (#8828)
* Updated to add Aetoec NanoMote Quad

https://products.z-wavealliance.org/products/2817

* Updated Formatting

* Updated Names and Example

* ✏️ Tweak
2019-03-06 22:02:28 +01:00
stefanlod
8d122d5229 Added documentation for the Remotec ZRC-90 (#8819) 2019-03-04 12:57:37 +01:00