Commit graph

10640 commits

Author SHA1 Message Date
DubhAd
aaaa73345b
Merge pull request #5009 from mrtncls/patch-1
Removed duplicated add_device section
2018-03-24 21:29:01 +00:00
cdce8p
7b7f12f87f Added dependency note warning (#5008) 2018-03-24 15:31:30 -04:00
mrtncls
13a6ca7570
Removed duplicated add_device section 2018-03-24 20:29:40 +01:00
ChristianKuehnel
491c79598d bmw connected drive (#4947)
* bmw connected drive

* breaking change
* replaced country with region after API change

* fixed brackets
2018-03-24 13:50:17 +01:00
Joakim Sørensen
a14a7488bf light.group: Added example for usage in scripts. (#5004)
* Added example for usage in scripts

* ✏️ Typo fix

* 🚀 Trigger rebuild
2018-03-24 12:56:52 +01:00
DubhAd
238a7f87ed Rewording, adding links (#5001)
* Rewording, adding links

The current doc is written as if the listed options are the only options, no Bluetooth, iOS app, etc. It also pushes people quite hard at OwnTracks over MQTT.

While this won't solve the iOS app problem (it's not a component for some reason), it should hopefully help people realise that OwnTracks isn't the only option ;)

* ✏️ Tweaks
2018-03-24 12:20:40 +01:00
spinside
92be5171b4 Fixed invalid YAML example (#5003) 2018-03-24 12:03:45 +01:00
Ettienne Gous
63746ddee5 Update default Pilight port number (#4976)
* Update default Pilight port number

Based on the Pilight docs targeted the default port is 5001, 
As started here https://manual.pilight.org/development/api.html and in the original Home Assistant doc
I think they did a big refactor late last year to the code base and docs.

* 🚑 Host and port variables are optional

* 🚀 Trigger rebuild

* Remove optional configuration variables

* 🚀 Trigger rebuild
2018-03-24 09:39:13 +01:00
Paulus Schoutsen
e4c59e9e89 Set domain to rc 2018-03-23 16:30:39 -07:00
Tod Schmidt
9f2eec8e56 Update snips.markdown for HassIO addon (#4989)
* Update snips.markdown

* ✏️ Tweaks
2018-03-23 23:03:09 +01:00
Paulus Schoutsen
b28d8cfd31 Add draft blog post 2018-03-23 14:55:54 -07:00
Thomas Svedberg
0ead042087 Update sensor.vasttrafik.markdown (#4986)
* Update sensor.vasttrafik.markdown

Add new config option "lines" and extend full example.

* ✏️ Tweaks
2018-03-23 22:54:17 +01:00
DubhAd
dc50cbc5b0 Reworded for Rename Node (#4987)
Moved the warning further up in the hope that people actually read it. Reworded Rename Node description to hopefully make it clearer.
2018-03-23 22:44:56 +01:00
Paulus Schoutsen
fcbe4d3f51 Release 0.66 blog post draft 2018-03-23 14:10:32 -07:00
Paulus Schoutsen
772fb32af9 Merge branch 'current' into next 2018-03-23 14:07:56 -07:00
Sebastian Muszynski
8166ab0921 Xiaomi Mijia LED Desk Lamp added to the list of supported yeelights (#4965)
* Xiaomi Mijia Smart LED Desk Lamp added to the list of supported yeelights

* Reason added

* ✏️ Fixes a spelling error
2018-03-23 22:03:17 +01:00
Diogo Gomes
6585332701 Improves documentation with better example and link to algorithm (#4883)
* Added history_period

* added link

* history_period is no longer needed
2018-03-23 21:55:27 +01:00
Filip Bednárik
6e1fe76243 Fix default values in REST switch (#4922)
* Fix default values in REST switch

According to https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/switch/rest.py
* Resource does not have any default value.
* Method is set in lowercase "post"
* Default name is not "REST Binary Switch" but "REST Switch"
* Default body_on is "ON" not true
* Default body_off is "OFF" not false

* ✏️ Tweaks
2018-03-23 21:44:39 +01:00
Andrew Fahrenholtz
9165380172 update list of sensors (#4943) 2018-03-23 21:35:30 +01:00
c727
3c45088ac3 Fix code for custom UI version (#4945)
* Fix code for custom UI version

if you don't put the code in `{ }` `const`s are global

* Update frontend_creating_custom_ui.markdown

* Update frontend_creating_custom_ui.markdown

* Update frontend_creating_custom_ui.markdown
2018-03-23 20:34:10 +01:00
Fabian Affolter
6f63554f8c Add send_sticker and update the existing content (#4996)
* Add send_sticker and update the existing content

* ✏️ Minor fixes
2018-03-23 20:07:18 +01:00
Philip Rosenberg-Watt
b4c71a2f54 Fix incorrect syntax (#4995)
Without quotes the example would not work.
2018-03-23 18:29:38 +01:00
Joakim Sørensen
6ea9c2d7a8 More hassbian docs (#4994) 2018-03-23 18:00:56 +01:00
Erik Eriksson
6800f20908 Update switch.mqtt.markdown (#4969) 2018-03-23 11:32:07 +01:00
Erik Eriksson
77c282d62f Update sensor.mqtt.markdown (#4968) 2018-03-23 11:31:35 +01:00
Gummientchen
62985bd21e Add example configuration to cookbook (#4991) 2018-03-23 11:27:04 +01:00
Robert
6a35c3515d Automations file has fixed name and location (#4993)
* automations file has fixed name and location

The name and path of the automations file are fixed. Clarification for #13411

* ✏️ Grammar
2018-03-23 10:30:34 +01:00
jackjohnsonuk
c4edb9a6e1 Update backup_github.markdown (#4988)
Added a not re: Hass.io steps
2018-03-23 10:23:53 +01:00
Joakim Sørensen
8c71e26851 Changes to Hassbian documentation (#4992)
* Changes to Hassbian documentation

* Added info about suite to Let's Encrypt docs
2018-03-23 10:20:37 +01:00
DubhAd
cdda3de320 Template corrections (#4990)
* Template corrections

Updated the templates to be standards compliant.

* Fixes ;)

* More changes to comply with standards
2018-03-22 17:12:05 -05:00
DubhAd
a71cd0bf3f
Merge pull request #4983 from nielstron/outlier-fix
Fixed outlier description
2018-03-22 20:11:27 +00:00
cgtobi
2781c1f89a Add language parameter to darksky sensor. (#4955)
* Add language parameter to darksky sensor.

* Add language codes rather than link to the API docs.

This is a shameless copy of @syssi's PR #4982.
2018-03-22 20:01:43 +01:00
nielstron
c61a59fb39 Fixed outlier description
Outlier filter is actually a band-pass filter, not a band-stop filter
2018-03-22 09:21:56 +01:00
Fabian Affolter
3cdfe49eaf
Update 2018-03-22 08:56:22 +01:00
Otto Winter
ffd9ae12cc esphomelib now supports ESP8266 🎉 (#4971) 2018-03-22 08:36:09 +01:00
Sebastian Muszynski
5e73866af0 Typo fixed (#4975) 2018-03-22 08:35:11 +01:00
davidm84
a34c07d182 Link to DuckDNS not working. (#4980) 2018-03-22 08:34:01 +01:00
maxclaey
aba21eeca6 Update alarm_control_panel.ifttt.markdown (#4970)
* Update alarm_control_panel.ifttt.markdown

* Update alarm_control_panel.ifttt.markdown
2018-03-21 15:41:45 -04:00
Paulus Schoutsen
e0d3ba6aaf Release 0.65.6 2018-03-21 10:17:43 -07:00
Marc Forth
6bb1d70db1 Update lets_encrypt.markdown (#4962)
* Update lets_encrypt.markdown

Converted the DuckDNS section to use the Homeassistant component for background, much easier for new starters, and more in the spirit of keeping things within HA.

* Minor changes
2018-03-20 15:57:13 +01:00
Pascal Vizeli
7814fcd805
Update addon_communication.markdown 2018-03-20 14:15:25 +01:00
Daniel Høyer Iversen
58a304401d Update sensor.tibber.markdown (#4948)
* Update sensor.tibber.markdown

* ✏️ Removed some newlines and small other stuff

* Update sensor.tibber.markdown

* Add raw
2018-03-20 09:35:38 +01:00
DubhAd
454ae61825
Merge pull request #4959 from robmarkcole/patch-12
Update py34 to py36
2018-03-19 21:52:33 +00:00
DubhAd
a0f2f2d07b
Merge pull request #4961 from smccloud/patch-1
Update device_tracker.owntracks.markdown
2018-03-19 21:51:35 +00:00
Ryan McLean
48d08be907 Add Documentation for plex client cleanup options (#4907)
* Add Documentation for plex client cleanup options

* Added removal option
2018-03-19 22:26:22 +01:00
Qxlkdr
c5f2f5770f Add Trafikverket WeatherStation documentation (#4562)
* Create sensor.trafikverket_weatherstation.markdown.markdown

* Add trafikverket.png

trafikverket.png used for trafikverket_weatherstation sensor platform.

* api_key

Updated from api to api_key due to CONF_API_KEY.

* Removed text

Removed text which I used on GitHub for the custom component. Now needed to have for the official release.

* Example picture

Added an example picture to better understand how to get the weather station.

* Added example picture

Added an example picture to better understand how to get the weather station. What the user needs to copy and add to the YAML file.

* Added usage information

Added examples of the usage (why needing the data).

* linkable_title

Changed from normal titles to linkable_title in order to follow the documentation standards.

* Updated based on feedback

Done
- Rewrote "Usage" into "Potential use cases"
- Linked to Trafikverket homepage
- Description instead of static links

* Configuration variables

Updated to use "{% configuration %}" instead of "Configuration variables" as plain text.

* HA release 0.64.0

Updated ha_release to 0.64.0 instead.

* HA release 0.65.0

Updated ha_release to 0.65.0 since it wasn't merged in 0.64.0 release.

* ✏️ Tiny improvements

* ha_release and note

Updated ha_release to 0.66.0 and removed a note about using secrets.yaml for all your API keys, usernames and passwords.
2018-03-19 22:08:38 +01:00
Shaun McCloud
7259f09e87
Update device_tracker.owntracks.markdown 2018-03-19 12:41:25 -05:00
Robin
8919dea6c8
Update py34 to py36
Since py34 is no longer supported
2018-03-19 14:50:04 +00:00
nielstron
13ac22cb08 Syncthru Printer description (#4707)
* Added syncthru platform description

* Spelling

* Cleaned up the code

* Clarified configuration entry

* Updated version, removed logo

* 🎨 Added existing logo

* ✏️ Small fixes

* ⬆️ Sets ha_release

* Add description for every single key

* 🚑 Removed duplicate endconfiguration tag
2018-03-19 13:25:51 +01:00
Adam Mills
40602962f4 New hue/sat field on light.turn_on schema (#4881)
* New hue/sat field on light.turn_on schema

* ✏️ Small language corrections
2018-03-19 08:14:44 -04:00