Commit graph

3130 commits

Author SHA1 Message Date
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
Fabian Affolter
d1e5e2fe7c
Move hcitool usage up 2017-05-31 08:32:20 +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
everix1992
682ec93ed3 Update harmony markdown (#2432) 2017-05-30 12:34:49 +02:00
Fabian Affolter
7f4b07a887 Add initial Rachio docs (#2723)
* Add initial Rachio docs

* Add default for manual run

* Minor fixes

* Add iframe sample
2017-05-30 10:08:12 +02:00
Sten Spans
41b969c808 Update media_player.frontier_silicon.markdown (#2724)
Add note regarding alternate ports used for API access on some models (Revo heritage for example)
2017-05-29 13:52:47 +02:00
Teagan Glenn
7e75b8312f Rest Notifier Data Configuration (#2708) 2017-05-29 11:20:30 +02:00
Fabian Affolter
819cb20c11
Make template visible 2017-05-28 19:43:38 +02:00
Fabian Affolter
c87e55eec1 Update link (#2722) 2017-05-28 19:39:40 +02:00
Fabian Affolter
f3cebc2526
Add link to ping sensor 2017-05-28 19:31:17 +02:00
Fabian Affolter
e2c97d4941
Move details to example section 2017-05-28 18:57:05 +02:00
cribbstechnologies
52cdd35344 Updating documentation for REST switch with template example (#2713)
* fixing typo in rest switch template example

* adding example with template to docs

* adding generic info about response JSON

* making requested changes

* changing file mode, removing response parsing information

* updating docs with generic info and link to specific topic

* fixing file permissions
2017-05-28 18:50:37 +02:00
Cedric Gatay
d3c1a55a8e Typo in example for RFXTRX RFY configuration (#2718)
In details it is properly stated to use `071a0000` prefix but in sample it was `070a0000`, this caused me a few hesitations during my initial setup, fixing it for others ;)
2017-05-28 08:59:12 +02:00