1036 Commits

Author SHA1 Message Date
Bo
ca41a82015 Clarify conditional executing in script (#7782) 2018-12-30 14:40:40 +01:00
Robert
8581701803 Add note for fixing cloudmqtt certificate errors (#7842)
See https://community.home-assistant.io/t/cloudmqtt-issues-expired-certificate/73030/4
2018-12-30 14:37:24 +01:00
Robert Schütz
b1cb93b8ba Package python3-dev is required, not python2-dev (#7978) 2018-12-29 15:47:58 +01:00
Fabian Affolter
be7aaaa7ad
Update link 2018-12-27 23:07:41 +01:00
Julien Brochet
85594edfe3 Add HA configuration when using NGINX (#7941) 2018-12-25 10:21:39 +01:00
Tal Salmona
a1b2465b29 Fixed example of how to add secrets (#7921)
and added an example of how to list the secrets
2018-12-21 21:30:58 +01:00
Koen Kanters
3ad05d179d Add Zigbee2mqtt to list of software that supports MQTT discovery. (#7912) 2018-12-20 17:02:31 +01:00
DubhAd
370dae337d Catchup (#7905)
Apparently this was missed with the 0.84 updates 

https://github.com/home-assistant/home-assistant/pull/18720
2018-12-19 22:40:27 +01:00
Thomas
2e984c4c93 Update systemd.markdown (#7897)
The quotation marks must be left off for the container name. Otherwise you will get the message
```/usr/bin/docker: Error response from daemon: Invalid container name ("home-assistant-pi"), only [a-zA-Z0-9][a-zA-Z0-9_.-] are allowed.```
After I removed the quotation marks from my systemd service file, everything worked fine.
2018-12-18 22:26:09 +01:00
Nicole Zeckner
1c1bc54c96 Update installation.markdown (#7883)
Change from -G to -aG, since we want to add to the group and not change the group. (Sorry I didn't catch this with the last one.)
2018-12-17 16:44:30 +01:00
Nicole Zeckner
6e3a0cc33d Update installation.markdown (#7868)
Change usermod "-G" to usermod "-aG" since we want the user added to dialout, not moved to dialout.
2018-12-16 09:37:23 +01:00
DubhAd
d703e355c9 Fixing the numeric state examples (#7853)
There's a bunch of copy/paste numeric state conditions that have quotes around them, when they shouldn't
2018-12-15 11:34:57 +01:00
Paulus Schoutsen
637edd3412 Merge branch 'rc' into current 2018-12-12 14:19:48 +01:00
Paulus Schoutsen
f11e64fc02
Update trigger.markdown 2018-12-10 16:23:50 +01:00
Rene Tode
e2b9ed9166 updated the examples to be usable with appdaemon 3.0 (#7784)
the examples where still written for AD 2.0
there have been breaking changes from 2.0 to 3.0
2018-12-09 18:08:55 +01:00
Pavol Babinčák
e74db7b344 Fedora improvements (#7774)
* Remove group gpio from Installation instructions for Fedora

That group doesn't exist on Fedora by default. I believe it makes more
sense to add homeassistant to that group later when that group needs to
be created.

* sudo to homeassistant before virtualenv is activated on Fedora

Very similar approach to Debian-based installation needs to be done
here. In the previous block of commands user homeassistant is created
and directories are chowned to him.

If one would try to run followup pip3 install or even hass itself as
current user he wouldn't be able to write to those directories or that
homeassistant user would be just useless.
2018-12-08 18:46:30 +01:00
qqgg231
be88529373 edited to follow documentation standards (#7766) 2018-12-07 20:00:22 +01:00
qqgg231
55b3a63dc5 Added explanation to docker command config (#7720)
* Added explanation to docker command config

It took me an hour to find how to edit this command, so I add explanation

* Minor change
2018-12-06 15:46:07 +01:00
Paulus Schoutsen
3afaecada8 Merge remote-tracking branch 'origin/current' into next 2018-12-06 09:38:07 +01:00
Gert Jansen van Rensburg
59538740d7 Added command to run on docker for windows. (#7726) 2018-12-04 23:04:25 +01:00
qqgg231
8454ba5b34 [your user] to YOUR_USER (#7724)
please check, I am not sure if it is the same variable!
2018-12-04 09:54:24 +01:00
Michael Luggen
996ec7f3b1 add fibaro to the list of supported hubs (#7706) 2018-12-02 13:01:54 +01:00
Pascal Vizeli
b008b0f084 Added new filters for templates (#7699)
* Added new filters for templates

* Minor fixes
2018-12-01 11:47:19 +01:00
Rene Tode
402b5fbd6d pointing to the original documentation (#7692)
placing a configuration documentation on this place did lead to a way outdated instruction.
because of the fact that the appdaemon docs are always up to date, it is better to redirect to the appdaemon documentation.
2018-11-30 20:39:45 +01:00
Hmmbob
f6291dd98c Update security.markdown (#7694)
* Update security.markdown

* Minor fixes
2018-11-30 20:38:45 +01:00
Paulus Schoutsen
cc550f9646 Merge branch 'rc' into current 2018-11-29 11:35:25 +01:00
Keith Pine
171c6af6f1 Update Z-Wave device 'delay' default (#7668)
The z-wave component sets a default of 5, not 2.

DEFAULT_CONF_REFRESH_DELAY = 5
2018-11-28 10:35:12 +01:00
MeIchthys
beb9d9cffb remove broken link (#7669) 2018-11-28 10:34:27 +01:00
Robin
7f9fa86b0b Update api.markdown (#7670) 2018-11-28 10:33:33 +01:00
Ben Nelson
8466f55293 Typo spelling correction (#7660)
Aoetec to Aeotec
2018-11-27 22:31:07 +01:00
dimitripb
3227ff1884 The current text assumes your user is always "homeassistant" (#7642)
* The current text assumes your user is always "homeassistant"

If you follow the advanced guide to setup a virtual environment a user named "homeassistant" or whatever you want will be created. See:
https://www.home-assistant.io/docs/installation/raspberry-pi/
If you follow this guide the "homeassistant" user won't be created:
https://www.home-assistant.io/docs/installation/virtualenv
This page actually refers to the Autostart page on which is assumed that you created a user named "homeassistant". It's better to refer to the user which runs HA in general.

* All occurences of [your user] replaced by YOUR_USER

* Update systemd.markdown
2018-11-26 12:26:57 +01:00
Antoni K
99c0b30427 Improved formatting and fixed grammar mistake (#7643) 2018-11-26 10:18:09 +01:00
Robin
9cb54def9a Update notebooks.markdown (#7634)
* Update notebooks.markdown

* Fix typo
2018-11-26 10:06:49 +01:00
Robin
394585980e Update installation.markdown (#7635) 2018-11-26 09:40:52 +01:00
Robin
b5d178be48 Update database.markdown (#7640) 2018-11-26 09:40:17 +01:00
Robin
6ae54cbf9a Update stats.markdown (#7638)
* Update stats.markdown

* 🚑 Fixes spelling of Home Assistant
2018-11-25 23:10:36 +01:00
Robin
c35d33c9b2 Update api.markdown (#7636)
* Update api.markdown

* 🚑 Fixes spelling of Home Assistant
2018-11-25 22:49:19 +01:00
Robin
458bc268d4 Update database.markdown (#7637) 2018-11-25 22:40:51 +01:00
DubhAd
edc27d31bd
Adding path for Docker 2018-11-22 21:25:01 +00:00
Franck Nijhof
318488f28e
Merge branch 'current' into next 2018-11-20 01:38:06 +01:00
Kevin
62bc9ab668 Added example (#7469)
Added an additional tested and working example of how to use a trigger variable in an automation.
2018-11-19 23:20:27 +01:00
DubhAd
bbe62ed42d Adding how to access HA (#7584)
Since the docs don't mention how to reach it, we really should ;)
2018-11-19 22:00:27 +01:00
dhzl84
5f0604d71d add example for climate device (#7563)
based on 0.81.6
current_temperature_template has no abbreviation according to the docs
2018-11-19 13:04:07 +01:00
Heiko Rothe
28a7c84c21 Add room-assistant to mqtt discovery support list (#7575) 2018-11-19 09:27:08 +01:00
thomasvs
8d495c2d65 Stop mixing singular and plural to be more consistent. (#7578) 2018-11-19 09:26:01 +01:00
firstmentoring
f373db2c38 Update virtualenv.markdown (#7574)
Added instructions for development libraries (build-essential libssl-dev libffi-dev) required for cffi, bcrypt, and cryptography. This may not be necessary on some Debian based systems for desktops with dev libraries installed but for server installations (I tested with Armbian) this is required.
2018-11-18 09:17:23 +01:00
DubhAd
1542004fc6 Note about case (#7565)
Since case sensitivity regularly trips people up, calling it out here.
2018-11-18 09:12:21 +01:00
Fabian Affolter
52af15dd11
Move links to entry 2018-11-17 11:57:48 +01:00
Klaas Schoute
ce89a9509b Update ios component configuration (#7539) 2018-11-17 11:45:24 +01:00
Nicholas Westerhausen
a0b4469547 Fix relative link (#7552)
Link for "customize entities" missing leading slash
2018-11-17 10:19:36 +01:00