Commit graph

8975 commits

Author SHA1 Message Date
Michael Wheeler
bdf356794e Updated addon_communication.markdown to remove gender (#4956)
I don't think addons are gendered so I've replaced "his" with "its"
2018-03-19 12:11:07 +01: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
Igor Motov
75ac425244 Fix Duck DNS configuration example (#4946)
Adds certfile and keyfile to the lets_encrypt configuration example.
Without these parameters hassio doesn't allow to save configuration.
2018-03-18 19:06:36 +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
DubhAd
7415b06a8e
Merge pull request #4939 from home-assistant/dale3h-hassio-commands
Update Hass.io command cheatsheet
2018-03-16 19:16:01 +00:00
Fredrik Lindqvist
4a3d71bd40
Update installation.markdown 2018-03-16 20:02:10 +01:00
Dale Higgs
0938876191
Update Hass.io command cheatsheet 2018-03-16 14:00:59 -05:00
Fredrik Lindqvist
164bc60992
Update hassbian.markdown 2018-03-16 20:00:42 +01:00
Fredrik Lindqvist
40ebccaf23
Update about 3b+ hassbian 2018-03-16 19:58:02 +01:00
DubhAd
d1510bdfb8 sun trigger - Link fix, wording tweak (#4937)
Fixed the link to the actual sun trigger. Tried to add some clarity to the wording over offsets, but I think that needs expansion.
2018-03-16 19:05:04 +01:00
mcfrojd
698b8e2aa0 Raspberry Pi 3 B+ note (#4934)
* Raspberry Pi 3 B+ note

Added note that Raspberry Pi 3 B+ is not yet supported

* ✏️ Improves the warning message
2018-03-16 16:02:42 +01:00
mcfrojd
f73acb0ea2 Raspberry Pi 3 B+ note (#4935)
* Raspberry Pi 3 B+ note

Added note that pi 3 image does not work with pi 3 b+ yet

* ✏️ Improves the warning message

* 🚑 Removes old warning message
2018-03-16 16:02:05 +01:00
Tom
44250c3901 Update addon_tutorial.markdown's addon store image (#4930)
Same as #4929

main_panel_store_icon.png appears to be removed or doesn't exist and maybe been replaced with main_panel_addon_store.png.
https://home-assistant.io/images/hassio/screenshots/main_panel_store_icon.png returns 404 and isn't displaying any image on
https://home-assistant.io/developers/hassio/addon_tutorial/
2018-03-16 15:50:32 +01:00
mcfrojd
3b5e4795c3
Changed link for Raspberry Pi 3 image 2018-03-16 14:45:27 +01:00
Tom
880c331987 Update configuration.markdown's addon store image (#4929)
main_panel_store_icon.png appears to be removed or doesn't exist and maybe been replaced with main_panel_addon_store.png.
https://home-assistant.io/images/hassio/screenshots/main_panel_store_icon.png returns 404 and isn't displaying any image on 
https://home-assistant.io/getting-started/configuration/
2018-03-16 12:55:53 +01:00
Franck Nijhof
23d593c0f4 Adds rel nofollow to external links (#4918)
*  Adds rel nofollow to external links

Fixes #4583

Signed-off-by: Franck Nijhof <frenck@geekchimp.com>

* 🎀 Adds support for appending nofollow to existing external links
2018-03-15 14:21:57 -07: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
Paulus Schoutsen
be5a6ff8d8
Update 2018-03-09-release-65.markdown 2018-03-14 20:54:41 -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
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
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
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
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
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
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
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