38 Commits

Author SHA1 Message Date
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
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
Franck Nijhof
4369499e89 Component(s) -> Integration(s) (#9705) 2019-06-27 20:10:56 -07:00
Paulus Schoutsen
0c607dab9a Merge branch 'rc' into current 2019-05-16 08:50:59 +02:00
Martin Hjelmare
af395c45cd Update mysensors validation text (#9335) 2019-05-14 12:53:53 +02:00
Piotr Żuralski
6cbcc1acdc fixing ha_category components annotation (#9432)
* fixing ha_category components annotation

Signed-off-by: Piotr Żuralski <piotr.zuralski@gmail.com>

* ✏️ Tweak
2019-05-11 09:46:28 +02:00
Martin Hjelmare
a031d2667d Clarify mysensors versions (#9336) 2019-04-28 01:59:58 +02:00
Robbie Trencheny
b08bcbe053
Fix some careless frontmatter mistakes 2019-03-10 04:45:59 -07:00
Robbie Trencheny
8714fc55a2
Add ha_release to components/platforms missing it 2019-03-09 17:27:44 -08:00
Paulus Schoutsen
41b4b69e83 Finish release 2019-03-06 15:45:42 -08:00
Alok Saboo
6429c9d0b2 Fixed e.g., in the docs (#8488)
* Fixed e.g., in the docs

* More fix
2019-02-11 19:26:22 +01:00
Lindsay Ward
68b915d69b Update MySensors component doc (#7150)
* Update MySensors component documentation

* Change mention of config entries to avoid confusion
2018-10-28 00:37:49 +02:00
Franck Nijhof
04048834b1 Changes int -> integer (#6452) 2018-10-03 12:42:57 +02:00
Fabian Affolter
f9f4452176
Move to DIY category (#6174) 2018-09-03 07:30:31 +02:00
Martin Hjelmare
55aee475fe
Update mysensors docs (#5090)
* Update mysensors docs

* Explain the change regarding smartsleep and heartbeats in mysensors
  version 2.2.0.
* Fix config options.
* Use minimum config section at the top.

* ✏️ Minor improvements
2018-05-11 09:45:52 +02: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
Martin Hjelmare
d946189282 Update mysensors configuration to new format (#3840) 2017-10-30 18:24:56 +01:00
Franck Nijhof
443904de16 Fixes spelling of 'Home Assistant' everywhere (#3524) 2017-10-05 10:53:08 +02:00
Florian Klien
3f1972b97b fixed typos, spelling mistakes (#3436) 2017-09-25 22:26:17 +02:00
EmitKiwi
4ce531fbe4 Documentation mysensor nodes (#3236)
* Update mysensors.markdown

* Update mysensors.markdown

* Update mysensors.markdown

* Update mysensors.markdown

* Added description for entity_id
2017-08-27 20:45:17 +02:00
Martin Hjelmare
e91ea480a9 Add section on message validation for mysensors (#3218)
* Add section on message validation for mysensors

* Fix spelling and grammar
2017-08-26 09:27:44 +02:00
Martin Hjelmare
fe55411ca6 Update mysensors (#2385)
* Debug option has been deprecated.
2017-04-09 08:39:53 +02:00
Fredrik Lindqvist
e049b830ef Fix link to Mysensors API.
Fix link to Mysensors API. Missing part of the url tag.
2017-02-09 22:22:54 +01:00
brahmafear
f45e9829a4 Heartbeats section added (#1730)
* Heartbeats section added

Added basic documentation of smartSleep functionality within HA based on receiving a heartbeat signal form MySensor node.

* Heartbeat info clarified.

Heartbeat section updated based on comments.

* MyS library api link updated

Single link to access all versions of MySensors code and API reference.
2017-01-07 15:48:42 +01:00
Martin Hjelmare
bb9533e546 Add mysensors types (#1031)
* Add more types.
* Fix some rendering issues.
2016-10-02 10:44:37 +02:00
Fabian Affolter
227d5a3f4f Minimizing of the configuration sample (#1020) 2016-10-01 12:09:08 +02:00
Martin Hjelmare
5b5d2e5f8d Add mysensors MQTT client gateway docs (#841)
* Add mysensors MQTT client gateway docs

* Add note about not all 2.0 feautures are supported
2016-08-27 00:05:25 +02:00
Martin Hjelmare
8116de20e7 Update docs for mysensors
* Update config and text for mysensors ethernet gateway.
* Update example sketch for mysensors switch.
2016-04-21 07:54:58 -07:00
Paulus Schoutsen
70bd3f4890 Release 0.18 blog post 2016-04-20 00:09:45 -07:00
MartinHjelmare
9e4a635494 Add example sketches
* Add binary sensor sketch.
* Add light sketch.
* Add sensor sketch.
* Add switch sketch.
* Change example yaml to default value for optimistic setting.
2016-04-13 18:03:43 +02:00
MartinHjelmare
573220aa55 Update mysensors
* Add optimistic config setting.
* Explain how to set a custom unit of measurement for sensors.
2016-02-18 21:16:38 +01:00
MartinHjelmare
071d330124 Try to fix pages not showing by adding timezone
* Add timezone.
* Remove types from switches page.
2016-02-15 20:52:33 +01:00
MartinHjelmare
db4ad9c5a1 Update mysensors main and light pages 2016-02-15 17:39:16 +01:00
Paulus Schoutsen
9faff82103 Update mysensors.markdown 2016-02-10 20:55:42 -08:00
Paulus Schoutsen
cc8e5f5685 Remove component layout page 2016-02-07 14:20:52 -08:00
MartinHjelmare
5e5380917b Update mysensors documentation
* Specify config defaults and supported protocol
    versions.
* Add guide for presenting a sensor.
* Specify supported S_TYPES and V_TYPES for sensors and switches.
2016-01-29 04:13:46 +01:00
Paulus Schoutsen
bd1b46fade Add 0.11 release blog post 2016-01-17 17:02:47 -08:00