8566 Commits

Author SHA1 Message Date
Tabakhase
f2dba1f614 add documentation for "shared_gpio" flag to component switch.rpi_gpio 2018-02-09 11:05:22 +01:00
Pierre Ståhl
d5404ed82e Add documentation for system_log_event (#4549)
* Add documentation for system_log_event

* ✏️ Minor improvements
2018-02-08 21:45:39 +01:00
Conrad Juhl Andersen
809034c804 added remote.xiaomi_miio component (#4513)
* added remote.xiaomi_miio component

* added changes

* updated to explain different command types

* Fixed cross-linking

* ✏️ Minor improvements
2018-02-08 15:32:06 -05:00
Gerben Meijer
83c51ebc77 Update flux stop_time default. (#4553) 2018-02-08 21:27:42 +01:00
hawk259
a7fb895c5a Binary Sensor Template: Add icon_template and entity_picture_template support (#4373)
Sensor Template: fix entity_picture_template conf
2018-02-08 21:02:26 +01:00
Anders Melchiorsen
9d918bd4c4 Remove influxdb retry_queue_limit (#4598) 2018-02-08 15:53:38 +01:00
Marc Egli
9e03a1e774 Document new turn_on_action for philips TV (#4599)
This got added in home-assistant/home-assistant/pull/12065
2018-02-08 15:52:44 +01:00
Anders Melchiorsen
045422dad6 Return of entity_id in template platforms (#4600) 2018-02-07 22:46:16 -08:00
nordlead2005
99c835699b Dark Sky Precip Accumulation (#4587) 2018-02-06 21:43:35 +01:00
Julius Mittenzwei
7c0ac4661f Updated documentation for KNX platform (#4575)
* Documentation for https://github.com/home-assistant/home-assistant/pull/11978

* typo
2018-02-05 08:24:20 +01:00
Rene Nulsch
b1714a5bfc Fix Typo (#4577) 2018-02-04 19:54:17 +01:00
Rene Nulsch
5ad2bf6428 Add market restriction note (#4571) 2018-02-03 19:28:27 +01:00
Alok Saboo
6afb5e620e
Merge pull request #4530 from dgomes/next-upstream
Added examples for Panasonic Viera Media Player services
2018-02-03 11:59:14 -05:00
Alok Saboo
3bd79757df
Merge pull request #4496 from dgomes/next
New Mediaroom media_player component
2018-02-03 09:49:34 -05:00
Fabian Affolter
a27acc87f2
Add missing default 2018-02-03 14:57:43 +01:00
Fabian Affolter
c78bc43ac1
Fix configuration variables 2018-02-03 14:52:57 +01:00
kennedyshead
c2813d3739 Adding melissa climate (#4377)
* Adding docs for melissa component

* Adding docs for melissa component

* Changed to Configuration Variables

* 🚑 Fixing build

* Updateing version of release
2018-02-03 03:55:08 +01:00
Rene Nulsch
7f6f3cca86 Documentation for new Mercedes me component (#4464)
* Documentation for new Mercedes me component

* set ha_release and date to next version
2018-02-02 10:57:40 -05:00
Anders Melchiorsen
5042e3b13f
Default recorder purge_interval to 1 (#4534)
* Default recorder purge_interval to 1

* Reflow

* ✏️ Minor improvements
2018-02-02 01:51:56 +01:00
akloeckner
a3e449edb5 add only_direct option to sensor.deutsche_bahn (#4542)
* add only_direct option to sensor.deutsche_bahn

goes along with https://github.com/home-assistant/home-assistant/pull/11999

* Update style
2018-01-29 23:29:39 +01:00
Jack Wilsdon
2788202f1e emulated_hue: add documentation for new entities configuration (#4538)
* emulated_hue: add documentation for new entities configuration

* ✏️ Minor improvements
2018-01-29 13:30:04 -08:00
Franck Nijhof
c16a434566
✏️ Minor changes 2018-01-29 07:59:55 +01:00
Robert
8b5123adbc Buienradar (#4544)
* Title in line with similar weather components

* Title in line with similar weather components
2018-01-29 07:53:06 +01:00
Craig J. Ward
631fe9f878 Goalfeed (#4211)
* add goalfeed docs

* update date

* Update email address

* changes as per notes

* Minor changes
2018-01-28 13:27:38 +01:00
Rene Nulsch
b62ba17d3a Add absolute url config information (#4465)
* Add absolute url config information

* revert ha_release change, change url description

* 🔨 Reverting "date" field
2018-01-28 09:55:17 +01:00
Diogo Gomes
2436d94e13 Added examples 2018-01-27 16:55:56 +00:00
Rene Nulsch
399b9e6760 Panel_Iframe - Allow relative urls in config (#4477)
* Panel_Iframe - Allow relative urls in config

* Fix configuration
2018-01-27 08:46:06 +01:00
Paulus Schoutsen
3177f20493 Merge branch 'current' into next 2018-01-26 21:08:36 -08:00
Paulus Schoutsen
3c453c54eb
Merge pull request #4519 from home-assistant/release-0-62
0.62
2018-01-26 21:08:19 -08:00
Paulus Schoutsen
8ffd8883ad Add release blog post for 0.62 2018-01-26 21:07:25 -08:00
Jens Østergaard Nielsen
9e7e78b3c9 IHC component (#4520)
* New IHC platform

* autosetup -> auto_setup

* Moved auto setup to the IHC component

* Removed by LK in logo

* Changes from review.

* Defaults in configurations. manualy setup" changed to "manual setup" (Anchors adjusted)

* Relative links changed to absolute links

* 'host' renamed to 'url'

* ✏️ Tweaks
2018-01-26 23:05:10 +01:00
Fabian Affolter
07be99431e
Add entry about he releases 2018-01-26 23:03:08 +01:00
Nolan Gilley
4b3ed6a650 add erc20 token (#4523)
* add erc20 token

* ✏️ Minor corrections
2018-01-26 22:12:31 +01:00
akloeckner
5ba6298e21 clarify scenes (#4471)
* clarify scenes

- add helper pointer, see https://github.com/home-assistant/home-assistant/pull/11819
- add workaround for multiple services, not sure actually where I found this
- add description of state definition, as it took me some time to get this

* ✏️ Minor changes
2018-01-26 22:12:04 +01:00
Kallum Burgin
76d3d893be Add icon_template description to configuration (#4521) 2018-01-26 21:57:54 +01:00
Aaron Bach
19eccf43e6 Adds docs for Pollen.com sensor platform (#4524)
* Adds docs for Pollen.com sensor platform

* Updating version number
2018-01-26 21:47:25 +01:00
Adriaan Peeters
fd44f52d7f fix typo in link to rainbird component (#4525) 2018-01-26 21:10:40 +01:00
Fabian Affolter
661c13b720
Update 2018-01-26 20:47:37 +01:00
Paulus Schoutsen
cc025a6a72 Merge branch 'current' into next 2018-01-26 00:49:00 -08:00
Nash Kaminski
3a068a85a5 Update documentation for SNMP switch component to reflect changes. (#4190) 2018-01-26 09:34:54 +01:00
Mahasri Kalavala
3daa8c815d
Update scripts.markdown 2018-01-25 18:16:46 -05:00
Jerad Meisner
6496e3ef21 Added documentation for Xeoma camera platform (#4405)
* Added documentation for Xeoma camera platform

* ✏️ Minor changes

* Add periods
2018-01-25 23:25:38 +01:00
DubhAd
94476935de Pulled through notes of other path options (#4438)
* Pulled through notes of other path options

Added notes that for Hass.io there may be multiple path options depending on the device.

* Updated Hass.io note
2018-01-25 22:55:59 +01:00
Mahasri Kalavala
a468d83300
Update scripts.markdown 2018-01-25 16:22:15 -05:00
Sebastian Muszynski
021f7ae3ce Service description for setting a fixed scene of Xiaomi MIIO light added. (#4170) 2018-01-25 21:56:41 +01:00
Guyanthalas
f7c2c1af03 sync usb_path to other docs (#4439)
* sync usb_path to other docs

The hassio zwave documents reference usb_path: /dev/ttyACM0, so this document should be in sync. After some discussion it appears that this could be variable, in which case there should be a good way to figure out the CORRECT answer rather than using a guess as example code without stating it as such. Possibly linking back to the linux "how to find" section?

* Removed manual set language per suggestion
2018-01-25 21:50:43 +01:00
Franck Nijhof
04400a3553
📚 Adds Hass.io Addon Presentation section (#4509) 2018-01-25 21:43:09 +01:00
Mahasri Kalavala
7f22cf1683
Update scripts.markdown 2018-01-25 15:09:22 -05:00
Mahasri Kalavala
6901bdc5e9
Update scripts.markdown 2018-01-25 13:38:03 -05:00
CV
970acbb40b Make init script raspi-proof (#4459)
Raspbian does not keep files in /run. Therefor the pid directory needs to be created every time after boot. The easies is to put this into the start function.

Sorry, I did not test the patch with all my legacy systems.
2018-01-25 19:28:29 +01:00