diff --git a/atom.xml b/atom.xml index e52e1e542b..54f86affd1 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
The following debug tips and tricks are for people who are running the Hass.io image and are working on the base image. If you use the generic Linux installer script, you should be able to access your host and logs as per your host.
Create an authorized_keys
file in the root of your SD card with your public key. Once the device is booted, you can access your device as root over SSH on port 22222.
Create an authorized_keys
file containing your public key, and place it in the root of the boot partition of your SD card. Once the device is booted, you can access your device as root over SSH on port 22222.
Windows instructions how to generate and use private/public keys with Putty are here. Instead of the droplet instructions, add the public key as per above instructions.
Alternative instructions, for Mac, Windows and Linux can be found here.
Follow steps 1-4 under ‘Generating a new SSH key’ (The other sections are not applicable to Hass.io and can be ignored.)
diff --git a/docs/ecosystem/backup/backup_github/index.html b/docs/ecosystem/backup/backup_github/index.html index f062c5ad95..43e7a5cd1b 100644 --- a/docs/ecosystem/backup/backup_github/index.html +++ b/docs/ecosystem/backup/backup_github/index.html @@ -106,34 +106,14 @@ This will not create a full backup of your Home Assistant files or your OS. In a Before creating and pushing your Home Assistant configuration to GitHub, please make sure to follow thesecrets.yaml
best practice mentioned above and scrub your configuration for any passwords or sensitive information.
Creating a .gitignore
file in your repository will tell git which files NOT to push to the GitHub server. This should be used to prevent publishing sensitive files to the public. It should contain a list of filenames and pattern matches. This list should include at least your secrets.yaml
file, device configuration files, and the Home Assistant database/directory structure. The .gitignore
file should be placed in your Home Assistant directory.
Here is a sane example, but yours should be based on the files in your structure:
+Here is an example that will include your .gitignore
file, a scenes
directory, and all .yaml files except for secrets.yaml
and known_devices.yaml
. All other files will be excluded.
.gitignore
*.pid
-*.xml
-*.csr
-*.crt
-*.key
-www
-OZW_Log.txt
-home-assistant.log
-home-assistant_v2.db
-*.db-journal
-lib
-deps
-tts
+*
+!*.yaml
+!scenes
+!.gitignore
secrets.yaml
known_devices.yaml
-*.conf
-plex.conf
-phue.conf
-harmony_media_room.conf
-pyozw.sqlite
-.*
-!/.gitignore
-!/.travis.yml
-html5_push_registrations.conf
-ip_bans.yaml
-/icloud/*
More information on the layout of the file can be found in the .gitignore manual.
diff --git a/hassio/zwave/index.html b/hassio/zwave/index.html
index 4c6ed70413..e3e78490e1 100644
--- a/hassio/zwave/index.html
+++ b/hassio/zwave/index.html
@@ -86,7 +86,7 @@
For some exceptional devices, the /dev/ttyAMA0
will not be detected by udev and are therefor not mapped with docker.
So you need explicit set this device for mapping to Home-Assistant. Execute this command on ssh add-on:
$ curl -d '{"devices": ["ttyAMA0"]}' http://172.17.0.2/homeassistant/options
+$ curl -d '{"devices": ["ttyAMA0"]}' http://hassio/homeassistant/options
After that, you need change usb_path
to /dev/ttyAMA0
.
diff --git a/sitemap.xml b/sitemap.xml
index da4fea126e..a752a518b3 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3306,7 +3306,7 @@
https://home-assistant.io/components/switch.hook/
-2017-09-11T07:20:25+00:00
+2017-09-11T14:12:09+00:00
https://home-assistant.io/cookbook/automation_for_rainy_days/
@@ -3938,99 +3938,99 @@
https://home-assistant.io/docs/autostart/init.d/
-2017-09-11T07:20:25+00:00
+2017-09-11T14:12:09+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/
-2017-09-11T07:20:25+00:00
+2017-09-11T14:12:09+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/api/
-2017-09-11T07:20:25+00:00
+2017-09-11T14:12:09+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/configuration/
-2017-09-11T07:20:25+00:00
+2017-09-11T14:12:09+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/example_apps/
-2017-09-11T07:20:25+00:00
+2017-09-11T14:12:09+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/installation/
-2017-09-11T07:20:25+00:00
+2017-09-11T14:12:09+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/operation/
-2017-09-11T07:20:25+00:00
+2017-09-11T14:12:09+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/reboot/
-2017-09-11T07:20:25+00:00
+2017-09-11T14:12:09+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/running/
-2017-09-11T07:20:25+00:00
+2017-09-11T14:12:09+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/tutorial/
-2017-09-11T07:20:25+00:00
+2017-09-11T14:12:09+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/updating/
-2017-09-11T07:20:25+00:00
+2017-09-11T14:12:09+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/windows/
-2017-09-11T07:20:25+00:00
+2017-09-11T14:12:09+00:00
https://home-assistant.io/docs/ecosystem/certificates/
-2017-09-11T07:20:25+00:00
+2017-09-11T14:12:09+00:00
https://home-assistant.io/docs/ecosystem/hadashboard/
-2017-09-11T07:20:25+00:00
+2017-09-11T14:12:09+00:00
https://home-assistant.io/docs/ecosystem/hass-configurator/
-2017-09-11T07:20:25+00:00
+2017-09-11T14:12:09+00:00
https://home-assistant.io/docs/ecosystem/ios/
-2017-09-11T07:20:25+00:00
+2017-09-11T14:12:09+00:00
https://home-assistant.io/docs/ecosystem/nginx/
-2017-09-11T07:20:25+00:00
+2017-09-11T14:12:09+00:00
https://home-assistant.io/docs/ecosystem/notebooks/
-2017-09-11T07:20:25+00:00
+2017-09-11T14:12:09+00:00
https://home-assistant.io/docs/ecosystem/scenegen/
-2017-09-11T07:20:25+00:00
+2017-09-11T14:12:09+00:00
https://home-assistant.io/docs/ecosystem/synology/
-2017-09-11T07:20:25+00:00
+2017-09-11T14:12:09+00:00
https://home-assistant.io/docs/tools/
-2017-09-11T07:20:25+00:00
+2017-09-11T14:12:09+00:00
https://home-assistant.io/docs/tools/dev-tools/
-2017-09-11T07:20:25+00:00
+2017-09-11T14:12:09+00:00
https://home-assistant.io/docs/tools/hass/
-2017-09-11T07:20:25+00:00
+2017-09-11T14:12:09+00:00
https://home-assistant.io/docs/tools/scripts/
-2017-09-11T07:20:25+00:00
+2017-09-11T14:12:09+00:00
https://home-assistant.io/faq/after-upgrading/
@@ -5030,62 +5030,62 @@
https://home-assistant.io/demo/frontend.html
-2017-09-11T07:19:15+00:00
+2017-09-11T14:11:31+00:00
https://home-assistant.io/demo/index.html
-2017-09-11T07:19:15+00:00
+2017-09-11T14:11:31+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2017-09-11T07:19:15+00:00
+2017-09-11T14:11:31+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2017-09-11T07:19:15+00:00
+2017-09-11T14:11:31+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2017-09-11T07:19:15+00:00
+2017-09-11T14:11:31+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2017-09-11T07:19:15+00:00
+2017-09-11T14:11:31+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2017-09-11T07:19:15+00:00
+2017-09-11T14:11:31+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2017-09-11T07:19:15+00:00
+2017-09-11T14:11:31+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2017-09-11T07:19:15+00:00
+2017-09-11T14:11:31+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2017-09-11T07:19:15+00:00
+2017-09-11T14:11:31+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2017-09-11T07:19:15+00:00
+2017-09-11T14:11:31+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2017-09-11T07:19:16+00:00
+2017-09-11T14:11:31+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2017-09-11T07:19:16+00:00
+2017-09-11T14:11:31+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2017-09-11T07:19:16+00:00
+2017-09-11T14:11:31+00:00
https://home-assistant.io/static/mdi-demo.html
-2017-09-11T07:19:16+00:00
+2017-09-11T14:11:31+00:00