All Projects → home-assistant → Home Assistant.io

home-assistant / Home Assistant.io

Licence: other
📘 Home Assistant User documentation

Programming Languages

HTML
75241 projects
SCSS
7915 projects
ruby
36898 projects - #4 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Home Assistant.io

works-with-home-assistant
Equipment and software that works with Home Assistant
Stars: ✭ 32 (-98.65%)
Mutual labels:  hass, home-assistant, hassio
Operating System
🔰 Home Assistant Operating System
Stars: ✭ 1,920 (-19.23%)
Mutual labels:  home-assistant, hass, hacktoberfest
pymusiccast
Group MusicCast Speakers with Home Assistant
Stars: ✭ 34 (-98.57%)
Mutual labels:  hass, home-assistant, hassio
addon-shinobi
Shinobi Pro - Community Hass.io Add-on for Home Assistant
Stars: ✭ 22 (-99.07%)
Mutual labels:  hass, home-assistant, hassio
hass-pfsense
pfSense integration with Home Assistant
Stars: ✭ 44 (-98.15%)
Mutual labels:  hass, home-assistant, hassio
Docs
Parse Platform docs
Stars: ✭ 296 (-87.55%)
Mutual labels:  hacktoberfest, documentation, jekyll
Awesome Home Assistant
A curated list of amazingly awesome Home Assistant resources.
Stars: ✭ 3,487 (+46.7%)
Mutual labels:  home-assistant, hacktoberfest, hassio
Circleci Docs
Documentation for CircleCI.
Stars: ✭ 501 (-78.92%)
Mutual labels:  hacktoberfest, documentation, jekyll
Go Compression.github.io
The Hitchhiker's Guide to Compression
Stars: ✭ 106 (-95.54%)
Mutual labels:  hacktoberfest, documentation
React Styleguidist
Isolated React component development environment with a living style guide
Stars: ✭ 10,172 (+327.93%)
Mutual labels:  hacktoberfest, documentation
Docs
API Platform documentation
Stars: ✭ 119 (-94.99%)
Mutual labels:  hacktoberfest, documentation
Docs
The source for https://www.gobuffalo.io
Stars: ✭ 105 (-95.58%)
Mutual labels:  hacktoberfest, documentation
Handbook
📖 Complete documentation for WP-CLI
Stars: ✭ 129 (-94.57%)
Mutual labels:  hacktoberfest, documentation
Component Docs
📝 Simple documentation for your React components
Stars: ✭ 116 (-95.12%)
Mutual labels:  hacktoberfest, documentation
Swagger Combine
Combines multiple Swagger schemas into one dereferenced schema.
Stars: ✭ 102 (-95.71%)
Mutual labels:  hacktoberfest, documentation
Integration
HACS gives you a powerful UI to handle downloads of all your custom needs.
Stars: ✭ 2,114 (-11.06%)
Mutual labels:  home-assistant, hacktoberfest
Frontend
🍭 Frontend for Home Assistant
Stars: ✭ 1,366 (-42.53%)
Mutual labels:  home-assistant, hacktoberfest
Docs
📚 Documentation for 🚀 Fiber
Stars: ✭ 121 (-94.91%)
Mutual labels:  hacktoberfest, documentation
Typescript Vs Flowtype
Differences between Flowtype and TypeScript -- syntax and usability
Stars: ✭ 1,671 (-29.7%)
Mutual labels:  hacktoberfest, documentation
Uswds Site
USWDS website and documentation
Stars: ✭ 135 (-94.32%)
Mutual labels:  documentation, jekyll

Discord License: CC BY-NC-SA 4.0

Deploys by netlify

Home Assistant website

This is the source for the Home-Assistant.io website.

Setup

Setting up to contribute to documentation and the process for submitting pull requests is explained in the developer documentation.

Site preview

In order to make the preview available on http://127.0.0.1:4000, use the following bundler command:

bundle exec rake preview

If the preview is not running on your local machine, pass the IP of the target machine from where it should be served as a parameter, i.e. to access on http://192.168.0.123:4000:

bundle exec rake preview[192.168.0.123]

Speeding up site generation

Every release we post long changelogs to the website. This slows down generation of the website significantly! We include some tools to temporarily exclude the blog posts that you're not working on out of the way.

bundle exec rake isolate[filename-of-blogpost]

When you're done working on the site, run the following command to move the posts back again:

bundle exec rake integrate
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].