diff --git a/atom.xml b/atom.xml index f88e5e83ed..00e4957d03 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
pi
account and execute the
pi
account and execute the
Conditions
pi
account and execute the
pi
account and execute the
au
- Basic information
- Setting up devices
- Customizing devices and services
- - Presence Detection
- Troubleshooting
- Security Check Points
au
Conditions
{Basic information
{Conditions
+
+ Tools and Helpers
+
+ - Developer Tools
+ - hass
+ - Scripts
+
+
Z-Wave
diff --git a/docs/tools/dev-tools/index.html b/docs/tools/dev-tools/index.html
index 18e024862e..d94a17ec49 100644
--- a/docs/tools/dev-tools/index.html
+++ b/docs/tools/dev-tools/index.html
@@ -7,26 +7,26 @@
- Tools - Home Assistant
+ Development Tools - Home Assistant
-
+
-
+
-
+
-
-
+
+
@@ -86,13 +86,49 @@
- Tools
+ Development Tools
- Home Assistant ships a couple of helpers for the command-line and the frontend which simplify common tasks, are helping with migrations, and ensure that Home Assistant runs properly.
+ The frontend contains a section called “Developer Tools”.
+
+
+
+Screenshot of Home Assistant’s Developer Tools.
+
+
+
+
+
+ Section
+ description
+
+
+
+
+ Services
+ Calls services from components
+
+
+ States
+ Sets the representation of an entity
+
+
+ Events
+ Fires events
+
+
+ Templates
+ Renders templates
+
+
+ Info
+ Details about Home Assistant
+
+
+
@@ -140,7 +176,6 @@
- Basic information
- Setting up devices
- Customizing devices and services
- - Presence Detection
- Troubleshooting
- Security Check Points
@@ -192,6 +227,14 @@
Conditions
+
+ Tools and Helpers
+
+ - Developer Tools
+ - hass
+ - Scripts
+
+
Z-Wave
diff --git a/docs/tools/hass/index.html b/docs/tools/hass/index.html
index b10cb2e514..7cdfae2431 100644
--- a/docs/tools/hass/index.html
+++ b/docs/tools/hass/index.html
@@ -7,26 +7,26 @@
- Hass - Home Assistant
+ hass - Home Assistant
-
+
-
+
-
+
-
-
+
+
@@ -92,7 +92,7 @@
- The command-line part of Home Assistant is
+ The command-line part of Home Assistant is hass
.
$ hass -h
usage: hass [-h] [--version] [-c path_to_config_dir] [--demo-mode] [--debug]
@@ -125,6 +125,7 @@ optional arguments:
+
@@ -170,7 +171,6 @@ optional arguments:
- Basic information
- Setting up devices
- Customizing devices and services
- - Presence Detection
- Troubleshooting
- Security Check Points
@@ -222,6 +222,14 @@ optional arguments:
Conditions
+
+ Tools and Helpers
+
+ - Developer Tools
+ - hass
+ - Scripts
+
+
Z-Wave
diff --git a/docs/tools/index.html b/docs/tools/index.html
index e7fe54f3a9..599c9f44d6 100644
--- a/docs/tools/index.html
+++ b/docs/tools/index.html
@@ -95,6 +95,7 @@
Home Assistant ships a couple of helpers for the command-line and the frontend which simplify common tasks, are helping with migrations, and ensure that Home Assistant runs properly.
+
@@ -140,7 +141,6 @@
- Basic information
- Setting up devices
- Customizing devices and services
- - Presence Detection
- Troubleshooting
- Security Check Points
@@ -192,6 +192,14 @@
Conditions
+
+ Tools and Helpers
+
+ - Developer Tools
+ - hass
+ - Scripts
+
+
Z-Wave
diff --git a/docs/tools/scripts/index.html b/docs/tools/scripts/index.html
index 8d23cbbf6d..1f256be7b6 100644
--- a/docs/tools/scripts/index.html
+++ b/docs/tools/scripts/index.html
@@ -92,7 +92,40 @@
- Home Assistant ships a couple of helpers for the command-line and the frontend which simplify common tasks, are helping with migrations, and ensure that Home Assistant runs properly.
+ The command-line and the frontend which simplify common tasks, are helping with migrations, and ensure that Home Assistant runs properly. Please do not confuse those with with Home Assistant’s script feature.
+
+ Configuration check
+
+Test any changes to your configuration.yaml
file before launching Home Assistant. This script allows you to test changes without the need to restart Home Assistant.
+
+$ hass --script check_config
+
+
+
+ Existance of configuration
+
+This script checks if the configuration.yaml
file exists. If the file is not available, one is created.
+
+$ hass --script ensure_config
+
+
+
+ Secrets
+
+There is a method to store secrets outside of your configuration.yaml
file. For further details, please refer to the Storing Secrets documentation.
+
+$ hass --script keyring
+
+
+
+ Old scripts
+
+Usally those scripts were only use when a massive update happend and was announced in the release notes.
+
+
+ db_migrator
: Migrate an existing SQLite database to the new schema.
+ influxdb_migrator
: Convert an old InfluxDB to the new format.
+
@@ -140,7 +173,6 @@
- Basic information
- Setting up devices
- Customizing devices and services
- - Presence Detection
- Troubleshooting
- Security Check Points
@@ -192,6 +224,14 @@
Conditions
+
+ Tools and Helpers
+
+ - Developer Tools
+ - hass
+ - Scripts
+
+
Z-Wave
diff --git a/docs/z-wave/controllers/index.html b/docs/z-wave/controllers/index.html
index b10e16def2..ff16de830e 100644
--- a/docs/z-wave/controllers/index.html
+++ b/docs/z-wave/controllers/index.html
@@ -198,7 +198,6 @@ Upon first run, the zwave
component will
- Basic information
- Setting up devices
- Customizing devices and services
- - Presence Detection
- Troubleshooting
- Security Check Points
@@ -250,6 +249,14 @@ Upon first run, the zwave
component will
Conditions
+
+ Tools and Helpers
+
+ - Developer Tools
+ - hass
+ - Scripts
+
+
Z-Wave
diff --git a/docs/z-wave/device-specific/index.html b/docs/z-wave/device-specific/index.html
index 46e751317e..f22935557d 100644
--- a/docs/z-wave/device-specific/index.html
+++ b/docs/z-wave/device-specific/index.html
@@ -244,7 +244,6 @@ Make sure you copy the newly saved zwcfg_[home_i
- Basic information
- Setting up devices
- Customizing devices and services
- - Presence Detection
- Troubleshooting
- Security Check Points
@@ -296,6 +295,14 @@ Make sure you copy the newly saved zwcfg_[home_i
Conditions
+
+ Tools and Helpers
+
+ - Developer Tools
+ - hass
+ - Scripts
+
+
Z-Wave
diff --git a/docs/z-wave/index.html b/docs/z-wave/index.html
index 3ce316edc7..0e71ca951b 100644
--- a/docs/z-wave/index.html
+++ b/docs/z-wave/index.html
@@ -448,7 +448,6 @@ Depending on what’s plugged into your USB ports, the name found above may chan
- Basic information
- Setting up devices
- Customizing devices and services
- - Presence Detection
- Troubleshooting
- Security Check Points
@@ -500,6 +499,14 @@ Depending on what’s plugged into your USB ports, the name found above may chan
Conditions
+
+ Tools and Helpers
+
+ - Developer Tools
+ - hass
+ - Scripts
+
+
Z-Wave
diff --git a/docs/z-wave/settings/index.html b/docs/z-wave/settings/index.html
index 4ab6b74808..db82e223d5 100644
--- a/docs/z-wave/settings/index.html
+++ b/docs/z-wave/settings/index.html
@@ -158,7 +158,6 @@
- Basic information
- Setting up devices
- Customizing devices and services
- - Presence Detection
- Troubleshooting
- Security Check Points
@@ -210,6 +209,14 @@
Conditions
+
+ Tools and Helpers
+
+ - Developer Tools
+ - hass
+ - Scripts
+
+
Z-Wave
diff --git a/images/screenshots/developer-tools.png b/images/screenshots/developer-tools.png
new file mode 100644
index 0000000000..de5e182fc6
Binary files /dev/null and b/images/screenshots/developer-tools.png differ
diff --git a/sitemap.xml b/sitemap.xml
index 69057b8082..b73b9fb8a7 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2869,62 +2869,62 @@
https://home-assistant.io/demo/frontend.html
-2017-02-23T15:49:19+00:00
+2017-02-23T16:22:48+00:00
https://home-assistant.io/demo/index.html
-2017-02-23T15:49:19+00:00
+2017-02-23T16:22:48+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2017-02-23T15:49:19+00:00
+2017-02-23T16:22:48+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2017-02-23T15:49:19+00:00
+2017-02-23T16:22:48+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2017-02-23T15:49:19+00:00
+2017-02-23T16:22:48+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2017-02-23T15:49:19+00:00
+2017-02-23T16:22:48+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2017-02-23T15:49:19+00:00
+2017-02-23T16:22:48+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2017-02-23T15:49:19+00:00
+2017-02-23T16:22:48+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2017-02-23T15:49:19+00:00
+2017-02-23T16:22:48+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2017-02-23T15:49:19+00:00
+2017-02-23T16:22:48+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2017-02-23T15:49:19+00:00
+2017-02-23T16:22:48+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2017-02-23T15:49:19+00:00
+2017-02-23T16:22:48+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2017-02-23T15:49:19+00:00
+2017-02-23T16:22:48+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2017-02-23T15:49:19+00:00
+2017-02-23T16:22:48+00:00
https://home-assistant.io/static/mdi-demo.html
-2017-02-23T15:49:19+00:00
+2017-02-23T16:22:48+00:00