Lewis Juggins
3da10c499c
Fix spelling mistake in Yandex.
2017-02-20 14:22:12 +00:00
Scott Reston
0814889a2e
Added example with sound/priority ( #2074 )
2017-02-20 08:20:36 +01:00
Paulus Schoutsen
c644446fe7
Restore old config format docs
2017-02-19 12:33:48 -08:00
Andrey
6116ee55c3
Add cookbook entry for generating TLS by owning a domain. ( #2077 )
...
* Initial file for getting TLS certificate
* Write instruction
* Fixes
2017-02-19 18:19:34 +01:00
JudgeDredd
ff3aed71bd
standardize use of chown as seen in other guides ( #2089 )
2017-02-19 13:15:29 +02:00
Greg Dowling
ff30813af6
Correct iot class ( #2078 )
2017-02-19 11:33:01 +01:00
bbrendon
8590bba08e
incorrect definition of comments fixed. ( #2085 )
2017-02-19 10:16:35 +02:00
JudgeDredd
201f99eac9
clarify title for proper linking from other guides ( #2086 )
...
clarify title on for "installing python-openzwave" in a virtualenv for proper linking from other guides
2017-02-19 10:15:18 +02:00
JudgeDredd
ce6d578576
referenced python-openzwave in virtualenv ( #2087 )
...
added cross-reference to python-openzwave in virtualenv. This change is dependent on https://github.com/home-assistant/home-assistant.github.io/pull/2086
2017-02-19 10:14:52 +02:00
JudgeDredd
a7f2172b49
wrong directory ( #2080 )
...
following the tutorial, it seems the folder should be /srv/homeassistant, not /svr/hass
2017-02-18 18:03:04 -08:00
Adam Mills
58a17d34b5
Revert "Add Effects" ( #2082 )
2017-02-18 18:50:34 -05:00
dramamoose
246e56dfc4
Add Effects ( #2081 )
...
* Add Effects
This applies to the changes in PR #6083
* Re-Order Page
2017-02-18 18:45:37 -05:00
Andrey
b142192302
typo
2017-02-18 12:17:08 +02:00
Andrey
c134262309
Fix markup
2017-02-18 11:41:22 +02:00
Andrey
8599732ce0
Add note regarding rake on headless mchines ( #2076 )
2017-02-18 10:09:47 +01:00
Robbie Trencheny
2615bf9547
Fix CLA to get code piece of QS. Closes #2067
2017-02-17 20:52:23 -08:00
magreen24
d69ecd8102
Update BloomSky conditions ( #2063 )
...
The rain and night conditions are binary sensors and can not be used in the main Bloomsky sensor component. I have removed them from this list and added a note referring people to the BloomSky binary sensor component.
2017-02-16 18:22:24 +01:00
Benny de Leeuw
db08498ef7
Update sensor.rflink.markdown ( #2050 )
...
According to the source code of the rflink sensor component the value 'sensor_type' is required.
2017-02-16 10:17:10 +01:00
jumpkick
44b7e5fca3
IP address without protocol, otherwise it errors ( #2053 )
...
This is the error if you provide http://IP_ADDRESS as the example shows.
```ERROR:homeassistant.components.switch:Error while setting up platform tplink
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/homeassistant/helpers/entity_component.py", line 151, in _async_setup_platform
entity_platform.add_entities, discovery_info
File "/usr/lib/python3.5/asyncio/futures.py", line 361, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.5/asyncio/tasks.py", line 296, in _wakeup
future.result()
File "/usr/lib/python3.5/asyncio/futures.py", line 274, in result
raise self._exception
File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.5/dist-packages/homeassistant/components/switch/tplink.py", line 40, in setup_platform
add_devices([SmartPlugSwitch(SmartPlug(host), name)], True)
File "/home/ged/.homeassistant/deps/pyHS100/pyHS100.py", line 78, in __init__
socket.inet_pton(socket.AF_INET, ip_address)
OSError: illegal IP address string passed to inet_pton```
2017-02-16 10:06:55 +01:00
Fabian Affolter
558bc3607a
Add note about the attribute names
2017-02-16 10:02:49 +01:00
Fabian Affolter
4febae0416
Add overview page
2017-02-15 08:42:47 +01:00
phlet
2480d5dc25
Warning to check the firewall if it doesn't work. ( #2048 )
2017-02-15 07:24:51 +01:00
Paulus Schoutsen
0ef1e5a5d2
Release 0.38.3
2017-02-14 21:43:38 -08:00
Bart274
699523f56a
value is needed instead of return_value ( #2040 )
2017-02-14 19:18:30 +01:00
brahmafear
27c7cff2fd
Howto install pyatv. ( #2042 )
...
Added sentence describing how to install pyatv package for atvremote utility.
2017-02-14 19:18:03 +01:00
Fabian Affolter
0f2fa10f79
Update the formatting and move the customization part to the end
2017-02-14 17:41:08 +01:00
George.M
536d0b539a
Amended a typo for a hyperlink ( #2036 )
...
Slightly tweaked formatting.
Spotted a gramatical error
Fixed a hyperlink error
2017-02-14 17:23:08 +01:00
Carlo Costanzo
c789873c81
add returned values into the documentation. ( #2041 )
...
There are many phases of the moon. This sensor returns 4 of them. I listed them for automation matching.
2017-02-14 17:20:30 +01:00
Fabian Affolter
d974b0377c
Add content
2017-02-14 15:28:18 +01:00
Fabian Affolter
23106098d3
Fix notebook menu
2017-02-14 15:11:18 +01:00
Fabian Affolter
49278a8726
Add workshop blog post
2017-02-14 12:11:43 +01:00
Fabian Affolter
49ff7580a8
Fix category
2017-02-14 12:06:11 +01:00
Erik Eriksson
2d0249ec90
Documented encryption config option ( #2016 )
...
* Update device_tracker.owntracks.markdown
Documented encryption config option
* Update device_tracker.owntracks.markdown
updated documentation
2017-02-14 11:18:47 +01:00
George.M
779fdeae32
Update to components/sensor.sensehat ( #2009 )
...
* Update to components/sensor.sensehat
• Have provided more information on how to install the SenseHAT for Virtual Environment installs
• Have included directions on making the SenseHAT prettier
* Amends to comform with PR
2017-02-14 11:15:37 +01:00
Peter Zsak
5dcb6fbd2a
clarify the usage of the sensor ("PWS" tag) ( #2035 )
...
As it was not clear (at least for me), that the PWS sensor is the Weather Underground sensor, so a Note added at the bottom (like in darksky)
2017-02-14 10:15:07 +01:00
Carlo Costanzo
583c7c1483
Added in pricing description. ( #2033 )
...
Links to pricing.
2017-02-14 10:14:08 +01:00
Philipp Schmitt
37cd4b2099
Fix typo ( #2030 )
2017-02-13 18:01:27 +01:00
Philipp Schmitt
b56629d433
Fix links and add hint for token length ( #2028 )
2017-02-13 17:02:14 +01:00
Joeboyc2
4274df05da
Spelling amendments and highlighted opening paragraph ( #2010 )
...
* Spelling amendments and highlighted opening paragraph
* Updated the link to updating the hassbian image
* Update updating.markdown
2017-02-13 14:12:30 +01:00
Fabian Affolter
a3295a8234
Add link
2017-02-13 13:21:49 +01:00
Fabian Affolter
8f4690e72e
Add chat bot (picked from #1755 )
2017-02-13 13:13:21 +01:00
Fabian Affolter
e2b0c6d0f7
Rename to macOS
2017-02-13 13:08:01 +01:00
iDVB
3d8d239a4c
docs(docker-install): Add OSX port forwarding note ( #1925 )
...
- Add note to people on OS X about how to properly forward ports so that you can browse to http://localhost:8123
- This tripped me and a co-worker up a fair bit so I'm hoping it will save others a good deal of googling.
2017-02-13 13:06:38 +01:00
Fabian Affolter
273bcb7059
Update wstunnel part
2017-02-13 13:00:48 +01:00
Emanuele Palombo
b73af61eb9
Update apache_configuration.markdown ( #1777 )
2017-02-13 12:54:47 +01:00
Fabian Affolter
313ffba048
Add pymysql (fix the slalom around pymysql and mysqlclient)
2017-02-13 12:50:36 +01:00
nodomain
b6d33e3a17
Update recorder.markdown ( #1921 )
...
Updated to include the "native" mysqlclient package as documented in https://community.home-assistant.io/t/error-in-setting-up-recorder-with-mysql/7705/4 - verified that it works as well ;-)
2017-02-13 12:47:13 +01:00
Fabian Affolter
c362cab93e
Include details from #1818
2017-02-13 12:40:24 +01:00
Igor Shults
660d2c297d
Remove blurb about being able to use conditions ( #1664 )
...
It doesn't seem like you can use conditions in actions (anymore?), so remove the snippet to avoid confusion.
2017-02-13 12:23:29 +01:00
Fabian Affolter
62db81541b
Fix markdown
2017-02-13 12:18:42 +01:00