Commit graph

2517 commits

Author SHA1 Message Date
Corban Mailloux
f5fd87b656 Tiny Grammar Fix (#2140) 2017-02-25 23:20:07 +01:00
Janne Grunau
06f4e97126 binary_sensor.enocean: update compatibility statement (#2144)
The Eltako FT55 is based on the standard EnOcean PTM 215 module. Other switches using the same module are expected to work too.
2017-02-25 23:18:12 +01:00
Illia Grybkov
a3b22fb000 Fix a typo for Nuki component (#2131) 2017-02-24 22:40:40 +01:00
Daniel Høyer Iversen
46e6daf72a Update sensor.broadlink.markdown 2017-02-24 09:16:26 +01:00
Justin Dray
d51ea8b614 Update for PR #6114 (#2096)
* Update for PR #6114

Update for module changes from https://github.com/home-assistant/home-assistant/pull/6114

* Update description of mac field

* Only give a minimal example config
2017-02-23 14:13:03 +01:00
George.M
e8aafa6a5e Fix merge error & added doc for sensehat new flag (#2100)
* Fix merge error & added doc for sensehat new flag

* Changes as per PR comments
2017-02-23 14:12:22 +01:00
Matt N
4049643963 Clarify how repeat works for alerts (#2084)
It wasn't clear if the delay was relative to the initial state change or to the previous notification.
2017-02-23 12:23:07 +01:00
Igor Shults
1c1427a9c9 Seems to support both Imperial and metric units (#2110) 2017-02-23 11:54:23 +01:00
scottocs11
ee71668a07 Add MQTT Automation Example (#2070)
* Update input_select.markdown

I added an MQTT automation example similar to the one on the input_slider component page.

* Fixed Typo

Fixed "Exampleof" typo.
2017-02-23 11:35:42 +01:00
Fabian Affolter
481320128f Re-organisation Documentation and Getting started (#2055)
* Split MQTT documentation

* Add more details

* Move content to /docs

* Enable sidebar

* Move content to /docs

* Enable sidebar

* Move content

* Update links

* Remove wizard stuff

* Enable sidebar

* Minor changes

* Move MQTT parts to /docs

* update links

* Update links and sync content

* Fix link

* Enable sidebar

* Remove navigation

* Remove navigation and other minor updates

* Update links

* Add overview page

* Make title linkable

* Update

* Plit content

* Update links

* Rearrange content

* New getting-started section

* Add icons for docs

* Update for new structure

* Update for new structure

* Add docs navigation

* Add docs overview page

* Remove ecosystem navigation

* Add docs and remove other collections

* Move ecosystem to docs

* Remove duplicate files

* Re-add ecosystem overview

* Move to ecosystem

* Fix permission

* Update navigation

* Remove collection

* Move overview to right folder

* Move mqtt to upper level

* Move notebook to ecosystem

* Remove un-used files

* Add one more rectangle for iOS

* Move two parts back from docs and rename Run step

* Remove colon

* update getting-started section

* Add redirect

* Update

* Update navigation
2017-02-23 11:09:41 +01:00
bl8rnr
55b3bed27c Update light.yeelight.markdown (#2097)
Updated note on working models
2017-02-21 15:06:12 +01:00
Scott Reston
9634d1333a Removed extra "data" from example (#2098)
Sorry! My fault.
2017-02-21 15:05:41 +01:00
scottocs11
ed37a9b2a2 Fixed Typo (#2099)
Fixed "Exampleof" typo.
2017-02-21 09:46:06 +01:00
Dave
a3327a6683 Fixed typo in isy994_CoverExample.png img url (#2105) 2017-02-21 09:45:32 +01:00
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
Greg Dowling
ff30813af6 Correct iot class (#2078) 2017-02-19 11:33:01 +01: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
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
phlet
2480d5dc25 Warning to check the firewall if it doesn't work. (#2048) 2017-02-15 07:24:51 +01: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
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
Fabian Affolter
8f4690e72e
Add chat bot (picked from #1755) 2017-02-13 13:13:21 +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
Fabian Affolter
09a174acfd
Fix typo and add link 2017-02-13 12:18:42 +01:00
Daniel Høyer Iversen
5e0894cc1c Merge pull request #2026 from qrioniclabs/patch-1
Update sensor.google_travel_time.markdown
2017-02-13 12:00:26 +01:00
nodomain
bae50112a6 Update logbook.markdown (#1824)
Elaborated the fact that the "recorder" component storage settings have an effect on the "logbook" component. It was unclear to me before. See https://community.home-assistant.io/t/history-with-mysql/10027 for details.
2017-02-13 11:46:29 +01:00
qrionic labs
7e2c90d179 Update sensor.google_travel_time.markdown
Added mode option. Also the doc metadata was corrupt at line 36. Remove the corrupt metadata and simplified it.

In their official api docs, Google calls them "Travel Modes": https://developers.google.com/maps/documentation/javascript/directions#TravelModes
2017-02-13 11:39:54 +01:00
Jason Schollenberger
e9b4542b77 fix typo (#2024) 2017-02-13 07:55:41 +01:00
William Scanlon
6fa3fc385f Update binary_sensor.wink.markdown 2017-02-12 13:18:44 -05:00
William Scanlon
aca09cff42 Update sensor.wink.markdown 2017-02-12 13:15:31 -05:00
William Scanlon
e94a7071c0 Update climate.wink.markdown 2017-02-12 13:14:35 -05:00
Fabian Affolter
800e8a78cb
'Unfeatured' Api.AI 2017-02-12 15:55:00 +01:00
bbrendon
e4fff883f9 add automation code. (#2015)
the example makes it seem like the magic happens without an automation
2017-02-12 14:14:09 +01:00
Fabian Affolter
5653c3081b
Add missing conf var 2017-02-12 09:45:35 +01:00