Gavin Mogan
892b2045a3
Replace Samsung with Sharp Aquos ( #2972 )
2017-07-14 07:42:38 +02:00
Dougal Matthews
fea19c1476
Add the new rgb support to switch.flux ( #2956 )
2017-07-13 19:53:37 -07:00
Will Heid
bf9911e6e3
emphasized that wired internet needs to be connected for the entire bootstrap process.
2017-07-13 16:16:49 -07:00
Paulus Schoutsen
8879b5a610
Merge remote-tracking branch 'origin/current' into next
2017-07-13 09:31:46 -07:00
Anders Melchiorsen
a3987362cd
LIFX: make broadcast address configurable ( #2967 )
2017-07-13 10:54:33 +02:00
Andrey
372bb97a45
Add themes documentation ( #2966 )
2017-07-12 18:08:38 -07:00
Aliaksandr
d199b4e3f2
Mark entity_id attribute of media_extractor as optional ( #2965 )
2017-07-12 16:24:35 +02:00
Fabian Affolter
1064e0e23c
Initial media_extractor docs ( #2963 )
2017-07-12 10:38:20 +02:00
Fabian Affolter
7333d36200
Add details about RouterOS API
2017-07-12 09:06:56 +02:00
Paulus Schoutsen
3d5fcfd934
Hassio linkable titles
2017-07-11 23:30:10 -07:00
Fabian Affolter
3f7e2d7c58
Update supported sensors
2017-07-11 23:11:37 +02:00
Vlad Korniev
843a89816b
Vizio SmartCat TV support ( #2906 )
...
* Vizio SmartCat TV support
* Minor style changes
2017-07-11 23:00:17 +02:00
waxhell
a6c62b30ff
Fix docs for Universal Media Player ( #2962 )
...
Wrapped template syntax in example
2017-07-11 13:21:38 -07:00
Russell Cloran
88ba25a12b
Add prometheus component ( #2913 )
...
* Add prometheus component
* Update 'ha_release'
2017-07-11 10:29:26 +02:00
Fabian Affolter
8f4a9e4b36
Lat/long are now optional ( #2960 )
2017-07-10 23:18:06 +02:00
Jonatan Castro
c7d4a93d9d
Create switch.xiaomi_vacuum ( #2771 )
...
* Create switch.xiaomi_vacuum
First revision
* Update switch.xiaomi_vacuum
Tweaks in the copy
* Update switch.xiaomi_vacuum
* Update switch.xiaomi_vacuum
* Update switch.xiaomi_vacuum
* Update switch.xiaomi_vacuum
Tweaks on info table
* Changed filename to .markdown
Changed filename to .markdown
* Update switch.xiaomi_vacuum.markdown
* Update switch.xiaomi_vacuum.markdown
Update, collaboration from other users
* Update switch.xiaomi_vacuum.markdown
Added WIP token instructions based on some reading
* Fix spelling and formatting
* Update switch.xiaomi_vacuum.markdown
Spelling
2017-07-10 11:58:32 +02:00
Fabian Affolter
aed2c7603b
Add VELUX scene docs
2017-07-10 11:14:28 +02:00
Fabian Affolter
9cc889bd6f
Format fixes
2017-07-10 11:10:49 +02:00
Julius Mittenzwei
e0e5ee129a
documentation for velux component ( #2958 )
...
* documentation for velux component
* documentation for velux component - fixed problem
* Fix indent
2017-07-10 11:10:15 +02:00
Daniel Welch
4cda6df98b
lets_encrypt.markdown -- automated renewal w/o port forwarding 80 ( #2954 )
...
Before finding this guide, I ran into the Port 80 problem described in this page (likely blocked by ISP) and [posted about it in the LetsEncrypt forums](https://community.letsencrypt.org/t/help-with-standalone-certbot-failed-to-bind-to-80-using-ipv4/37701/8 ). While this excellent guide helped me circumvent that immediate issue, a certbot engineer suggested an alternate method for automated cert renewal that did not require manually changing port mapping every time a cert needed to be renewed.
In short, he suggested using a TLS challenge rather than HTTP, so that the Let's Encrypt CA would bind port 443 externally, and specify certbot to bind to port 8123 internally for certificate renewal. He also added that pre- and post-hooks could be passed to certbot so that HA could be stopped/started and port 8123 could be freed for cert renewal.
I have verified that this method works in a dry run on my own HA setup and modified step 8 with some suggested documentation
2017-07-09 09:32:11 +02:00
Fabian Affolter
c4746439b4
Align abbreviation
2017-07-09 09:27:17 +02:00
Carlo Costanzo
4d2804f0a2
Additional Values and examples. ( #2953 )
...
Added additional customize examples and values that I use in my config.
2017-07-09 09:06:24 +02:00
Maxim Krušina
15da89597b
Added note about RPi's 100 mbit limit ( #2955 )
...
* Added note about RPi's 100 mbit limit
In my case, I just realized after months that RPi hav 100 mbit card, so this was the limiting factor :)
* Update
2017-07-09 09:05:36 +02:00
Fabian Affolter
b464407bc9
Add naming details
2017-07-08 16:23:22 +02:00
Simao
8d25d7ec2b
Added support for upload of remote or local files to slack, PR #8278 … ( #2949 )
...
* Added support for upload of remote or local files to slack, PR #8278 in home-assistant
* Update notify.slack.markdown
2017-07-08 13:57:13 +02:00
PhracturedBlue
995ccf66fc
Open/Close/Stop are now optional ( #2933 )
...
* Open/Close/Stop are now optional
* typo
2017-07-08 11:59:44 +03:00
Bruce
155c8c4f74
Optional variables added to sensor.cups.markdown ( #2947 )
...
* Optional variables added to sensor.cups.markdown
Sensor configuration supports two additional variables which are not listed but would be extremely helpful to anyone running their print server on a host other than the one running Home Assistant.
Added two lines to the Configuration variables section to show host and port optional values.
* Fix formatting
* Add periods
2017-07-08 10:11:40 +02:00
Per Sandström
43759fc6a2
Update binary_sensor.verisure.markdown
2017-07-08 07:26:17 +02:00
Per Sandström
e99c6c91eb
Update verisure.markdown
2017-07-08 07:20:49 +02:00
rollbrettler
f7516cc8ec
Update downloader documentation with subdir
data attribute ( #2945 )
...
According to [the code](https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/downloader.py#L31 ) it is also possible to download a file into a subdirectory of **download_dir**
2017-07-07 11:44:58 -07:00
Pascal Vizeli
1a50017cab
Update addon_config.markdown
2017-07-07 13:51:27 +02:00
Pascal Vizeli
37f2fbc412
Update addon_config.markdown
2017-07-07 13:40:55 +02:00
Pascal Vizeli
cb0e47f96d
Update addon_config.markdown
2017-07-07 13:40:28 +02:00
Pascal Vizeli
968bd233af
Update nginx_proxy.markdown
2017-07-07 12:02:07 +02:00
Pascal Vizeli
2fed46b364
Update nginx_proxy.markdown
2017-07-07 12:00:54 +02:00
Diogo Gomes
de782ad079
Upnp update ( #2924 )
...
* Update to UPnP documentation
In accordance to pull request
https://github.com/home-assistant/home-assistant/pull/8067
* updated with new option
* Improved
thanks for the comments / review
2017-07-06 23:05:17 -07:00
Charles Blonde
dcaa29f358
Update Soundtouch documentation to add play URL and TTS services ( #2943 )
2017-07-06 22:28:04 -07:00
mjj4791
a9ab1bd37b
Update sensor.buienradar.markdown ( #2911 )
...
* Update sensor.buienradar.markdown
update buienradar sensor documentation for updated sensor code (reverse winddirection / windazimuth); update the definition of the unit of precipitation_forecast_total
* Update sensor.buienradar.markdown
* resolve conflict
2017-07-06 21:39:55 -07:00
Pierre Ståhl
a71c0da7cc
Add documentation for OTP sensor ( #2929 )
...
* Add documentation for OTP sensor
* Fix review comments
2017-07-06 21:26:01 -07:00
clarkewd
77144721d7
Document allowing Pilight Binary Sensor to control reset_delay_sec through configuration ( #2944 )
...
* Document allowing Pilight Binary Sensor to control reset_delay_sec through configuration
* Minimize configuration sample
2017-07-06 21:11:54 +02:00
Johan Bloemberg
e97d072ec6
add device arguments for group commands ( #2732 )
...
* add device arguments for group commands
* Correct spelling.
2017-07-06 16:01:49 +02:00
PhyberApex
6dde179429
Update media_player.onkyo.markdown ( #2942 )
2017-07-06 11:36:04 +02:00
Fabian Affolter
9cf7acef74
Add variables
2017-07-06 11:32:01 +02:00
Fabian Affolter
3808abd96f
Fix typo
2017-07-06 11:31:45 +02:00
Fabian Affolter
fe141703f9
Add periods
2017-07-06 09:22:16 +02:00
Kyle Decot
8bbfc16807
Adds JS9500 to media_player.samsungtv.markdown ( #2939 )
...
* Adds JS9500 to media_player.samsungtv.markdown
* Update media_player.samsungtv.markdown
2017-07-06 09:05:57 +02:00
Steven Conaway
82750fb33c
Fix Lack of Space after Android Chrome ( #2940 )
...
* Fix Lack of Space after Android Chrome
* Revert date
Revert date since creation of document has not been moved.
2017-07-06 09:05:01 +02:00
Fredrik Lindqvist
cfdc1729a9
Update fan.insteon_local.markdown
...
Fix for https://github.com/home-assistant/home-assistant.github.io/issues/2941
Category was with minor case f.
2017-07-06 09:01:42 +02:00
cribbstechnologies
a9279d993b
Update light.template.markdown ( #2937 )
...
crappy yaml
Config at the top was supposed to be a light-based example. Non-light based example is below
2017-07-05 23:08:56 +02:00
Anthony Hughes
2170d07c04
Add instructions for setting using discovery with the Harmony hub ( #2700 )
...
* Add instructions for setting using discovery with the Harmony hub
* Leave the default example to be manual configuration and separate advanced configuration into separate section.
* Add note that the config variable is optional
* Revert deletion of example comment
* Revert deletion of example comment
2017-07-05 11:05:20 +02:00