Ben Lebherz
8eae78cb34
fix link to the TTN sensor page ( #5218 )
2018-04-22 21:42:21 +02:00
Rob Cranfill
6c90dedce5
Update homekit.markdown ( #5207 )
...
Minor grammar fixes. (Thanks for a great product!)
2018-04-20 23:30:06 +02:00
Rob Cranfill
329393788f
Fix typo homekit.markdown ( #5209 )
...
Fixed very minor typo ("if the are supported"' -> "if they are supported").
2018-04-20 23:28:16 +02:00
Mark Perdue
b8627d6285
Update attributes table to reflect closed PR ( #5206 )
...
The PR https://github.com/home-assistant/home-assistant/pull/13816 has been withdrawn since it exposed static attributes which are not supported. Updating wiki to reflect current state
2018-04-20 14:16:37 +02:00
Maximilian Früh
444030d09f
Document the headers
configuration parameter of the RESTful switch ( #5196 )
...
* Document the `headers` configuration parameter of the RESTful switch
* Fix indent
2018-04-18 19:35:03 +02:00
jcrowegitHu8
26a9b29854
Update media_player.samsungtv.markdown ( #5202 )
2018-04-17 19:54:29 +02:00
Kyle Niewiada
6f7e6f5cde
correct possible typo ( #5176 )
2018-04-16 19:41:07 +02:00
Robin
cae7305fda
Add info on whitelisting ( #5197 )
...
Needs to be added as causing issues for users https://community.home-assistant.io/t/0-67-whitelisted-dir-issues/50305/5
2018-04-16 09:27:36 -04:00
Flavio Barisi
8fc39cb9db
Update device_tracker.owntracks_http.markdown ( #5172 )
...
* Update device_tracker.owntracks_http.markdown
Show battery value reported by owntracks
* Update device_tracker.owntracks_http.markdown
Fix
* Fix configuration sample
2018-04-16 09:51:27 +02:00
shred86
65d8d892e6
Update to lights ( #5190 )
...
You cannot currently change the light color with this component. The dimmer functionality is currently in the dev branch and will hopefully be in the next HA update, so I left that in for now.
2018-04-16 08:40:23 +02:00
DubhAd
c8c0fdf35d
Merge pull request #5188 from home-assistant/weather-docs
...
Weather docs
2018-04-15 19:22:53 +01:00
Fabian Affolter
0b5ee4d0c4
Move raw
2018-04-15 19:02:53 +02:00
Fabian Affolter
424dc3013c
Minor updates
2018-04-15 17:28:56 +02:00
Fabian Affolter
a6795e584c
Add link
2018-04-15 17:24:14 +02:00
Fabian Affolter
9d71a51873
Add details about conditions
2018-04-15 17:16:18 +02:00
Colin Frei
8bacd6162f
Link to correct holidays version ( #5184 )
2018-04-15 15:17:54 +02:00
Darren Reynolds
26c45c852b
Add Doorbell ring examples ( #5180 )
...
* Add Doorbell ring examples
Add Doorbell ring examples for SONOS media players and hass_url_override option explanation.
* Fix typos
2018-04-15 14:06:40 +02:00
stephanerosi
75520f8d64
Media player webostv next/previous buttons ( #5183 )
...
* Media player webostv next/previous buttons
Description of the change visibles in https://github.com/home-assistant/home-assistant/pull/13829
* Fix formatting
2018-04-15 14:06:27 +02:00
Norien
d0268f1e05
Update light.nanoleaf_aurora.markdown ( #5175 )
...
in current build `- platform: aurora` is not found however `- platform: nanoleaf_aurora` works ok!
2018-04-15 13:20:16 +02:00
Gerard
e2e44aeb33
Clarify titles of BMW Connected Drive components ( #5178 )
...
* Update binary_sensor.bmw_connected_drive.markdown
* Update bmw_connected_drive.markdown
* Update device_tracker.bmw_connected_drive.markdown
* Update lock.bmw_connected_drive.markdown
* Update sensor.bmw_connected_drive.markdown
* Update binary_sensor.bmw_connected_drive.markdown
* Update bmw_connected_drive.markdown
* Update device_tracker.bmw_connected_drive.markdown
* Update lock.bmw_connected_drive.markdown
* Update sensor.bmw_connected_drive.markdown
* Update binary_sensor.bmw_connected_drive.markdown
* Update lock.bmw_connected_drive.markdown
2018-04-15 13:18:12 +02:00
ionred
fdef560c1a
config example update ( #5179 )
...
The configuration didn't work as listed. Required addition of platform and switches lines, along with indent fixes.
2018-04-15 13:17:29 +02:00
Robin
17285ba293
Remove refs to watcher ( #5169 )
...
I accidentally reintroduced an old reference to `watchers`, removed in this PR
2018-04-14 20:37:06 +02:00
Robin
3f43547c0e
Correct errors in folder_watcher doc ( #5168 )
...
* Correct errors
Corrects errors identified by @dale3h in https://github.com/home-assistant/home-assistant.github.io/pull/4885
* Adds event_type info
* Add info on recursive monitoring
2018-04-14 09:52:36 +02:00
Paulus Schoutsen
ed630d4b84
Release blog post for 0.67
2018-04-13 17:58:21 -04:00
Paulus Schoutsen
bd9e7179e6
Merge branch 'current' into rc
2018-04-13 17:01:21 -04:00
Fabian Affolter
b8870424cd
Update titles
2018-04-12 20:20:55 +02:00
DubhAd
a32d7d75c1
Merge pull request #5147 from home-assistant/revert-5134-patch-1
...
Revert "Add example file attachment parameters"
2018-04-12 18:25:57 +01:00
DubhAd
465cdebc7f
Merge pull request #5161 from stealthcopter/patch-2
...
Xiaomi Vacuum Docs: Seconds should be milliseconds
2018-04-12 18:24:04 +01:00
Matthew Rollings
3876353d68
Seconds should be milliseconds
...
The documentation said seconds instead of milliseconds
2018-04-12 17:07:56 +01:00
adamomg
b3ad3f0174
Updated spelling dedicate to dedicated
...
Spelling mistake.
2018-04-12 10:59:10 -04:00
bvansambeek
fe1ce5a19b
Tip to use external broker for more stability ( #5159 )
...
An external broker is more stable, this is something I did not know as a beginner.
Especially because the embedded broker has a memory leak.
It would have saved me a bunch of time and WAF trust issues if I would have had this piece of knowledge.
Issue on memory leak: https://github.com/home-assistant/home-assistant/issues/11594
2018-04-12 13:38:42 +02:00
Mark Perdue
5dd2412a37
Adds attributes table to VeSync wiki ( #5151 )
2018-04-11 12:06:53 +02:00
Franck Nijhof
a9569af0a4
Revert "Add example file attachment parameters ( #5134 )"
...
This reverts commit e3c6e65f19
.
2018-04-10 20:06:45 +02:00
brkr19
e3c6e65f19
Add example file attachment parameters ( #5134 )
2018-04-09 20:14:49 +02:00
Johann Kellerman
85be6ed99c
New Qwikswitch sensors ( #5128 )
...
New config according to: home-assistant/pull/13622
2018-04-09 20:02:21 +02:00
cdce8p
0691f3253d
Added light color_temp HomeKit ( #5122 )
...
* Added light color_temp support
2018-04-08 22:33:52 +02:00
Fabian Affolter
3ca5ab88ce
Remove feature
2018-04-08 21:31:54 +02:00
Fabian Affolter
2667e63bab
Fix typo
2018-04-08 17:44:11 +02:00
Fabian Affolter
690fa13130
Update layout
2018-04-06 23:13:40 +02:00
Alexis Iglauer
d2c7a2fe77
Update sensor.mqtt.markdown to add initial slashes for ESPEasy ( #4757 )
...
* Update sensor.mqtt.markdown
The sensors topic required the initial slashes to function in my installation.
* Make it more clear
* Remove tab
2018-04-06 19:50:23 +02:00
Fabian Affolter
38ee7392c4
Add iOS page ( fixes #4972 ) ( #5127 )
2018-04-06 18:44:40 +02:00
Paulus Schoutsen
9bbbf21643
Merge remote-tracking branch 'origin/next' into rc
2018-04-06 10:29:52 -04:00
phithor
18881f59c3
Added max range switch note ( #5126 )
2018-04-06 15:54:14 +02:00
David Broadfoot
8aaf1547d2
Added documentation for gogogate2 ( #5023 )
...
* Add gogogate2 image
* Added gogogate2 documentation
* PR Feedback
* Remove blank line
* Add period
2018-04-06 15:53:31 +02:00
Marco Orovecchia
ccba1ffd33
Added Nanoleaf Aurora Light documentation ( #5018 )
...
* Added Nanoleaf Aurora Light documentation
* ✏️ Tweaks
2018-04-06 09:35:27 -04:00
cdce8p
6347774428
Added additional log settings ( #5123 )
2018-04-06 11:02:04 +02:00
cdce8p
572f001f5b
Added description for markdown in persistent notifications ( #5124 )
...
* Added markdown description for persistent_notification
* Minor change
2018-04-06 09:16:35 +02:00
Sebastian Muszynski
4eecf3fc87
Ceiling Light 4 (Jiaoyue 650) added to the list of supported devices ( #5119 )
2018-04-05 22:21:51 +02:00
Fabian Affolter
b0e5093b02
Add Tahoma switches docs ( #5118 )
2018-04-05 20:39:21 +02:00
cpgifford
a620408dbd
add supporting info for 2nd gen august lock ( #5115 )
...
* add supporting info for 2nd gen august lock
2nd Gen August Lock needs to have the August Connect Module to be able to talk to home-assistant. If you have Doorbell then you don't need to have Connect. Just trying to help people troubleshoot in case they don't know whats going wrong.
* Update syntax
2018-04-05 18:46:11 +02:00