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
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
Balázs Suhajda
6ffc6a6d5c
Fix minor inaccuracies in the instructions ( #4102 )
2017-11-30 19:07:13 +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
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
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
Paulus Schoutsen
f4d4f713f4
Fix build
2017-11-28 09:05:54 +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
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
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
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
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
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
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
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
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
ikonixx
bc712e02d8
Update device_tracker.tile.markdown ( #4029 )
...
Added "t" to "bluetooth" in description.
2017-11-21 10:41:09 +01:00
Anders Melchiorsen
6a49dae9b0
Remote control updates ( #3997 )
...
* Update remote.itach.markdown
* Update remote.apple_tv.markdown
* Update remote.markdown
* Update remote.harmony.markdown
* Grammar fixes
2017-11-20 20:21:01 +01:00
Daniel
2b35375582
Updated Windows and Android access token instructions ( #4016 )
...
Removed unnecessary steps to retrieve the access token in Windows and Androis section
2017-11-19 21:25:28 +01:00
Vasiley
797fd4a69f
Update sensor.lacrosse.markdown ( #4011 )
2017-11-19 21:19:36 +01:00
Sebastian Muszynski
deea03d46f
Troubleshooting section of the Xiaomi Aqara Gateway extended ( #3922 )
...
* Troubleshooting section of the Xiaomi Aqara Gateway extended.
* ✏️ Tiny grammar thingy
2017-11-19 18:40:26 +01:00
Patrik
fa9e9422b9
WIP: Update cloud.markdown ( #4015 )
...
* Update cloud.markdown
* Update cloud.markdown
2017-11-19 09:29:13 -08:00
Patrik
2cc3e3243f
Update tradfri.markdown to clarify install pre-requisites ( #3891 )
...
* Update tradfri.markdown
* Update tradfri.markdown
* Update tradfri.markdown
* Fix after review
* Update tradfri.markdown
* Update tradfri.markdown
* Update tradfri.markdown
* ✏️ Small improvements
2017-11-19 17:29:48 +01:00
Fabian Affolter
698eae1fe1
Update config style and add missing variable
2017-11-19 13:49:53 +01:00
DubhAd
49a0c02ad3
Added link to unlink instructions
...
Added a link to the documentation so that others don't wonder how this magic works ;)
2017-11-19 10:50:58 +00:00
Peter Epley
a72ca79554
Update google_assistant.markdown ( #4012 )
...
Added further details on Google's Request Sync API and what it does
2017-11-19 08:12:50 +01:00
Paulus Schoutsen
e87a9460e0
Add initial docs for cloud component
2017-11-18 16:23:57 -08:00
Paulus Schoutsen
559cfe67c7
Merge pull request #4001 from home-assistant/release-0-58
...
0.58
2017-11-18 12:19:59 -08:00
Paulus Schoutsen
70d3d0084b
Add release notes for 0.58
2017-11-18 12:19:10 -08:00
Alok Saboo
b60cc24526
Merge pull request #3890 from arsaboo/current
...
Added instructions to save Ring video file using automation
2017-11-18 14:56:27 -05:00