Volker Thiel
1102939bbd
Wrong topic when deleting sensor ( #8149 )
...
Deletion of a discovered sensor is done through the config topic
2019-01-12 17:55:22 +01:00
Paulus Schoutsen
e3857ab456
Merge branch 'current' into next
2019-01-09 16:56:38 -08:00
Paulus Schoutsen
aa16f4e5dc
Merge branch 'rc' into current
2019-01-09 16:55:14 -08:00
Malte Franken
2daaea690f
Geo Location -> Geolocation ( #8086 )
...
* fixed gelocation naming
* fixed broken link
2019-01-07 11:15:53 +01:00
pmmcmullen94
d066b69451
Fixed broken link ( #8051 )
...
Virtual env link was broken
2019-01-06 22:17:30 +01:00
Mike Kormendy
6f9c7131e5
Changes specifics on how the daemon is started. ( #8083 )
2019-01-06 21:20:42 +01:00
DubhAd
edef357100
Making the default and
more obvious ( #8043 )
...
With the default of `and` being hidden away in the `and` block, it's not obvious. Pulling that out.
Also highlighting that after sunset/before sunrise is the same as a single state check, and same for before sunset/after sunrise.
2019-01-04 19:58:40 +01:00
DubhAd
e2910c7b99
Install guide missing a step ( #8046 )
...
The install guide forgets to say how to reach the UI 🤦♂️
2019-01-04 19:57:25 +01:00
Paulus Schoutsen
431854d90c
Merge branch 'current' into next
2019-01-04 13:49:27 -05:00
John Arild Berentsen
4e98de3efc
Update control-panel.markdown ( #8001 )
...
Updates for https://github.com/home-assistant/home-assistant-polymer/pull/2390
Allow user to remove broadcast node from groups in ui.
2019-01-03 23:31:52 +01:00
Piers Dawson-Damer
d2420a973f
Update ios.markdown to resolve password save issue ( #7747 )
...
https://community.home-assistant.io/t/ios-app-wont-save-my-home-assistant/74336
2019-01-01 16:43:48 +01:00
Franck Nijhof
3fa1181745
✏️ Updating Hass.io enhancement ( #8007 )
2019-01-01 13:13:02 +01:00
Andrej Friesen
d722e47e0f
Add best practice on how to upgrade Hass.io ( #7998 )
...
* Add best practice on how to upgrade Hass.io
* Update name
2018-12-31 16:15:19 +01:00
Fermulator
6196e66882
remove homeassistant_venv subdir ( #7999 )
...
in the example gitupdate.sh script, there is a non-standard sub-directory path called `homeassistant_venv` within `/srv/homeassistant`
This conflicts with https://www.home-assistant.io/docs/installation/raspberry-pi/
This change removes it.
2018-12-31 12:15:32 +01:00
Bo
3e94922880
Clarify conditional executing in script ( #7782 )
2018-12-30 22:50:26 +01:00
Robert
c53308ec73
Add note for fixing cloudmqtt certificate errors ( #7842 )
...
See https://community.home-assistant.io/t/cloudmqtt-issues-expired-certificate/73030/4
2018-12-30 22:50:26 +01:00
Robert Schütz
4238668f24
Package python3-dev is required, not python2-dev ( #7978 )
2018-12-30 22:50:25 +01:00
Fabian Affolter
2be6e3b89e
Update link
2018-12-30 22:50:24 +01:00
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
dhzl84
c7a55ed519
Update discovery.markdown ( #7973 )
...
removed line ´"dev_cla":"climate",´ since it is not supported for climate devices and results in warnings in the log during discovery
2018-12-29 16:37:27 +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
Fabian Affolter
9f4754f605
Merge branch 'current' into next
2018-12-27 18:20:17 +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
Fabian Affolter
a2d388e7fd
Merge branch 'current' into next
2018-12-18 13:51:49 +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
Lewis Juggins
7a8bc3a072
Add note about entity_namespace deprecation ( #7840 )
...
* Add note about entity_namespace deprecation
* Update platform_options.markdown
2018-12-14 11:43:19 +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