Commit graph

4910 commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
Shaun McCloud
7259f09e87
Update device_tracker.owntracks.markdown 2018-03-19 12:41:25 -05:00
Carlo Costanzo
6f1c191baf Updated with new path. (#4957) 2018-03-19 12:10:15 +01:00
Siim Talvik
95d25a04ac Added note to Owntracks about mqtt_topic parameter requirement for Zanzito usage (#4949)
* Added note about mqtt_topic parameter change requirement for Zanzito usage

* ✏️ Minor updates
2018-03-18 19:12:04 +01:00
lolouk44
9cb25206d9 Small comment added to expose_by_default (#4936)
* Small comment added to expose_by_default

It's not entirely clear that listing specific entities in entity_config is not enough to expose an entity if expose_by_default is set to false.
(This is my first PR so I hope I've done it correctly)

* ✏️ Rewording in order to fix the build
2018-03-18 18:53:39 +01:00
Alok Saboo
1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00
Flavio Barisi
3fd5cd5f94 Update sensor.miflora.markdown (#4941)
Corrected default polling time
2018-03-16 21:28:18 +01:00
JammyDodger231
e62bb85ba0 Changed note about base url (#4557)
* Changed note about base url

Changed the location to be above the fold

* ✏️ Updating the note + some minors
2018-03-15 22:00:08 +01:00
Anders Melchiorsen
dc018062c0 Explain workaround for limitlessled assumed_state (#4856)
* Explain workaround for limitlessled assumed_state

* ✏️ Tiny grammar change
2018-03-14 21:39:30 +01:00
Brian J King
1c723cc7f7 Update USPS docs to include required driver declaration (#4766)
With the changes to the USPS component in #12465 we're now required to specify the `driver` regardless if using `phantomjs` or `chrome`. Updating docs to reflect the required `driver: phantomjs` if using it. 

Re: 
* https://github.com/happyleavesaoc/python-myusps/issues/11
* https://github.com/home-assistant/home-assistant/pull/12465
2018-03-14 06:45:12 +01:00
Dale Higgs
e5b56699af
Update documentation for Speedtest Sensor (#4914)
* Update documentation for Speedtest Sensor

* Fixed configuration variables
* Fixed automation example
* Fixed example format

* Fix netlify errors for raw/endraw tags

* ✏️ Minor improvements
2018-03-13 17:07:47 -05:00
Paulus Schoutsen
a9a26f7590
Change featured of dark sky sensor 2018-03-13 11:19:51 -07:00
Paulus Schoutsen
0cee1f200b
Change featured of dark sky weather 2018-03-13 11:19:46 -07:00
Jeroen ter Heerdt
a537bde049 Egardia: Adding configuration tag according to new docs (#4910)
* Updating egardia.markdown with configuration tag

* Updating egardia.markdown with linkable titles.

* Fixing typo.
2018-03-13 18:54:52 +01:00
Fabian Affolter
3d1ce032bc
Add a sensor with a numerical value 2018-03-13 16:30:28 +01:00
Daniel Shokouhi
c20754700c Add songpal to ignore list (#4906)
After updating 0.65.4 I kept seeing errors about a component I am not using or even have.  This change is to make sure the discovery docs are kept to upto date with devices added to the discovery component.
2018-03-12 18:22:18 -07:00
bottomquark
ad3f1c3fe7
fixes for the previous merge for #4896
removed duplicate example and duplicate text
2018-03-11 21:27:21 +01:00
bottomquark
5d3acf2f77
Merge branch 'current' into patch-1 2018-03-11 21:12:24 +01:00
DubhAd
91cdfa09fc
Merge pull request #4899 from maxlaverse/improve_caldav_documentation
Improve caldav documentation
2018-03-11 19:26:42 +00:00
Max Laverse
90cf4205cc Improve caldav documentation 2018-03-11 20:10:02 +01:00
Robin
88a83d7823
Fix typo
The extra () resulted in a 404 error
2018-03-11 13:46:12 +00:00
bottomquark
9863a76567
add more examples and clarify calendar.caldav 2018-03-11 14:29:44 +01:00
Robin
699cb38a4a
Correct linked page on wildcards 2018-03-11 06:43:29 +00:00
Marc Forth
071af99b2b Update persistent_notification.markdown (#4875)
Removed the note as it is inaccurate.
2018-03-10 18:15:21 +01:00
lizaoreo
12c19480ec Added icon property to one of the examples (#4861) 2018-03-10 18:13:34 +01:00
Paulus Schoutsen
f0d0848baa Add input boolean to available domains 2018-03-09 19:54:03 -08:00
Jonathan Weinberg
7b50670f23 Case Change (#4870)
"Home" in "Home Assistant" should be capitalized.
2018-03-09 15:39:40 -05:00
Paulus Schoutsen
c94c226ec1 Remove type from google assistant 2018-03-09 12:19:02 -08:00
Paulus Schoutsen
f04a1162be fix broken links 2018-03-09 10:36:00 -08:00
PhracturedBlue
93907d9f5c Add Camera Proxy documentation (#4863)
* Add Camera Proxy documentation

* Minor typos

* Update camera.proxy.markdown
2018-03-09 10:34:08 -08:00
Sebastian Muszynski
d799127e30 Xiaomi MiIO Light: Flag the device as unavailable if not reachable (#4699)
* Configuration key "model" and "xiaomi_miio_set_delayed_turn_off" service added.

* Service parameter renamed.

* New device model (philips.light.zyceiling) added.

* Service parameter updated.

* Format of the services updated.
Configuration schema added.

* Missing supported device added.
2018-03-09 10:30:33 -08:00