Alec Rust 667f681488 Improve iCloud setup instructions (#11444)
Some confusions in the iCloud docs I encountered when setting it up:
- That this integration creates a device tracker for every device in Find My
- Still referenced Find My iPhone service instead of Find My
- Wasn't clear how the 2 Step Authentication code would be provided by the user

Have tidied these things up.
2019-12-12 20:13:23 +01:00
2019-11-16 17:09:24 +01:00
2019-12-11 17:07:10 +01:00
2019-12-11 17:07:10 +01:00
2019-08-22 08:00:30 -07:00
✏️ Tweak
2019-10-16 23:25:04 +02:00
2019-10-17 17:31:30 +02:00

Discord Krihelimeter License: CC BY-NC-SA 4.0

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 command as follows:

bundle exec rake preview

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
Description
📘 Home Assistant User documentation
Readme 1.4 GiB
Languages
HTML 63.5%
SCSS 15.2%
CSS 14.1%
Ruby 3.7%
JavaScript 3.5%