Commit graph

6110 commits

Author SHA1 Message Date
Fabian Affolter
a817d2095f
Add PyDay Galicia 2017 docs 2017-06-11 10:08:02 +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
John Arild Berentsen
bc83d5a0fa Add note to set_config parameter
Ther has been confusion about how to use the latest version of the set_config service. This adds a note to clarify the use.
2017-06-10 19:11:52 +02:00
Fabian Affolter
a30da71db0
Add new podcast 2017-06-10 11:23:23 +02:00
Fabian Affolter
83df1edd45
Update 2017-06-10 11:23:23 +02:00
Paulus Schoutsen
9755cf5cec Add linux action show special video 2017-06-09 20:38:42 -07: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
guygma
e2d68f265f Create systemd.markdown (#2790) 2017-06-09 17:42:16 +02:00
Juggels
b0b5618e85 Fix value_template not visible (#2792) 2017-06-09 17:36:42 +02:00
Paulus Schoutsen
2532986fe8 Release 0.46.1 2017-06-08 22:24:48 -07:00
Samuel Maggs
0b5dc82360 Change to home assistant log file (#2784)
Should have been home-assistant. Otherwise it just tries to create a new file
2017-06-08 14:05:40 +02:00
Fabian Affolter
e5e3f865e4
Make titles linkable 2017-06-08 14:02:13 +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
Paulus Schoutsen
86b7fc4231 Update python_api.markdown 2017-06-06 22:13:18 -07: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
Pascal Vizeli
4100eb395c Update addon_config.markdown 2017-06-06 11:34:20 +02:00
Pascal Vizeli
68c8617120 Update addon_config.markdown 2017-06-06 11:33:04 +02:00
Paulus Schoutsen
035e79aa0f Hide multiple instances docs 2017-06-05 23:33:30 -07:00
skanab
cba4617cde Update camera.arlo.markdown (#2777) 2017-06-06 07:39:34 +02:00
vrs01
5c35282fa3 Update systemd.markdown (#2776) 2017-06-06 07:39:00 +02:00
Carlo Costanzo
536425b457 Minor Edit - Typo. (#2775) 2017-06-05 23:14:15 +02:00
Fabian Affolter
45ae40e3a0
Fix markdown 2017-06-05 22:47:51 +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
Erik-jan Riemers
4bd194871d Remark on customize since it cannot live outside homeassistant: (#2768)
* Remark on customize

* Update formatting
2017-06-05 22:30:54 +02:00
Fabian Affolter
c670fab49a
Fix configuration sample 2017-06-05 18:47:16 +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
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