Steve Thompson
a460c64383
Corrected a typo ( #2456 )
...
* Corrected a typo
Changed additioning to additional because it was bugging me, which I apologise for.
* Update installation.markdown
2017-04-20 08:09:40 +02:00
Fabian Affolter
2c1c056d2a
Update
2017-04-18 23:19:19 +02:00
John Coggeshall
5e9286def5
Add a note about timezones and alerts ( #2449 )
...
Add a note about timezones, because otherwise `repeat` breaks if the timezones arent' the same.
2017-04-18 10:21:07 +02:00
Alok Saboo
278a0b2310
Added event trigger link to clarify how fire event works
2017-04-17 17:22:07 -04:00
Zippit
7f8ea87526
Update telegram_webhooks.markdown ( #2426 )
...
Valid JSON markup
2017-04-17 20:01:10 +02:00
Paulus Schoutsen
103b55134b
Add Tradfri blog post
2017-04-17 09:34:18 -07:00
Zippit
9cdc57e63e
Update telegram_webhooks.markdown ( #2435 )
...
* Update telegram_webhooks.markdown
The telegram.command is the wrong syntax and should be telegram_command. This took me 3 days to figure out so I hope it'll save somebody else the time.
* Update telegram_webhooks.markdown
2017-04-17 08:46:58 +02:00
Molodax
8c1f040f44
Update alert.markdown ( #2437 )
...
There was an error in the example.
2017-04-17 08:41:58 +02:00
Michaël Arnauts
bfe39da7c3
Update fan.mqtt.markdown ( #2434 )
2017-04-17 08:12:20 +02:00
Jonathan Baginski
a68f0d7811
Update raspberry-pi-all-in-one.markdown
...
Removed fabric based upgrade instructions.
2017-04-16 22:58:11 -04:00
Robbie Trencheny
58846b8c00
Update push configuration doc
2017-04-16 16:48:00 -07:00
Paulus Schoutsen
83e5f9fa0b
Release 0.42.4
2017-04-16 16:02:28 -07:00
Robbie Trencheny
226b538e9b
minor docs updates
2017-04-16 15:23:23 -07:00
Robbie Trencheny
ee9dc35b21
Merge pull request #2443 from biacz/patch-2
...
Update notifications.markdown
2017-04-16 15:07:16 -07:00
Robbie Trencheny
b830c194a0
Fix syntax and clarify some things
2017-04-16 15:02:36 -07:00
Nikolas Beutler
50e6ce4f52
Update notifications.markdown
2017-04-16 23:50:31 +02:00
Nikolas Beutler
c73803e4ad
typo
...
typo
2017-04-16 23:07:59 +02:00
Marc Forth
5e59bbeccb
Update lets_encrypt.markdown ( #2436 )
...
One last shot at getting the screenshot image to actually display in the page!
2017-04-16 22:02:03 +02:00
Paulus Schoutsen
b143e16110
Add iOS app announcement blog post and updated docs ( #2441 )
2017-04-16 10:35:03 -07:00
Fabian Affolter
5c3ca43e77
Add icon option to default_view
2017-04-16 09:49:29 +02:00
Martokk
1de9a05ae7
Fixing MQTT Logging example ( #2439 )
2017-04-16 09:04:02 +02:00
Matt N
08d0b6b0fb
switch.zoneminder: Note that system:edit permission is required ( #2433 )
...
See 48e2c5f6ec/web/api/app/Controller/MonitorsController.php (L125)
2017-04-15 09:21:06 +02:00
Fabian Affolter
3581aced8b
Minor changes
2017-04-14 23:48:09 +02:00
Anders Melchiorsen
c82ed066f0
Remove backticks from link ( #2428 )
...
These were accidentally copy/pasted from the previous version where the link was an actual color name.
2017-04-14 23:00:51 +02:00
Anders Melchiorsen
e0f45d22af
Only CSS3 color names are supported now ( #2427 )
...
The "chucknorris" reference and SO link is amusing to developers but it's just a waste of users' time to put it in the documentation. Even worse, since home-assistant/home-assistant#2215 , "chucknorris" is not even supported but will default to "white".
2017-04-14 17:33:38 +02:00
Anders Melchiorsen
ca8b4958ab
Support Windows with lifx_legacy ( #2353 )
...
As discussed in home-assistant/home-assistant#6820
2017-04-14 15:29:08 +02:00
Fabian Affolter
471270574e
Use new myStrom logo
2017-04-14 15:28:17 +02:00
John Coggeshall
33905f4100
Add an example explaining complex notifications ( #2424 )
...
The alert component docs were not clear at all on how to use a notification component that required something like `target` to function. The answer is to wrap it in a `group` notification component so this adds some documentation and examples on how to do that.
2017-04-13 17:36:06 +02:00
Niklas
e963a1853e
add files to gitignore ( #2422 )
...
* add html5_push_registrations.conf to gitignore
* add additional files
2017-04-13 13:46:19 +02:00
Miha Lunar
e9b074fa59
Fixed typo ( #2421 )
2017-04-12 18:21:45 -07:00
Kitti L
04d7252bac
Broken link - file header link to documentation ( #2419 )
...
Suggests to update the link from:
https://home-assistant.io/components/hello_state/ to
https://home-assistant.io/cookbook/python_component_basic_state/
2017-04-12 23:06:42 +02:00
Marc Forth
a40f612533
Update remote.markdown ( #2418 )
...
Added a link to my guide for TLS/SSL certificates with HA.
2017-04-12 22:47:11 +02:00
Marc Forth
3d7018c594
Update lets_encrypt.markdown ( #2417 )
...
* Update lets_encrypt.markdown
Fixed spelling mistakes, image link and (hopefully the last...) formatting error!
* Update lets_encrypt.markdown
2017-04-12 22:46:16 +02:00
Andrey
158f7b333f
Add missing binary dependencies. ( #2413 )
...
* Add missing binary dependencies.
* Update development_environment.markdown
2017-04-12 12:31:23 +02:00
Paulus Schoutsen
3cf770aec1
Release 0.42.3
2017-04-11 09:33:25 -07:00
Fabian Affolter
c34e7e1579
Use 'verify_ssl' ( fixes #2407 )
2017-04-11 08:28:09 +02:00
tonire1702
57848913d6
Update sensor.netatmo.markdown ( #2404 )
2017-04-10 21:20:40 +02:00
Fabian Affolter
67475ff670
Add note about Ontario (ON)
2017-04-10 13:41:18 +02:00
stanvx
fa00f21a1a
Create configuration_yaml_by_stanvx ( #2399 )
2017-04-09 21:03:46 +02:00
Fabian Affolter
5e65c7cadc
Add logo
2017-04-09 12:12:01 +02:00
Fabian Affolter
7b0efed036
Fix entity name
2017-04-09 12:07:09 +02:00
Paulus Schoutsen
e90e25261e
Release 0.42.1
2017-04-09 01:14:58 -07:00
Paulus Schoutsen
cb6ebf8131
add the asyncio 101 page
2017-04-09 01:14:58 -07:00
Martin Hjelmare
fe55411ca6
Update mysensors ( #2385 )
...
* Debug option has been deprecated.
2017-04-09 08:39:53 +02:00
Paulus Schoutsen
106c2d358e
Update 2017-04-08-eddystone-beacons--lockitron-locks--total-connect.markdown
2017-04-08 18:28:27 -07:00
happyleavesaoc
bc650ec6f8
Update sensor.crimereports.markdown
2017-04-08 20:46:46 -04:00
Paulus Schoutsen
ce067ec582
Add asyncio 101 video
2017-04-08 17:22:13 -07:00
Paulus Schoutsen
ab96486697
Update metoffice version nr
2017-04-08 17:06:52 -07:00
Jacob Tomlinson
d5aa3a01f5
Update logo
2017-04-08 17:06:30 -07:00
Jacob Tomlinson
1bf79d69be
Add metoffice
2017-04-08 17:06:30 -07:00