488 Commits

Author SHA1 Message Date
Jon Griffith
e777af9ea1 Clarification regarding the frequency... (#4280)
It's often been noted in the forums that Template Triggers are sometimes overload and that you want to use them sparingly.  I haven't stress tested my system with this idea, but if the template triggers are tested every time any state changes, then that is the clarification that I've proposed in the documentation.
2017-12-26 21:10:55 +01:00
mvgrimes
83e008be84 Improves documentation on deploying via docker (ex: devices and compose) (#3981)
* Removes extraneous paragraph from docker documentation

It looks like this line was intended to go somewhere else, but got
erroneously bumped into the `Restart` section.

* Adds instructions to expose devices when deploying under docker

* Adds info about `docker-compose.yml` configuration to docker deployments

The docker command is pretty complicated and doesn't support automated
restarts. I think most users with want to use `docker-compose` (or
`docker swarm`) to deploy.
2017-12-20 12:27:23 +01:00
Fabian Affolter
1a6e71f12d
Fix 2017-12-19 08:58:40 +01:00
Fabian Affolter
8edda562f0
Add links (as requested) 2017-12-19 08:57:47 +01:00
Jenya Y
78573e9624 Typo (#4224) 2017-12-17 10:29:34 +01:00
Paulus Schoutsen
15e3857184 Revamp getting started (#4194)
* Revamp getting started

* Comments by Landrash

* Add text editor to software requirements

* Address comments
2017-12-16 13:37:08 +01:00
Paulus Schoutsen
a835d5feda Update virtual environment instructions (#4191)
* Update virtual environment instructions

* Add link to other guides
2017-12-16 11:57:55 +01:00
sveip
0c5d0bb522 Specify the correct device name for hass.io (#4206)
The doc might be misleading and make people believe they will have to add it manually with the curl command, which does not work.
2017-12-13 10:16:53 +01:00
Fabian Affolter
9271f5aeef
Fix link 2017-12-11 12:26:03 +01:00
Jeremy
d40dd5e6bb Update systemd.markdown (#4185)
Correct spelling of Home Assistant on line 131.
2017-12-11 10:04:38 +01:00
DubhAd
14f0228a96 Added note about hop limit (#4165)
Just found out about the 4 hop limit, update to reflect this
2017-12-10 12:27:16 +01:00
Anders Melchiorsen
5d09b8fe95
Revert "Added note about template triggers (#4018)" (#4097) 2017-12-08 23:52:39 +01:00
DubhAd
6029ef732f
Merge pull request #4157 from CCOSTAN/patch-45
Added in trigger data
2017-12-08 22:30:03 +00:00
Fabian Affolter
c1704be891
Simple add it to the list 2017-12-07 22:49:05 +01:00
Carlo Costanzo
06b8b5e90d
Added in trigger data
Because it took me YEARS to figure out.
2017-12-07 14:47:11 -05:00
Jacques-D. Piguet
5fd6466280
Missing dependancy for Debian
I'm not sure since what Debian version...
2017-12-07 15:57:38 +01:00
Questler
33640d18af Update init.d.markdown (#4147)
* Update init.d.markdown

Added code for Python virtual environment

* Update init.d.markdown

* Update init.d.markdown
2017-12-06 22:41:27 +01:00
DoloresHA
8e199af488 change homeassistant.appapi to appdaemon.appapi (#4058)
As far as I understand it (I'm a noob), there is no such thing as homeassistant.appapi , but rather should be appdaemon.appapi. I encountered this issue as described in this thread: https://community.home-assistant.io/t/appdaemon-first-steps/24820/6?u=dolores
2017-12-06 08:24:45 +01:00
austinmroczek
9af39648c3 Add example network_key line (#4133)
Added an example network_key line for configuration.yaml file.

I was having a hard time making it work because I was re-using an existing key from Razberry which was in a slightly different format.  It wasn't until I "created" a new key to see the format.
2017-12-04 00:21:46 +01:00
DubhAd
e3a54014bf Added note about disabling Z-Way (#4027)
* Added note about disabling Z-Way

A few people have had problems where they've installed the Razberry software, and it's then caused problems (locking the card, and/or over-writing the `zwcfg*.xml` file). Adding a note to ensure that if installed it is disabled.

* Minor changes
2017-12-03 18:12:25 +01:00
Fabian Affolter
ade302523b
Merge branch 'current' into next 2017-12-02 01:13:00 +01:00
Zorks
6c2d9a60d8
changed example in 'burglar' example to true/false 2017-11-30 18:59:23 -08:00
DubhAd
ce2f0e91b4 Added note about polling interval (#4098)
Added polling interval note, since apparently it got lost. Also corrected a stray link.
2017-11-30 08:53:51 +01:00
c727
2c0837926b AIO installer is deprecated (#4080)
* AIO installer is deprecated

* Remove AiO
2017-11-28 09:43:29 +01:00
Taylor Vierrether
14c7ca6dff change example to pass true/false so it actually works, clarify snesor name, and fix broken links (#4084) 2017-11-28 09:42:10 +01:00
Odin Ugedal
118a7f59f4 Add template documentation for logarithm (#4081) 2017-11-27 21:29:08 -08:00
Fabian Affolter
379de6fb86
Merge branch 'current' into next 2017-11-27 22:20:13 +01:00
Fabian Affolter
9fa93cb9f9
Fix name 2017-11-26 23:23:33 +01:00
ArnoGit
4b14d45bab Adding remark pertaining to secure devices (#4075)
* Adding remark pertaining to secure devices

Per experience with Schlage locks, you need to 1st exclude them from the previous network/hub before you can enroll them in a new network. This seems to be true for secure zwave devices with anti-theft protection

* Clarification

Added clarification, that you may need to use the previous setup for the exclusion process,

* Minor changes
2017-11-26 10:02:56 +01:00
Ryan Sandridge
90dd532cdf Adds correction to Zooz switch manual (#4060)
* Adds correction to Zooz switch manual

Adds correction to Zooz switch manual, which supplied incorrect instruction on how to include/exclude the switch from a Z-wave network.

* Fix name
2017-11-26 09:37:10 +01:00
David De Sloovere
1ef64b2cc5 Add automation example with templating (#4066)
* Add automation example with templating

* Fix escaping
2017-11-25 23:39:23 +01:00
DubhAd
02cef5ae20
Merge pull request #4028 from caz0075/patch-1
Update systemd.markdown with After=network-online.target for robust start up
2017-11-25 20:33:05 +00:00
John Arild Berentsen
aaa0bfbd3d
Update control-panel.markdown
Documentation for https://github.com/home-assistant/home-assistant-polymer/pull/677
2017-11-25 09:12:14 +01:00
DubhAd
c836d8fb67 Added note about Pi2 (#4047)
Added note about Pi2 based upon feedback in Discord
2017-11-23 08:28:51 +01:00
DubhAd
76db7f5c4f Added notes for RancherOS (#4048) 2017-11-23 08:28:13 +01:00
Jerry Workman
cb6e9dbbb3 Add reference to HA version and what's new in the latest release. (#4038)
Provide information to users so that they can determine the impact of the latest version on their system. Updates many times require changes to configuration, renaming of entities (z-wave for example), and deprecation of features,
2017-11-21 19:52:08 +01:00
caz0075
2da586c0b4
Update systemd.markdown
I found that After=network.target was not robust enough for Auto-discovery to work correctly and find devices on the network. I changed this to After=network-online.target to wait until the network was completely "up" before starting.
2017-11-21 09:53:26 +10:00
Joe Gross
16fd4474d2 Correct container name for restart command (#4021)
Using above instructions container name includes the dash.

shiny % docker ps
CONTAINER ID        IMAGE                          COMMAND                  CREATED             STATUS              PORTS                    NAMES
a9be19e6c76a        homeassistant/home-assistant   "python -m homeass..."   5 minutes ago       Up About a minute   0.0.0.0:8123->8123/tcp   home-assistant
shiny % docker restart homeassistant
Error response from daemon: No such container: homeassistant
[1]    67676 exit 1     docker restart homeassistant
shiny !1! % docker restart home-assistant
home-assistant
2017-11-20 08:38:53 +01:00
DubhAd
2bd161d258 Added note about template triggers (#4018)
Added an entity_id to the template trigger, as is best practice. Added a warning that template triggers without an entity_id have major performance impacts, and directing people to template sensors as an alternative.
2017-11-19 22:04:00 +01:00
Florian Klien
a034d4b438 truth table for condition sun (#3961)
* added truth table to illustrate sunset condition

truth table illustrates sunset condition with and without offsets

* ✏️ Small typo fix.
2017-11-19 21:20:30 +01:00
Paulus Schoutsen
559cfe67c7
Merge pull request #4001 from home-assistant/release-0-58
0.58
2017-11-18 12:19:59 -08:00
cdce8p
1d6c309d4d * Added "Trigger State Object" section (#3863) 2017-11-18 00:11:39 +01:00
DubhAd
bac5eeeb8a
Added ref to the netdisco libraries 2017-11-17 10:34:10 +00:00
Paulus Schoutsen
5ab2ca280b Merge remote-tracking branch 'origin/current' into next 2017-11-16 22:15:30 -08:00
Daniel Perna
3796a3b946 Update HASS Configurator documentation (#3993)
* Updated options

* New options and screenshot

* Added note about clearing banned IPs
2017-11-16 08:01:38 +01:00
DubhAd
7d2980bbe6
Added service note
Added details about disabling the hciuart service for the Raspberry board (courtesy of Krekza on Discord)
2017-11-15 12:26:16 +00:00
jimbob1001
27d38de0c0 update to synology docker install page (#3989)
* update to synology docker install page

Unfortunately the Synology GUI way of installing Home Assistant through docker does not allow access to the USB devices to use a Bluetooth or Z-Wave radio (has to be done via ssh) - User Phil Hawthorne has provided great instructions on his blog to access these devices - so wondered if it was acceptable to provide a link (otherwise it would require adding quite a lot of info to the page)
Regards,
James

* Make a note
2017-11-15 11:42:33 +01:00
marthoc
9bba1df831 Add Cover to MQTT Discovery (#3983)
Adds Cover to the list of MQTT components supported by MQTT discovery.
2017-11-14 20:19:24 -08:00
Phil Hawthorne
783a00ec45 Fix incorrect closing paragraph tag (#3979)
There was a paragraph tag which wasn't closed correctly, which was
causing issues on the installation instructions pages.
2017-11-14 18:39:39 +01:00
Christian Studer
0d862a9422 Adds a link directly to the cheatsheet (#3976)
The cheatsheet shows icons and their name in text on the same page, makes it easier to search for them.
2017-11-13 21:21:16 +01:00