463 Commits

Author SHA1 Message Date
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
DubhAd
b4ba6bb2d3
Added note about Heal
Added Heal step to instructions, to ensure that all nodes learn about the new node
2017-11-12 21:55:23 +00:00
Fabian Affolter
9128742b1b
Python release (#3966)
* Remove 3.4

* Add note
2017-11-12 19:40:46 +01:00
c727
1ec80cf84c [Install] Refresh Venv guide (#3931)
* [Install] Refresh Venv guide

* Update virtualenv.markdown

* Update virtualenv.markdown

* Update virtualenv.markdown

* Update virtualenv.markdown

* Update virtualenv.markdown

* Update virtualenv.markdown

* Update virtualenv.markdown
2017-11-12 15:00:31 +01:00
c727
89ab5d9598 [Install] Update Alternative install (#3933)
* [Install] Update Alternative install

* Update installation.markdown
2017-11-12 14:55:27 +01:00
Kevin Delaney
5558f0a70d Added example description (#3964) 2017-11-12 11:05:28 +01:00
John Arild Berentsen
c974f51343 Update control-panel.markdown (#3965)
* Update control-panel.markdown

Info for  https://github.com/home-assistant/home-assistant-polymer/pull/604

* Update control-panel.markdown

* Update control-panel.markdown
2017-11-12 11:04:46 +01:00
Paulus Schoutsen
9e1043fa21 Merge branch 'current' into next 2017-11-11 13:02:56 -08:00
DubhAd
c41cd5a3b2
Added note about naming
Added note that renaming takes place on restart
2017-11-10 20:02:24 +00:00
jimbob1001
6ad5f68509 typos & additional info (#3940)
typo - the instructions suggest calling your container "homeassistant" but then refer to restarting a container called "home-assistant"
typo - "lose" instead of "loose" & "a" instead of "an"
additional - web interface accessible using http://synologyIP:8123
additional - how to restart from synology
2017-11-10 10:07:33 +01:00
DubhAd
14eccf7f32
Adding further device details
Adding config details for the Fibaro Button and Aeotec Wallmote
2017-11-09 20:23:16 +00:00
DubhAd
07d95d98b8
Emphasising the long first start time 2017-11-09 19:49:43 +00:00
John Arild Berentsen
d291868644
Update control-panel.markdown
Updates for new services and buttons.
2017-11-09 18:27:53 +01:00
jimbob1001
29220c2e19 Update docker.markdown (#3935)
* Update docker.markdown

Added info to add timezone variable to docker using synology gui

* Fix name
2017-11-09 08:09:58 +01:00
DubhAd
3686974b7d
Tweaks for readability 2017-11-08 19:26:47 +00:00
Fabian Affolter
9faf94b30e
Merge branch 'current' into next 2017-11-08 09:22:04 +01:00
Fabian Affolter
9e6fe6c9be
Update 2017-11-08 08:51:55 +01:00
Chris Thorn
dbd358db36 Update customizing-devices.markdown (#3868)
Change `emulated_hue: false` to `emulated_hue_hidden: false`
2017-11-07 09:57:06 +01:00
Dan C Williams
9cd72c0dbc Add note to iOS actionable notifications for clarity (#3720)
* Update actions.markdown

Added note to remind users to update push settings within the app.  There are multiple community questions around this and performing this update will take care of many issues when implementing actionable notifications.

* Correcting spelling

Corrected `Setting` to `Settings`

* Remove space
2017-11-07 09:46:28 +01:00
John Arild Berentsen
a417716f69
Add new Z-Wave services (#3898)
Documentation to https://github.com/home-assistant/home-assistant/pull/10369
2017-11-06 15:15:30 +01:00
DubhAd
4e61e68e7c
Added HassIO details and troubleshooting
Included the HassIO specific details here too

Also added basic troubleshooting steps that have come up a few times
2017-11-05 10:33:24 +00:00
Per Osbäck
345dbfd1c3 fix hasbian typo (that means something different) (#3886) 2017-11-04 10:49:52 +01:00
Paulus Schoutsen
2581fb1bcd Merge branch 'current' into next 2017-11-02 09:31:07 -07:00
Ryan Sandridge
c13673dc8b Provide a script for macOS to generate the secure key (#3867)
Without including the LC_CTYPE=C environment variable on macOS, tr returns a "Illegal byte sequence" error.
2017-11-02 08:32:25 +01:00
DubhAd
3596205202
Updating titles to make links easier 2017-11-01 18:26:35 +00:00
DubhAd
1aab59beaf
Added note about 3.6 packages 2017-11-01 15:41:00 +00:00