Commit graph

3143 commits

Author SHA1 Message Date
boojew
08f0fe4161 Update splunk.markdown (#2808)
Adding the http:// directive forces the python module to try port 80 instead of the specified port
2017-06-14 07:43:32 +02:00
Fabian Affolter
067eb35afa
Add 'ha_iot_class' 2017-06-13 19:26:01 +02:00
Fabian Affolter
ebc09dbefe
Add logo 2017-06-13 18:49:19 +02:00
Fabian Affolter
404186104a
Add 'ha_iot_class' 2017-06-13 18:46:50 +02:00
Fabian Affolter
11f21d9d96
Add 'ha_iot_class' 2017-06-13 18:45:30 +02:00
Fabian Affolter
b705dbaf4f
Add 'ha_iot_class' 2017-06-13 18:07:33 +02:00
Fabian Affolter
068887f720
Add 'ha_iot_class' 2017-06-13 18:04:56 +02:00
Fabian Affolter
fcd7c27638
Add 'ha_iot_class' 2017-06-13 18:02:15 +02:00
Fabian Affolter
29934427e1
Add 'ha_iot_class' 2017-06-13 10:26:24 +02:00
Kyle Decot
3abadffac9 Update light.hue.markdown (#2805)
Typo
2017-06-13 07:30:03 +02:00
tedstriker
c474ebb953 added dismiss topic for service (#2693)
* added dismiss topic for service

This file change will be linked to a PR which enhances the `persistent notification` with a "dismiss" service

* Changed the description as requested

Hope you find this version more acceptable. Maybe you can suggest a more suiting description?
2017-06-11 22:54:38 +02:00
Andy Castille
e10aa94c81 Correct and clarify Rachio switch documentation (#2798) 2017-06-10 22:45:05 +02:00
Thiago Oliveira
7437259d38 entity_id is optional for the light.turn_off service (#2795)
This is to correct the documentation saying that the `entity_id` is optional for the `light.turn_off` service.
2017-06-10 22:43:26 +02:00
nodomain
d9735889a5 Update sensor.fritzbox_callmonitor.markdown (#2685)
* Update sensor.fritzbox_callmonitor.markdown

Added a configuration example for callmonitor push notifications

* Update sensor.fritzbox_callmonitor.markdown

Added raw/endraw as suggested by @fabaff. Elaborated notification text a bit more.
2017-06-09 17:47:04 +02:00
Juggels
b0b5618e85 Fix value_template not visible (#2792) 2017-06-09 17:36:42 +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
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
Fabian Affolter
c670fab49a
Fix configuration sample 2017-06-05 18:47:16 +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
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
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
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