Jesse Torres
045ea18081
Updated documentation for pull request https://github.com/home-assistant/home-assistant/pull/6054
2017-02-19 18:51:36 -05:00
Paulus Schoutsen
4c1c60df29
Merge branch 'current' into next
2017-02-19 13:18:10 -08:00
Kevin Siml
dd55c3a36d
Add documentation for pushsafer notifications service ( #2071 )
...
* Add files via upload
* Add files via upload
* Update notify.pushsafer.markdown
2017-02-19 11:34:29 +01:00
Greg Dowling
ff30813af6
Correct iot class ( #2078 )
2017-02-19 11:33:01 +01:00
Adam Mills
2b9c09aa37
Add Effects ( #2081 ) ( #2083 )
...
* Add Effects
This applies to the changes in PR #6083
* Re-Order Page
2017-02-18 19:40:42 -05: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
Adam Mills
23f910f669
Improve documentation for device_class ( #2073 )
2017-02-18 10:08:03 -05:00
Adam Mills
a817d7f003
Update docs for Kodi websocket ( #2065 )
2017-02-18 09:53:08 -05:00
Daniel Høyer Iversen
af4e74652b
Merge pull request #2049 from walkerdb/next
...
add aurora binary sensor docs
2017-02-17 09:17:27 +01:00
Fabian Affolter
299f5a1571
Fix date, add logo, and minor layout changes
2017-02-16 18:36:50 +01: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
happyleavesaoc
82e834aafc
add gstreamer doc ( #2060 )
2017-02-16 18:20:30 +01:00
happyleavesaoc
584ef519f0
update fedex doc ( #2059 )
2017-02-16 18:17:30 +01:00
happyleavesaoc
2894153a04
update ups doc ( #2058 )
2017-02-16 18:16:53 +01:00
arraylabs
1ebabbde5d
Update supported types, add name info ( #2046 )
2017-02-16 10:21:28 +01:00
Fabian Affolter
a34a8b9e03
Add initial FedEx docs ( #2044 )
2017-02-16 10:19:36 +01:00
Fabian Affolter
2900754327
UPS sensor ( #2045 )
...
* Add inital UPS docs
* Fix link
2017-02-16 10:17:38 +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
phlet
2480d5dc25
Warning to check the firewall if it doesn't work. ( #2048 )
2017-02-15 07:24:51 +01:00
walkerdb
7381c375c0
add aurora binary sensor docs
2017-02-14 22:58:24 -05: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
48662967ec
Minimize configuration sample
2017-02-14 19:15:57 +01:00
Stefano Scipioni
7eb63a23b9
Telegram webhooks ( #2043 )
...
* first version
* configuration variables
2017-02-14 19:07:41 +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
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
Sören Oldag
fa33fe6231
Updated limitlessled docs to latest changes. ( #2031 )
2017-02-14 11:16:59 +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
Valentin Alexeev
37e643c8f3
Features/waqi sensor pwaqi 2.0 update ( #2027 )
...
* Update documentation for WAQI sensor.
* Added itach documentation (#2023 )
* Revert "Added itach documentation (#2023 )"
This reverts commit 3c25133249ff58e6c42df049cd853d14a9cb1400.
2017-02-14 11:09:54 +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
Boris K
ee7dca5d91
Typo fix ( #2032 )
2017-02-14 10:13:29 +01:00
Fabian Affolter
9400ad00de
Add ha_release, add logo, and remove line breaks
2017-02-13 21:36:19 +01:00
Stuart Mumford
e83637ac81
Add OpenEnergyMonitor Thermostat docs. ( #1889 )
...
* Add OpenEnergyMonitor Thermostat docs.
for home-assistant/home-assistant#5583
* Rename climate.openenergymonitor.markdown to climate.oem.markdown
* remove target temp
2017-02-13 20:53:13 +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
Fabian Affolter
dd9ca40a0c
Minor changes
2017-02-13 17:01:08 +01:00
Johan Bloemberg
a252ebadfc
Icons support was removed a while back in favor of customizations. ( #2022 )
2017-02-13 14:08:23 +01:00
Jan Losinski
fa5e7a381d
Add documentation for the pilight echo option ( #1712 )
...
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2017-02-13 14:06:27 +01:00
Philipp Schmitt
c6790bc5e8
Fix links and add hint for token length ( #2028 )
2017-02-13 13:55:44 +01:00
Fabian Affolter
8f4690e72e
Add chat bot (picked from #1755 )
2017-02-13 13:13:21 +01:00
jeremydk
aa399b430b
Updating documentation for emulated_hue ( #1871 )
2017-02-13 13:02:02 +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