194 Commits

Author SHA1 Message Date
brad
57322c9551 Add configuration.yaml example by oakbrad (#2812)
* Add configuration.yaml example by oakbrad

* Update file name
2017-07-02 22:01:59 +02:00
mauriciobonani
8899ffda93 Inconsistency fix (#2907) 2017-07-02 12:05:13 +02:00
Fabian Affolter
4ba3e3e0c6
Merge branch 'current' into next 2017-06-30 19:13:55 +02:00
PhracturedBlue
2260938b03 Fix bad link to react.html example (#2889) 2017-06-26 09:32:44 +02:00
Fabian Affolter
6119e42191
Relace HASS with Home Assistant and set format 2017-06-24 17:50:06 +02:00
Olav Alexander Mjelde
ebf718df9e Added log level needed in configuration.yaml (#2884)
Tested working with this log level
2017-06-24 17:47:51 +02:00
Ciquattro
233e62921f Cookbook Example (#2807) 2017-06-14 07:42:15 +02:00
Anders Melchiorsen
6c3476ae95 The above/below conditions no longer match equal values (#2757) 2017-06-04 18:46:55 +02:00
Anders Melchiorsen
476449131c The automation state trigger has deprecated its state alias (#2758)
The "state" used to be an alias for "to" but this was deprecated to make the
meaning more clear.

This commit updates the examples to no longer use the deprecated name.
2017-06-04 18:45:40 +02:00
Fabian Affolter
850284c4c4 Merge branch 'current' into release-0-46 2017-06-03 09:40:50 +02:00
Marc Forth
3285d67758 Update fail2ban.markdown (#2741)
* Update fail2ban.markdown

Made the links at the end clickable.

* Add description to links
2017-06-03 09:21:11 +02:00
Adam Mills
6cf3cd0a24 Rename time trigger 'after' to 'at' (#2731) 2017-06-01 22:41:02 -07:00
bbrendon
bcc73bf124 cookbook for fail2ban - fail2ban.markdown (#2710)
* Create fail2ban.markdown

* Tweak format a little bit
2017-05-25 10:17:34 +02:00
Eugenio Panadero
1bb8aeccd1 Kodi specific service to call Kodi API methods

 (#2635)
* Kodi specific services to call Kodi API methods



 - Doc for new service: `kodi_execute_addon` to run a Kodi Addon with optional parameters. Results of the Kodi API call, if any, are redirected in a Home Assistant event: `kodi_execute_addon_result`.

 - Doc for new service: `kodi_run_method` to run a Kodi JSONRPC API method with optional parameters. Results of the Kodi API call are redirected in a Home Assistant event: `kodi_run_method_result`.

 - Add `timeout` parameter to yaml config (needed to make slow queries to the JSONRPC API, default timeout is set to 5s).

 - Examples for using the new services: one simple yaml example to call `kodi_execute_addon`and turn on the TV attached to Kodi; and other, more complex, to query the Kodi library and make a dynamic input select.

* remove `kodi_execute_addon` service; change example to work with `kodi_run_method`

* naming changes

* complex example to cookbook

* Update media_player.kodi.markdown
2017-05-17 08:43:27 -04:00
Paulus Schoutsen
94957caacb Add development 101 section 2017-05-13 17:52:15 -07:00
Paulus Schoutsen
0ac6fd0f3f Merge branch 'current' into next 2017-05-04 21:49:24 -07:00
andrewfoster
ef98610c59 Change turn on/off lights example to use 'state' (#2555)
The example in the current documentation does not appear to work in hass 0.43.2. A trigger containing 'to' without a 'from' doesn't fire, however one that uses 'state' does.
2017-05-04 16:57:18 +02:00
Fabian Affolter
07112d8772
Update code 2017-04-30 23:11:59 +02:00
Fred Smith
0af3e6b6d4 added example config (#2527) 2017-04-29 00:38:15 +02:00
Mahasri Kalavala
f3497dcca9 Added new repo under examples section. (#2455)
Added link to https://github.com/skalavala/smarthome repo under examples section.
2017-04-20 08:07:55 +02:00
Kitti L
04d7252bac Broken link - file header link to documentation (#2419)
Suggests to update the link from: 
https://home-assistant.io/components/hello_state/ to 
https://home-assistant.io/cookbook/python_component_basic_state/
2017-04-12 23:06:42 +02:00
stanvx
fa00f21a1a Create configuration_yaml_by_stanvx (#2399) 2017-04-09 21:03:46 +02:00
Ludeeus
52e00c011c Added links (#2333)
Added links to the components used in the example, like in the others
2017-03-25 23:59:50 +01:00
Fabian Affolter
8f1095fda0 Move infrastructure cookbooks to docs (#2331)
* Move apache configuration to docs

* Add redirect

* Move certificate cookbooks to docs

* Add redirect

* Move tor configuration to docs

* Fix extension

* Update headings and add redirect

* Move file to docs

* Add redirect and remove whitespaces

* Add new sections
2017-03-25 19:19:33 +01:00
Fabian Affolter
82c9798f10
Minor updates 2017-03-25 17:15:09 +01:00
Brian J King
b13b585676 Fix broken formatting for Telegram notification link (#2327) 2017-03-24 22:26:45 +01:00
Fabian Affolter
e4246aa25a Fix indentation and remove use_trigger_values (fixes #2306) (#2313) 2017-03-21 20:44:47 +01:00
Ludeeus
48084ee55e Added round to battery precentage (#2309)
Sometimes the battery will be show as a long string like: 28.99999999996%..
By adding "|round" this will be shown as 29%
2017-03-20 20:09:34 +01:00
Paulus Schoutsen
0f4eb3885b Merge pull request #2226 from home-assistant/release-0-40
0.40
2017-03-11 14:14:28 -08:00
David
7717e4a40c Update notify_if__new_ha_release.markdown (#2228)
A template requires the use of `data_template` instead of `data` for the template to be rendered (instead of resulting in an error).
2017-03-11 10:52:30 +01:00
Paulus Schoutsen
8d7811c7c4 Merge branch 'current' into next 2017-03-01 23:40:45 -08:00
R Huish
7c24c4512c Corrected Typo (#2166) 2017-02-28 00:00:02 +02:00
Paulus Schoutsen
14898ed5e3 Merge branch 'current' into next 2017-02-25 15:52:12 -08:00
Paulus Schoutsen
f02b077f71 Merge pull request #2122 from home-assistant/release-0-39
0.39
2017-02-25 15:50:36 -08:00
scottocs11
3c61e1ddcf End YAML formatting (#2130)
I forgot to end the YAML formatting. Added the last line.
2017-02-24 20:50:26 +01:00
scottocs11
b1717c35e1 Remove unnecessary script usage (#2126)
Scripts are not necessary to perform this automation.
2017-02-24 17:52:16 +01:00
Andrew
beb728a766 added example config (#2121) 2017-02-24 08:04:04 +01:00
scottocs11
f6a3d54531 Add Configuration Example by scottocs11 (#2118) 2017-02-23 22:48:04 +01:00
tradiuz
e58eddafc8
Adding Travis CI testing to config backups (#2103)
* Adding Travis CI testing to config backups

Also gives a way to test the config against the latest code changes.

* Removing the advanced examples

Removed the advanced examples, fixed some typos and cleaned up formatting.
2017-02-23 19:02:49 +01:00
Jose Juan Montes
fecbdcea66 Added package based configuration example. (#2108) 2017-02-23 11:37:57 +01:00
tradiuz
0677895b5b Adding Travis CI testing to config backups (#2103)
* Adding Travis CI testing to config backups

Also gives a way to test the config against the latest code changes.

* Removing the advanced examples

Removed the advanced examples, fixed some typos and cleaned up formatting.
2017-02-22 00:40:24 -08:00
Andrey
6116ee55c3 Add cookbook entry for generating TLS by owning a domain. (#2077)
* Initial file for getting TLS certificate

* Write instruction

* Fixes
2017-02-19 18:19:34 +01:00
Fabian Affolter
273bcb7059
Update wstunnel part 2017-02-13 13:00:48 +01:00
Emanuele Palombo
b73af61eb9 Update apache_configuration.markdown (#1777) 2017-02-13 12:54:47 +01:00
Fabian Affolter
62db81541b
Fix markdown 2017-02-13 12:18:42 +01:00
Fabian Affolter
31d363c2c9
Add extension 2017-02-13 12:18:42 +01:00
Fabian Affolter
cd3427f422
Fix filename 2017-02-13 12:18:42 +01:00
xPsIXx
8e6d06cef5 Create automation_telegram_presence_alert (#1729) 2017-02-13 11:54:16 +01:00
Paulus Schoutsen
5cd20d9fbb Merge branch 'current' into next 2017-02-10 20:38:04 -08:00
Carlo Costanzo
043022647f Add in to and from
I think due to the rapid changes/reporting of states, a clear delimiter is needed for examples.
2017-02-07 14:41:48 -05:00