gregwis
bd704bbfa8
Information about compatible ETHM module ( #4118 )
...
* Information about compatible ETHM module
Component works only with ETHM-1 Plus module and firmware version > 2.00. It doesn't work with ETHM-1 module and ETHM-1 Plus module with firmware 2.00, confirmed compatibility with version 2.04.
* Use full words:wq
2017-12-02 14:12:21 +01:00
Fabian Affolter
ade302523b
Merge branch 'current' into next
2017-12-02 01:13:00 +01:00
rbflurry
02bb814651
add DD-wrt ( #4114 )
...
Add DD-WRT to the SNMP list.
2017-12-01 20:50:01 +01:00
Zorks
c801533484
Added missing certfile/keyfile entries to code ( #4116 )
...
If user accidentally removes those by copy/pasting what was listed, it throws a "missing" error.
2017-12-01 20:47:27 +01:00
Derek Brooks
800e28429c
Add more detailed Arlo base station docs ( #4092 )
...
* add some Arlo base station docs
* a bit more context
2017-12-01 18:32:49 +01:00
Fabian Affolter
45a58478e7
Use style for configuration variables and fix other things ( #4104 )
2017-12-01 18:28:50 +01:00
Valiceemo
e0c7e20b6b
Update rss_feed_template.markdown ( #4113 )
...
add missing 'a' character in line 20
2017-12-01 18:26:52 +01:00
Andrey
6ee0c71553
extra_html_url is split into extra_html_url and extra_html_url_es5 ( #4056 )
...
* Update frontend.markdown
* Update frontend.markdown
* Keep es5 as default
2017-12-01 18:26:02 +01:00
Erik Eriksson
e7d97f25d6
Update discovery.markdown ( #3977 )
2017-12-01 18:25:17 +01:00
Erik Eriksson
5877d2fe89
Update tellduslive.markdown ( #3955 )
...
* Update tellduslive.markdown
* Update tellduslive.markdown
* Add info about host variable
* Update tellduslive.markdown
2017-12-01 18:24:24 +01:00
Jeroen ter Heerdt
7ba9498882
Update tts.microsoft.markdown ( #3923 )
2017-12-01 18:22:43 +01:00
PhracturedBlue
5c4113f91b
Document ecobee weather component ( #4100 )
2017-12-01 14:46:48 +01:00
DubhAd
7a18d87f61
Merge pull request #4112 from home-assistant/mystrom-switch-template
...
Add template example
2017-12-01 11:39:20 +00:00
DubhAd
677a249b82
Merge pull request #4109 from Zorks/patch-1
...
changed example in 'burglar' example to true/false
2017-12-01 11:37:54 +00:00
Fabian Affolter
7b921826b5
Add template example
2017-12-01 09:10:56 +01:00
Tyler Page
5043fec54a
remove legacy mentions of gi related files ( #4108 )
...
Since installation is handled through the `axis` package, we can remove references to the gi folder
2017-12-01 08:13:11 +01:00
Fredrik Lindqvist
e5c7a6a2d8
Fix spelling error in Tellstick addon file
...
Fixes a spelling error in Tellstick addon file
2017-12-01 07:39:25 +01:00
endor-force
24f1f39b71
Added details for TellStick on Hass.io. ( #4105 )
...
* Create tellstick.markdown
* Created basics for tellstick addon
* Updated formatting
* Update tellstick.markdown
2017-12-01 05:46:59 +01:00
Zorks
6c2d9a60d8
changed example in 'burglar' example to true/false
2017-11-30 18:59:23 -08:00
Balázs Suhajda
6ffc6a6d5c
Fix minor inaccuracies in the instructions ( #4102 )
2017-11-30 19:07:13 +01: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
DubhAd
7011564ff1
Added some links ( #4095 )
...
Added a link to the cloud console in both the configuration notes, and made it a link in the final step (step 11, here, 9 as displayed)
2017-11-29 18:06:52 +01:00
Fabian Affolter
9c23a46428
Add Hass.io blog post ( #4089 )
...
* Add Hass.io blog post
* Add SSH community add-on
* Fix date and other small issues
2017-11-29 18:05:59 +01:00
Matt Schmitt
a518843b4a
Add device class for low battery ( #4082 )
2017-11-29 12:14:02 +01:00
Fabian Affolter
c33016dc8d
Update configuration variables description style
2017-11-29 10:33:42 +01:00
zhujisheng
3ffd52e445
Add tts.baidu platform ( #4032 )
...
* Add tts.baidu platform
* Update tts.baidu.markdown
Change appid to api_id, apikey to api_key, and secretkey to secret_key, because the baidu.py platform program changed.
2017-11-29 10:27:13 +01:00
Fabian Affolter
a2df30e226
Add note about decommissioning of the service by Yahoo!
2017-11-29 08:30:31 +01:00
Fabian Affolter
420df00ff5
Add instructions ( fixes #4085 ) ( #4086 )
2017-11-29 07:52:17 +01:00
DubhAd
d9bf6dd87c
Added note about the component ( #4090 )
...
Added a note to try to clarify that this isn't for integrating a Home or phone with HA
2017-11-29 07:51:49 +01:00
Fabian Affolter
eacc1ecb19
Move escaping
2017-11-28 20:41:36 +01:00
Jon Griffith
7643e2261e
Display problem with script section... ( #4087 )
...
I banged my head against the table for hours trying to make the script work on this page and then I figured out something. When viewing the page on the HA site, the variable tags {{value1}}, etc...do not display. I only see two quotes.
This is what I was seeing. ```{"event":"TestHA_Trigger", "value1":"", "value2":"", "value3":""}```
And I should be seeing this: ```{"event":"TestHA_Trigger", "value1":"{{value1}}", "value2":"{{value2}}", "value3":"{{value3}}"}
Above this section in the automation, there's a tag called { % raw % } which I'm unfamiliar with, but I made a guess that this needs to be inserted. I may have been wrong. If so, I hope I've identified a valid problem. Thanks!
2017-11-28 20:33:54 +01:00
Fabian Affolter
a06391b3ed
Update format
2017-11-28 17:52: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
Paulus Schoutsen
f4d4f713f4
Fix build
2017-11-28 09:05:54 +01:00
Julius Mittenzwei
f9ff39beb5
Configuration for broadcast time to KNX bus. ( #4007 )
2017-11-27 23:16:08 -08:00
Paulus Schoutsen
314250349f
Fix build
2017-11-27 21:48:05 -08: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
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