207 Commits

Author SHA1 Message Date
Marek Lewandowski
762fb28ab4 Fixed a typo in code listing. (#3363) 2017-09-14 21:00:43 +02:00
Eirik H
c08e19578a Describe the state_topic setting for battery tracking using Owntracks (#3322)
I wasn't sure what the /tablet/tablet section of the state_topic part meant so had to google a bit to figure it out. With this change, users will immediately understand what they should set as the topic.
2017-09-08 09:22:19 +02:00
julesverhaeren
6456f6489f update kodi URL (#3323)
https://home-assistant.io/components/mediaplayer.kodi/    =>   https://home-assistant.io/components/media_player.kodi/
2017-09-07 15:51:14 +02:00
DubhAd
d53a51f504 Dim (and brighten) lights via a remote (#3319)
* Dim (and brighten) lights via a remote

Hopefully this one won't break everything ;)

* Changes as requested

* Updates

Other than the last point, done.

The last part I've left, as these aren't strictly independent parts - the section after the comma is the explanation for how the "lever" works.

* Updates

You snuck those in while I was editing ;)

* Update dim_and_brighten_lights.markdown
2017-09-07 08:23:22 -05:00
Dale Higgs
7f4361962f Revert "Dim (and brighten) lights via a remote" (#3317)
* Revert "Remove "Changing the icon" (#3305)"

This reverts commit 6ae0daf2d58c444544a1bd68fd31adfed34c1f9c.

* Revert "Minor clarification in USPS component (#3316)"

This reverts commit 3c6ff37c0382291a023584fb5fba08debcd9a455.

* Revert "Update rss_feed_template.markdown (#3314)"

This reverts commit 6e154db323a35b25f9085c06d0e69ccfbfe87699.

* Revert "Dim (and brighten) lights via a remote (#3309)"

This reverts commit 21ca7ad8dc466a61f3846c3ca482f62af358c6b8.
2017-09-05 17:16:03 -05:00
DubhAd
21ca7ad8dc Dim (and brighten) lights via a remote (#3309)
* Dim (and brighten) lights via a remote

As per chat in the Discord, these are the scripts, automations, and input_sliders to allow a light to be dimmed and brightened by holding down the down or up button on an appropriate remote.

This has been extended to use input_sliders for the dim/brighten step, and for the minimum and maximum brightness levels.

* Updates

Replacing pointless data_templates with just data, complying with preferred formatting standards ;)

* Further updates

More fixes ;)
2017-09-05 13:48:44 -05:00
Vasiley
939088c4a7 Add Vasiley configuration (#3308) 2017-09-04 13:58:40 -05:00
mauriciobonani
cd431654d9 Add LIFX to note about transition (#3252) 2017-08-26 23:13:01 +02:00
Lance Haynie
51f8791b9e Create configuration_yaml_by_lancehaynie.markdown (#3203) 2017-08-19 13:20:01 +02:00
Martin Rowan
5461867c5c Add my repository of configuration files (#3161)
* Updating development environment setup guide

Added more complete instructions for setting up a development environment for Home Assistant. Including details of dependencies, setting up venv. This is based on notes captured from setting up a dedicated hass dev environment on Debian 8.6.0

* Update development_environment.markdown

Updated as a result of feedback on pull request: https://github.com/home-assistant/home-assistant.github.io/pull/1804
Adding reminder to activate virtual environment before running setup along with adding reference to indicate apt-get may not be applicable to distro in use.

* Revert change to instruction to run hass

Remove statement about running hass with --open-ui and what it does (wrongly stated). Based on feedback from @balloob.

* Updated setting up venv as pyvenv is being deprecated

As of Python 3.6 pyvenv has been deprecated in favour of python3 -m venv.

Further changes may be required following resolution of discussion around setting up venv in a sub directory vs at the top level of the project.

* Remove details of Frontend requirements for NVM and Node

Given change [#5507](https://github.com/home-assistant/home-assistant/pull/5507) only attempts to setup the frontend if nvm is present. It makes sense to remove the details from here, since that was mainly around avoiding errors in the first time setup scenario. Instead I've adjusted the text to point to the FrontEnd Dev section.

* Updated centos instructions

yum install commands needs to be split so that EPEL repo is added first ahead of attempting to install other dependencies.

* Create configuration_yaml_by_shortbloke.markdown
2017-08-10 16:20:45 +02:00
Fabian Affolter
cf78b5a188 Merge pull request #3082 from home-assistant/release-0-50
0.50
2017-07-29 23:55:02 +02:00
cribbstechnologies
480612dd66 this example was missed (#3084) 2017-07-29 12:19:19 +02:00
Ciquattro
6c3675a394 Update configuration_yaml_by_ciquattrofpv.markdown (#3024) 2017-07-20 20:59:37 +02:00
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