Commit graph

10345 commits

Author SHA1 Message Date
Kane610
e050bcaa61 Document support for consumption and power sensors (#4917) 2018-03-14 20:07:56 -07:00
cdce8p
9c20af02fa Homekit: Updated docs for Restructure PR (#4915)
* Homekit: Updated docs for Restructure PR

* Added considerations

* Removed QR Code
2018-03-14 22:16:30 -04:00
Paulus Schoutsen
47e1b3c171 Merge remote-tracking branch 'origin/current' into next 2018-03-14 17:15:23 -07:00
Paulus Schoutsen
06d3f4d0b3
generate a robots.txt file that blocks search engines if not prod site (#4919) 2018-03-14 16:57:55 -07:00
engrbm87
25148ef299 Update downloader.markdown (#4916)
* Update downloader.markdown

Add description for new events that are emitted when download is requested.

* ✏️ Small fixes
2018-03-14 16:04:01 -07:00
Paulus Schoutsen
39488b0919 release 0.65.5 2018-03-14 15:57:37 -07:00
Pascal Vizeli
c6983a9df1
Update dnsmasq.markdown 2018-03-14 21:54:25 +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
Mark Perdue
3ddfa61ad5 Add VeSync documentation and image (#4864)
* Add VeSync documentation and image

* Adds fix for TravisCI error endconfiguration

* ✏️ Tiny updates
2018-03-14 12:36:12 +01:00
Fabian Affolter
ad10b7ba14
Add Thomas Krenn award 2018 2018-03-14 09:15:50 +01:00
Fabian Affolter
05add97743
Update integrations 2018-03-14 09:15:50 +01:00
Philipp Wensauer
706f8b9ed4 Vectorize architecture #2 (#4859)
* Vectorize other picture.

* Update path for .svg pictures.
2018-03-14 08:44:09 +01:00
JC Connell
6ee7e31359 Update sensor.spotcrime.markdown (#4840)
* Update sensor.spotcrime.markdown

Changes the documentation to reflect the user supplied API key requirement.

* Change description and sample

Added optional keys to description and removed optional keys from sample
2018-03-14 08:18:08 +01:00
spinside
f7b3b06d30 Updated SCL command to Python 3.6 instead of 3.5 (#4912)
* Updated SCL command to Python 3.6 instead of 3.5

Instructions are for installing Python 3.6 but the scl command given assumes you have Python 3.5

* Updated autostart systemd template to use Python 3.6
2018-03-14 08:02:21 +01:00
Ioan Loosley
07c6bd5a56 Added theme colour (#4811)
Most mobile browsers and now discord use this to set appropriate colours in their interface, in discords case it is setting the colour of the line on the side of the content preview of links
2018-03-14 07:02:53 +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
Adam Mills
5a5d9c8d4e Remove Z-Wave old entity IDs (#4749) 2018-03-13 22:24:17 +01:00
themanieldaniel
fec18d3a8f Update backup_usb.markdown (#4634)
* Update backup_usb.markdown

* ✏️ Minor improvements
2018-03-13 21:38:31 +01: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
Josh McCarty
ebac258f4f Update the hassbian image file size (#4902)
* Update the hassbian image file size

The file size should match the current version of the image

* Remove hassbian image file size
2018-03-13 17:21:59 +01:00
Fabian Affolter
3d1ce032bc
Add a sensor with a numerical value 2018-03-13 16:30:28 +01:00
c727
6670c5382a Typo in 0.65.4 release notes (#4908) 2018-03-13 14:57:04 +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
Paulus Schoutsen
d02ad5f7a6 release 0.65.4 2018-03-12 15:38:29 -07:00
DubhAd
947cb6f44f
Merge pull request #4896 from bottomquark/patch-1
add more examples and clarify calendar.caldav
2018-03-12 21:37:22 +00:00
Federico Zivolo
0dbbfb785d docs: Added api_version doc for philips_js (#4904)
* docs: Added api_version doc for philips_js

* Update media_player.philips_js.markdown
2018-03-12 12:33:13 -07:00
corneyl
cc59a4192e Added info on AND condition (#4867) 2018-03-12 14:02:33 +01:00
Fabian Affolter
9523607693
Update (fixes #4868) (#4905) 2018-03-12 12:20:11 +01:00
c727
91b5ca9511 Added instructions for custom UIs to show up in the HA dev info panel (#4903)
* Update frontend_creating_custom_ui.markdown

Added instructions for custom UIs to show up in the HA dev info panel

https://github.com/home-assistant/home-assistant-polymer/pull/981

* Use note class

* Update frontend_creating_custom_ui.markdown
2018-03-12 11:54:41 +01:00
DubhAd
67b5fb4b7f Bumped version to be explicitly 3.5.3 (#4886) 2018-03-12 11:53:13 +01:00
DubhAd
2bf2777027 Added python version note (#4893) 2018-03-12 11:52:37 +01:00
DubhAd
bdfc324843 Provided note about python versions (#4892)
Synology Package Center provides only 3.5.1, nothing newer :(
2018-03-12 11:50:47 +01:00
DubhAd
21e9034e26 Minimum Python version requirements (#4887) 2018-03-12 11:50:11 +01:00
DubhAd
c2073378ff Bumped to Python 3.6 from 3.4 (#4891)
Skipped 3.5 because it provides 3.5.1.
2018-03-12 11:49:40 +01:00
DubhAd
2d37b3aa0f Bumped version to be explicitly 3.5.3 (#4890) 2018-03-12 11:48:36 +01:00
DubhAd
d7a43b7735 Bumped version to be explicitly 3.5.3 (#4889) 2018-03-12 11:48:08 +01:00
DubhAd
ff51c36b43 Bumped version to be explicitly 3.5.3 (#4888) 2018-03-12 11:47:03 +01:00
DubhAd
545c583fda Added version note (#4900)
Since Synology offer an outdated Python, providing a note about how to install 0.64.x
2018-03-12 11:46:26 +01:00
Adam Mills
ec79394148 Configuration Flow Translations (#4880)
* translation_develop and config flow info

* Components must store strings in their own dir
2018-03-11 20:14:02 -07:00
Paulus Schoutsen
cd2c69dbae Update footer to mention Netlify 2018-03-11 16:28:17 -07:00
Paulus Schoutsen
7cee0970ac Update the used Ruby version 2018-03-11 16:27:02 -07:00
Paulus Schoutsen
80a42eb899 Update the used Ruby version 2018-03-11 15:37:02 -07:00
Paulus Schoutsen
b9a1dc052c Merge remote-tracking branch 'origin/current' into next 2018-03-11 15:05:02 -07:00
Paulus Schoutsen
13464e509e
Remove broken redirect from (#4901) 2018-03-11 15:04:50 -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
Paulus Schoutsen
4887c9c993 release 0.65.3 2018-03-11 13:15:04 -07:00
bottomquark
5d3acf2f77
Merge branch 'current' into patch-1 2018-03-11 21:12:24 +01:00