Teagan Glenn
65b253ecd6
Spotify Aliases ( #2684 )
...
Add ability to alias devices in Spotify because some devices don't present good names or duplicate names.
2017-06-08 07:45:58 +02:00
Jan Wh
c8b92a0df8
switch.flux: Corrected update service name in docs ( #2783 )
...
The docs previously suggested a "generalized" service name for updating flux manually, when the name is actually determined by the name of the switch in the config.
2017-06-07 17:02:28 +02:00
Fabian Affolter
d7aeb18d37
Add docs for Yahoo! Weather platform ( #2782 )
2017-06-07 10:50:06 +02:00
Nolan Gilley
098a6f522d
add ripple sensor ( #2781 )
...
* add ripple sensor
* Address Landrash's comment
2017-06-07 10:26:58 +02:00
Carlo Costanzo
741c0a0d97
Minor TYPO ( #2779 )
2017-06-06 21:15:41 +02:00
vrs01
54afdf450e
media_content_type should be lowercase ( #2778 )
2017-06-06 19:23:58 +02:00
skanab
cba4617cde
Update camera.arlo.markdown ( #2777 )
2017-06-06 07:39:34 +02:00
Carlo Costanzo
536425b457
Minor Edit - Typo. ( #2775 )
2017-06-05 23:14:15 +02:00
Fabian Affolter
88f6f3af7a
Move details about API token up
2017-06-05 22:47:05 +02:00
CHAPELLE Quentin
4aaa5c4054
Update ifttt.markdown ( #2769 )
2017-06-05 22:32:34 +02:00
cribbstechnologies
8a7da426d8
Cover updates ( #2773 )
...
* updating docs to show how to use position attribute in template
Conflicts:
source/_components/cover.mqtt.markdown
* updating docs
Conflicts:
source/_components/cover.mqtt.markdown
2017-06-05 14:53:49 -04:00
Fabian Affolter
c670fab49a
Fix configuration sample
2017-06-05 18:47:16 +02:00
Jesse Hills
4872dfcc15
Add juicenet platform ( #2670 )
...
* Add juicenet platform
* Update juicenet documentation
* Update juicenet.markdown
* Update sensor.juicenet.markdown
* Update juicenet.markdown
* Update ha_release
* Make title linkable
2017-06-05 17:43:47 +02:00
Fabian Affolter
9c71da6cae
Add name ( #2767 )
2017-06-05 13:36:58 +02:00
PhracturedBlue
06415a6cfa
Update icon_template docs for switch template ( #2735 )
...
* Update icon_template docs for switch template
* use {% raw %} and {% endraw %}as requested
* typo in raw/endraw
2017-06-05 11:28:10 +02:00
Denix
b569667341
Update sensor.sensehat.markdown ( #2765 )
...
* Update sensor.sensehat.markdown
updated installation steps
* Revert ha_release
2017-06-05 11:23:24 +02:00
mjj4791
6d4129c551
Documentation for Buienradar sensor- and weather-component ( #2638 )
...
* Create sensor.buienradar.markdown
* Create weather.buienradar.markdown
* Update sensor.buienradar.markdown
* processed reviews
* Update weather.buienradar.markdown
* Update sensor.buienradar.markdown
2017-06-04 23:48:53 -07:00
Nolan Gilley
b5082e6271
add docs for etherscan and blockchain sensors ( #2734 )
2017-06-04 22:48:18 -07:00
Fabian Affolter
fbc2e8fc5b
Revert changes from #2293 ( fixes #2738 ) ( #2761 )
2017-06-04 22:22:17 +02:00
Anders Melchiorsen
476449131c
The automation state trigger has deprecated its state alias ( #2758 )
...
The "state" used to be an alias for "to" but this was deprecated to make the
meaning more clear.
This commit updates the examples to no longer use the deprecated name.
2017-06-04 18:45:40 +02:00
vrs01
8c13dcfe99
Update notify.telegram.markdown ( #2759 )
2017-06-04 18:18:24 +02:00
Fabian Affolter
1134bcfa4e
Make bg transparent
2017-06-04 16:11:32 +02:00
Fabian Affolter
8ad0f6a1e5
Make bg transparent
2017-06-04 16:02:24 +02:00
Fabian Affolter
b64fa2e012
Make bg transparent
2017-06-04 15:55:55 +02:00
Fabian Affolter
724cd70f3c
Use png
2017-06-04 13:57:47 +02:00
Barry Williams
88085fab0b
Added tapsaff documentation ( #2746 )
...
* Added tapsaff documentation
* Add description for the configuration variables
2017-06-04 13:35:48 +02:00
Jonatan Castro
31628bfd6d
Update light.markdown ( #2744 )
...
* Update light.markdown
I had a hard time setting up attributes to entities until I research for some other user's examples and saw they were using "data:". I feel like this should be mentioned or at least exposed with an example. I saw being used in 2 different ways:
```yaml
action:
service: light.turn_on
data:
entity_id: light.kitchen_lights
brightness: 200
```
```yaml
action:
- service: light.turn_on
entity_id: light.kitchen_lights
data:
brightness: 200
```
I'm not sure which one is the best/correct way but tried with both and they work
* Fix typos
2017-06-04 12:02:08 +02:00
Fabian Affolter
b56b04c5de
Update for 0.46
2017-06-04 11:28:36 +02:00
Fabian Affolter
7af26b0a0b
Fix typo introduced with #2748 and other modifications
2017-06-04 10:43:30 +02:00
bigbadblunt
e8ada0ee2d
Behaviour of learn_request ( #2748 )
...
Corrected documentation to not state the learned codes are shown in the log
2017-06-04 10:33:46 +02:00
yankees9920
87ab5b6cf8
Tweaks for Google Home support ( #2753 )
...
I had to explicitly set `listen_port: 80` for Google Home to work properly. It was defaulting to port 8300 without that declaration.
Also the docs should be more explicit in the Troubleshooting section because the URLs you need to confirm for Google Home are actually
- http://<HA IP Address>:80/description.xml
- http://<HA IP Address>:80/api/pi/lights
2017-06-04 10:27:48 +02:00
Marcelo Moreira de Mello
0de17d8d95
Fixed typo on TelegramBot docs ( #2754 )
2017-06-04 10:26:08 +02:00
Marcelo Moreira de Mello
5a39723ca5
Added authentication parameter to telegram_bot preferences ( #2755 )
...
* Added authentication parameter option to telegram_bot preferences
* Update format
2017-06-04 10:25:39 +02:00
Paulus Schoutsen
2537be4f78
Merge pull request #2747 from fabaff/release-0-46
...
0.46
2017-06-03 20:14:16 -07:00
Wilco Land
f663f36d1a
Update device_tracker.upc_connect.markdown ( #2751 )
2017-06-03 21:43:43 +02:00
Fabian Affolter
47774ab8ef
Minimize configuration sample
2017-06-03 21:12:15 +02:00
R Huish
d72fe784c2
Axis component: Added steps for Raspberry Pi All-In-One Installer ( #2749 )
2017-06-03 20:58:12 +02:00
Brendon Baumgartner
2d3818a4b9
Update remote.itach.markdown ( #2750 )
...
* Update remote.itach.markdown
add links to API. note that GC devices use same IR instructions accross other products and this componenet works on gc-100 as well as itach. service call example
* Make list
2017-06-03 20:54:41 +02:00
Fabian Affolter
850284c4c4
Merge branch 'current' into release-0-46
2017-06-03 09:40:50 +02:00
Fabian Affolter
89237a4b2a
Merge branch 'current' into next
2017-06-03 09:37:04 +02:00
Jonatan Castro
cf27249a47
Update light.yeelight.markdown ( #2737 )
...
Add comment in case novel user copy & paste
2017-06-03 09:24:02 +02:00
Sam Jongenelen
8ee4835a83
New URL for IFTT, directly to settings page. ( #2740 )
...
* New URL for IFT, directly to settings page.
Added extended information how to obtain the IFTT key
* Fix typo
2017-06-03 09:22:37 +02:00
Pascal Vizeli
910824dc3f
Telegram change for 0.46 ( #2736 )
...
* Update telegram_bot.webhooks.markdown
* Update telegram_bot.polling.markdown
* Update notify.telegram.markdown
2017-06-02 11:57:41 +02:00
Fabian Affolter
88496b33f6
Minimize the configuration sample
2017-06-02 08:36:38 +02:00
Boris K
152ec0c141
Update history_stats doc about the 'from' and 'to' attributes ( #2733 )
2017-06-01 22:53:32 -07:00
Adam Mills
6cf3cd0a24
Rename time trigger 'after' to 'at' ( #2731 )
2017-06-01 22:41:02 -07:00
Fabian Affolter
6bb166a048
Update configuration sample
2017-06-01 12:09:24 +02:00
Fabian Affolter
3235659f9f
Update link names
2017-06-01 10:19:02 +02:00
Jonatan Castro
f42c9d6c14
Update lock.nuki.markdown ( #2727 )
...
Token is required, not optional
2017-05-31 10:22:57 +02:00
Marcelo Moreira de Mello
db428a5c2d
Added Netgear Arlo documentation ( #2726 )
2017-05-31 10:21:55 +02:00