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
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
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
Fabian Affolter
850284c4c4
Merge branch 'current' into release-0-46
2017-06-03 09:40:50 +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
Fabian Affolter
44c6e8ed09
Add podcast blog post
2017-06-02 09:06:13 +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
bestlibre
fadaecd606
Update options for tmpfs ( #2730 )
2017-05-31 10:11:37 +02:00
Fabian Affolter
46c281450b
Add chown
2017-05-31 08:32:20 +02:00
Fabian Affolter
d1e5e2fe7c
Move hcitool usage up
2017-05-31 08:32:20 +02:00
Fabian Affolter
565af0d8ba
Add initial benchmark script section
2017-05-31 08:30:58 +02:00
Juggels
df5bb8768f
Documentation update for sensor.hp_ilo ( #2608 )
...
Revert document date
Align docs with requested PR changes
Align docs with requested PR changes
Align docs with requested PR changes
2017-05-31 08:04:15 +02:00
cgtobi
5d6a102cdb
Remove volume_transition as it is not implemented ( #2728 )
2017-05-30 20:14:13 -07:00
Fabian Affolter
c952b3e265
Add missing conf vars
2017-05-30 17:40:28 +02:00