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
Brent Saltzman
3da185b8d6
Spelling correct ( #2762 )
...
Corrected some spelling errors.
2017-06-05 11:24:25 +02:00
Denix
227e97c39a
Update apache.markdown ( #2763 )
...
corrected typo
2017-06-05 11:23:56 +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
Pascal Vizeli
06eaac8d79
Create bluetooth_bcm43xx.markdonw
2017-06-04 23:56:21 +02:00
Fabian Affolter
fbc2e8fc5b
Revert changes from #2293 ( fixes #2738 ) ( #2761 )
2017-06-04 22:22:17 +02:00
Brent Saltzman
2660f3f55c
Added example for automation based on solar elevation ( #2760 )
...
* Added example for automation based on solar elevation
Added example for automation based on solar elevation angle trigger.
* Escape the template
2017-06-04 22:22:04 +02:00
Anders Melchiorsen
6c3476ae95
The above/below conditions no longer match equal values ( #2757 )
2017-06-04 18:46:55 +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
954e46c820
Add note about time triggers (after->at)
2017-06-04 16:17:08 +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
Fabian Affolter
faee0b2d1f
Make bg transparent
2017-06-04 13:54:58 +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
c2133ae816
Add screenshot
2017-06-04 11:55:58 +02:00
Fabian Affolter
f35c0d20e7
Add screenshot
2017-06-04 11:39:03 +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
R Huish
c65cec1a66
Moved warning above command. ( #2752 )
...
* Moved warning above command.
Moved warning above command to ease reading.
* Remove note
2017-06-04 10:30:10 +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
d6beb8e05a
Add release blog post
2017-06-03 20:14:45 -07:00
Adam Mills
0e1b2a5d39
Support for ZWave value renaming ( #2716 )
2017-06-03 20:14:45 -07: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
Adam Mills
17e2995275
Support for ZWave value renaming ( #2716 )
2017-06-03 20:49:37 +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
Marc Forth
3285d67758
Update fail2ban.markdown ( #2741 )
...
* Update fail2ban.markdown
Made the links at the end clickable.
* Add description to links
2017-06-03 09:21:11 +02:00
Marc Forth
0a8fc6aac3
Update securing.markdown ( #2742 )
...
Updated link for TLS/SSL to latest guide.
2017-06-03 09:16:48 +02:00
Fabian Affolter
930c0d7b0f
Make real links
2017-06-02 18:15:15 +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
a2eb64c5a9
Make a list
2017-06-02 09:24:33 +02:00
Fabian Affolter
053b66d66e
Link to source
2017-06-02 09:21:55 +02:00