8019 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
5f136f340b
Add full configuration example 2017-11-27 22:20:05 +01:00
Fabian Affolter
0b548b30e5
Update configuration variable description style 2017-11-27 22:17:39 +01:00
jimbob1001
546471c422 Update media_player.universal.markdown (#4052)
* Update media_player.universal.markdown

This state template is invalid...
    {% if (is_state('media_player.kodi', 'idle') 
causes the following error...
    Error rendering template: TemplateSyntaxError: unexpected '}', expected ')'
It seems there is a rogue bracket. when deleted the template reads...
    {% if is_state('media_player.kodi', 'idle') 
the template now works

* Fix second part
2017-11-27 17:49:19 +01:00
Stavros Korokithakis
e64d60c990 Clarify how the state_value_template variable works (#4054) 2017-11-27 16:26:54 +01:00
Henrik Carlioth
28154fc4ee Broken link (#4078)
Fix to link to binary rfxlink
2017-11-27 15:44:37 +01:00
Guillaume Rischard
9454a5f612 Optimised images. Saved 12.5 MB out of 56.7 MB. 27.5% per file on average (up to 99.6%) (#4041) 2017-11-27 15:43:58 +01:00
Brent Saltzman
43f72c00e8 Update binary_sensor.iss.markdown (#4077)
Fixed typo.
2017-11-27 07:54:41 +01:00
Fabian Affolter
2559e1849a
Add Hass.io 2017-11-26 23:30:04 +01:00
Fabian Affolter
9fa93cb9f9
Fix name 2017-11-26 23:23:33 +01:00
Craig J. Ward
4b077b4165 Dominos Pizza Docs (#3899)
* add dominos

* more doc fixes

* change schema

* update documentation

* add info for custom panel

* Updated as per notes

* fix configuration variables

* fix version

* update configuration variables

* fix yaml
2017-11-26 16:11:04 +01:00
Jan Losinski
5a12452e9f Documentation for retry on error in InfluxDB (#3854)
* Document max retries for InfluxDB

Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>

* influxdb: Add queue limit parameter.

Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2017-11-26 16:10:06 +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
PhyberApex
27fa84eb37 Mentioned the naming of the disk_use sensor (#4057)
* Mentioned the naming of the disk_use sensor

The disk_use parameter creates sensors named disk_used. This should be mentioned along the other differing entity names. This not being mentioned on release made me lose one month of data.

~Cheers

* Align with other entries
2017-11-26 09:34:15 +01:00
Paulus Schoutsen
8c395b7fba
Update cloud.markdown 2017-11-25 16:02:39 -08:00
DubhAd
e830d98aa1 Language clarification (#4063)
* Language clarification

Made it clearer that in 4.2 the client_id is the same as used before. Existing language is unclear and suggests that making them the same is optional.

* Also added clarity on the sync service
2017-11-25 23:44:50 +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
arjenfvellinga
1396b6410f Update sensor.dsmr.markdown (#4074)
Added ser2net config for DSMRv2.2 smart meters
2017-11-25 23:28:32 +01:00
Florian Klien
b1ff624412 xiaomi vacuum token retrieval for non rooted Android phones on Linux (#4059)
* xiaomi vacuum token retrieval for non rooted Android phones on Linux

* clarify password entries for backup

* typo
2017-11-25 23:27:47 +01:00
DubhAd
a3b88d0dfc Made nmap install step more generic (#4068)
It applies to Hassbian, Raspbian, and others, so I've made it more generic.
2017-11-25 23:26:44 +01:00
David De Sloovere
91787a0673 Fix typo in glossary (#4065) 2017-11-25 23:23:24 +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
DubhAd
d41b8a4c04
Merge pull request #4070 from netopiax/patch-4
Clarifying note about physical Hue bridge
2017-11-25 20:31:36 +00:00
DubhAd
8394caafd6
Merge pull request #4045 from RyuzakiKK/patch-1
light.yeelight: rename Developer mode with the new LAN mode
2017-11-25 20:29:31 +00:00
Colin Teubner
bed902de61
Update emulated_hue.markdown 2017-11-25 10:28:50 -08:00
bcl1713
98106b52b5 Remove "away_mode_name" (#4067)
Remove "away_mode_name" as an option as it is not implemented in the code.
2017-11-25 17:33:38 +01: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
Fabian Affolter
9fd1c2266c
Update 2017-11-25 00:17:43 +01:00
Fabian Affolter
24c63abda6
Update configuration variables description 2017-11-24 21:59:26 +01:00
Fabian Affolter
ccb00150e9
Update config var description style 2017-11-23 22:53:29 +01:00
Paulus Schoutsen
dfe09b8aae Merge remote-tracking branch 'origin/current' into next 2017-11-23 12:43:37 -08:00
bigwoof
18ee158de6 adding queue count (#4034)
adding documentation for proposed change
2017-11-23 21:22:07 +01:00
Rendili
ee6bb0906b Documentation for new Hive Platform / Components (#3577)
* Documentation for Hive platform / components

* Documentation for Hive platform / components

* Documentation for Hive platform / components

* Documentation for Hive platform / components

* Documentation for Hive platform / components

* Documentation for Hive platform / components

* Documentation for Hive platform / components

* Documentation for Hive platform / components

* Documentation for Hive Component / Platforms

* Documentation for Hive Component / Platforms

* Documenation for Hive Component / Platforms

* Document for Hive Component / Platforms

* Documentation for Hive Component / Platforms

* Documentation for Hive Component / Platforms
2017-11-23 20:50:01 +01:00
Fabian Affolter
a238c0295b
Update variable description style (#4043)
* Update variable description style

* ✏️ Tiny grammar fix

* ✏️ Tiny grammar fix
2017-11-23 08:29:18 +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
Ludovico de Nittis
66ab35f139
light.yeelight: rename Developer mode with the new LAN mode
For reference http://forum.yeelight.com/t/no-developer-mode-with-rgbw-and-yeelight-app/2514
2017-11-22 17:51:48 +01:00
Pascal Vizeli
8a6a75bb40
Update addon_communication.markdown 2017-11-22 14:15:01 +01:00
Pascal Vizeli
5ffd915231
Update addon_communication.markdown 2017-11-22 14:14:41 +01:00
Alok Saboo
e7ad856b0b Add information about Ring subscription requirement (#4040)
* Add information about subscription requirement

* Clarification
2017-11-22 13:42:49 +01:00
Isabella Gross Alström
f090a46780 Update group.markdown to show that you can customize order of groups. (#4037)
* Update group.markdown

* Remove blank lines
2017-11-22 11:49:20 +01:00
Sven-Hendrik Haase
daf517b0c0 Document new attributes (#4042)
* Document new attributes

Add documentation for the new attributes `transmission_rate_upstream` and `transmission_rate_downstream`.

* Shorter names
2017-11-22 08:41:07 +01:00
Florian Klien
5dc71643b8 fix documentation for input_datetime (#4033)
changes from home-assistant#10417 breaks old configs
2017-11-21 19:54:35 +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
Paulus Schoutsen
acaab3dbf8
Update code_review_platform.markdown 2017-11-21 09:09:39 -08:00
Alok Saboo
7b38ab222b
Merge pull request #4026 from arsaboo/binarypresence
Add presence device_class for binary_sensor
2017-11-21 09:08:59 -05:00
ikonixx
bc712e02d8 Update device_tracker.tile.markdown (#4029)
Added "t" to "bluetooth" in description.
2017-11-21 10:41:09 +01:00
Paulus Schoutsen
24d1223935 Release 0.58.1 2017-11-20 21:40:30 -08:00