ChristianKuehnel
59be0ec41b
bmw_connected_drive - updated repo url ( #5044 )
...
* updated repo url
* 🚑 Fixes incorrect Markdown linking
2018-04-02 19:47:59 +02:00
cdce8p
c5743e4621
Added upgrade note ( #5087 )
...
* Added upgrade note
* Minor changes
2018-04-02 17:35:11 +02:00
VdkaShaker
d6b4874343
Update configure filter section ( #5071 )
...
Adding detail to Configure Filter section.
2018-04-02 13:59:54 +02:00
Fabian Affolter
d707f1a2cd
Remove not needed raw's
2018-04-02 10:48:06 +02:00
JohnnyCAPSLOCK
d599de84c2
Update google_assistant.markdown
...
Proposing changes to steps 8a and 8d. I looked back at previous versions and I don't think these steps were updated when the other steps it was originally referencing were moved/changed.
2018-04-01 19:18:55 -07:00
Niklas Wagner
76a5c07b04
Match current code
2018-04-01 00:44:51 +02:00
Niklas Wagner
3f13571251
Properly quote things so ON/OFF don't become True/False ( #5072 )
2018-03-31 23:19:30 +02:00
Fabian Affolter
69635dc1c8
Update zestimate docs
2018-03-31 23:14:53 +02:00
Niklas Wagner
cf6818f0d7
Update Link to w3.org ( #5070 )
2018-03-31 20:49:38 +02:00
brubaked
a835ff4172
Added a link to the text 'this site' ( #5069 )
...
This text:
SQLite databases do not support native dates. That's why all the dates are saved in seconds since the UNIX epoch. Convert them manually using this site or in Python:
should have a link where it says "this text"
It now reads:
SQLite databases do not support native dates. That's why all the dates are saved in seconds since the UNIX epoch. Convert them manually using [this site](https://www.epochconverter.com/ ) or in Python:
2018-03-31 20:48:56 +02:00
DubhAd
db1532afc6
Merge pull request #5062 from eltoro81/patch-1
...
Update sensor.trafikverket_weatherstation.markdown
2018-03-31 09:05:25 +01:00
DubhAd
f1d1dd0d84
Merge pull request #5054 from bachya/entity-picture
...
Re-adds entity_picture_template information to the template switch
2018-03-31 08:59:33 +01:00
eltoro81
477e77dfa1
Update sensor.trafikverket_weatherstation.markdown
...
Sensor name incorrect. Should be singul not plural
2018-03-31 09:52:53 +02:00
Carlo Costanzo
2dd0fee235
Updated with 0.66 changes.
...
allow_in_emulated_hue has been removed.
2018-03-30 20:03:05 -04:00
Paulus Schoutsen
58d1fb93f8
Merge pull request #5059 from home-assistant/rc
...
0.66.0
2018-03-30 15:16:57 -07:00
Paulus Schoutsen
e4d63479f1
Add release 66 blog post
2018-03-30 15:14:07 -07:00
Aaron Bach
8fcb7944a3
Added documentation around entity_picture_template for template switch
2018-03-30 09:08:10 -06:00
Brian Low
7ccd3b98ef
Arlo Q not supported ( #5052 )
...
* Arlo Q not supported
* It's a platform
2018-03-30 12:52:46 +02:00
Thomas Svedberg
a90513b188
Update sensor.vasttrafik.markdown ( #4986 )
...
* Update sensor.vasttrafik.markdown
Add new config option "lines" and extend full example.
* ✏️ Tweaks
2018-03-29 17:51:25 -07:00
Paulus Schoutsen
e0f90c5b9d
Merge remote-tracking branch 'origin/current' into rc
2018-03-29 17:27:55 -07:00
Fabian Affolter
2851b2a606
Update configuration samples ( #5041 )
...
* Update configuration samples
* Minor changes
2018-03-29 10:02:47 +02:00
Kane610
41a1a06af1
deCONZ debug information ( #5026 )
...
* Debug information
* Minor changes
2018-03-29 09:49:03 +02:00
Fabian Affolter
a1e51cc46b
Update style and fix formatting ( #5040 )
...
* Update style and fix formatting
* Add platform
* Be more precise
2018-03-29 09:48:51 +02:00
Martin Eberhardt
3f6f8c4048
Fix ON/OFF being interpreted in binary_sensor.mqtt ( #5042 )
...
* Fix ON/OFF being interpreted in binary_sensor.mqtt
YAML interprets `ON` and `OFF` to `true` and `false`. This causes the site to show that instead of the actual default payloads.
* Add header
2018-03-29 09:29:18 +02:00
DubhAd
6b61e22423
Fixing service name pt2 ( #5036 )
...
* Fixing service name pt2
Missed one the first time around apparently
* Add location
2018-03-29 09:24:41 +02:00
Ville Skyttä
ddbd670547
Spelling and grammar fixes ( #5031 )
...
* Spelling and grammar fixes
* Minor changes
2018-03-29 09:24:18 +02:00
Ville Skyttä
f8393f0659
sensor.command_line: Round example CPU temperature value ( #5032 )
...
* sensor.command_line: Round example CPU temperature value
multiply returns a float, which is inexact and sometimes gets rendered
with a lot of decimal places. Round additionally to get cleaner result.
* Move raw
2018-03-29 09:23:42 +02:00
Paulus Schoutsen
5526af141b
Merge remote-tracking branch 'origin/current' into rc
2018-03-28 15:32:13 -07:00
Diogo Gomes
da03b58a3a
Improve documentation about Mediaroom ( #5022 )
...
* Improve documentation
* Add raw
2018-03-26 17:50:12 +02:00
DubhAd
0f78e11a86
Highlighting the hosting of files ( #5015 )
...
The use of `www/` is hidden in the middle of the page, it's impossible to direct people to it, and trivial to overlook. It's also wrong for Hass.io ;)
Updating to make it possible to link to it, and adding details on where to find it on Hass.io.
Also adding a note about needing to restart after creating the folder (there's been lots and lots of feedback about needing to do so)
2018-03-26 08:16:45 +02:00
Paulus Schoutsen
3b4e3111ce
Merge remote-tracking branch 'origin/current' into rc
2018-03-24 22:15:14 -07:00
Paulus Schoutsen
41955dc31a
Remove url prefix pt 2 ( #5014 )
...
* Migrate the non blog posts to use no domain
* Update demo links
* Remove Zanzito references from owntracks docs
2018-03-24 22:14:34 -07:00
Paulus Schoutsen
b8329c2eb3
Merge remote-tracking branch 'origin/current' into rc
2018-03-24 21:21:49 -07:00
cdce8p
7b7f12f87f
Added dependency note warning ( #5008 )
2018-03-24 15:31:30 -04:00
mrtncls
13a6ca7570
Removed duplicated add_device section
2018-03-24 20:29:40 +01:00
Joakim Sørensen
a14a7488bf
light.group: Added example for usage in scripts. ( #5004 )
...
* Added example for usage in scripts
* ✏️ Typo fix
* 🚀 Trigger rebuild
2018-03-24 12:56:52 +01:00
spinside
92be5171b4
Fixed invalid YAML example ( #5003 )
2018-03-24 12:03:45 +01:00
Paulus Schoutsen
772fb32af9
Merge branch 'current' into next
2018-03-23 14:07:56 -07:00
Sebastian Muszynski
8166ab0921
Xiaomi Mijia LED Desk Lamp added to the list of supported yeelights ( #4965 )
...
* Xiaomi Mijia Smart LED Desk Lamp added to the list of supported yeelights
* Reason added
* ✏️ Fixes a spelling error
2018-03-23 22:03:17 +01:00
Diogo Gomes
6585332701
Improves documentation with better example and link to algorithm ( #4883 )
...
* Added history_period
* added link
* history_period is no longer needed
2018-03-23 21:55:27 +01:00
Filip Bednárik
6e1fe76243
Fix default values in REST switch ( #4922 )
...
* Fix default values in REST switch
According to https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/switch/rest.py
* Resource does not have any default value.
* Method is set in lowercase "post"
* Default name is not "REST Binary Switch" but "REST Switch"
* Default body_on is "ON" not true
* Default body_off is "OFF" not false
* ✏️ Tweaks
2018-03-23 21:44:39 +01:00
Andrew Fahrenholtz
9165380172
update list of sensors ( #4943 )
2018-03-23 21:35:30 +01:00
Fabian Affolter
6f63554f8c
Add send_sticker and update the existing content ( #4996 )
...
* Add send_sticker and update the existing content
* ✏️ Minor fixes
2018-03-23 20:07:18 +01:00
Erik Eriksson
6800f20908
Update switch.mqtt.markdown ( #4969 )
2018-03-23 11:32:07 +01:00
Erik Eriksson
77c282d62f
Update sensor.mqtt.markdown ( #4968 )
2018-03-23 11:31:35 +01:00
DubhAd
a71cd0bf3f
Merge pull request #4983 from nielstron/outlier-fix
...
Fixed outlier description
2018-03-22 20:11:27 +00:00
cgtobi
2781c1f89a
Add language parameter to darksky sensor. ( #4955 )
...
* Add language parameter to darksky sensor.
* Add language codes rather than link to the API docs.
This is a shameless copy of @syssi's PR #4982 .
2018-03-22 20:01:43 +01:00
nielstron
c61a59fb39
Fixed outlier description
...
Outlier filter is actually a band-pass filter, not a band-stop filter
2018-03-22 09:21:56 +01:00
Otto Winter
ffd9ae12cc
esphomelib now supports ESP8266 🎉 ( #4971 )
2018-03-22 08:36:09 +01:00
Sebastian Muszynski
5e73866af0
Typo fixed ( #4975 )
2018-03-22 08:35:11 +01:00