From 32d61b3fa8fafc22ddabe136dd49e2c7270492c7 Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Sun, 18 Jun 2017 16:46:01 -0400 Subject: [PATCH] Missing Documentation question for FAQ (#2839) * Missing Documentation. * Update documentation.markdown * Rename file --- source/_faq/missing-documentation.markdown | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 source/_faq/missing-documentation.markdown diff --git a/source/_faq/missing-documentation.markdown b/source/_faq/missing-documentation.markdown new file mode 100644 index 00000000000..c8453e3cf3a --- /dev/null +++ b/source/_faq/missing-documentation.markdown @@ -0,0 +1,16 @@ +--- +layout: page +title: "Missing Documentation" +description: ""The docs are missing or outdated" +date: 2017-06-18 09:00 +sidebar: true +comments: false +sharing: true +footer: true +ha_category: Documentation +--- + + +Home Assistant is a FAST moving open source project. This means occasionally the official documentation will not be 100% current or complete. Since this is an open source volunteer project, we would encourage anyone who finds gaps in the documentation to click the `edit this page on Github` link in the top right and submit any corrections/enhancements they may find useful. + +In the absence of information, many users find it beneficial to look at other people's configurations to find examples of what they want to accomplish in thier own configurations. The easiest way to find these configurations is through this [Github search](https://github.com/search?q=topic%3Ahome-assistant-config&type=Repositories).