Paulus Schoutsen
8b36ccb5af
Release 0.34.1
2016-12-04 11:18:19 -08:00
Marcelo Moreira de Mello
60df2986e3
Updated host/ip definition on docs
2016-12-04 13:06:24 +01:00
Fabian Affolter
63e7905f6e
Merge amcrest docs
2016-12-04 13:05:10 +01:00
Oliver
14d944d4eb
Description for new http interface added ( #1411 )
...
* Description for new http interface added
Added a very short description and configuration example for my new denon_http interface
* Update media_player.denon.markdown
* Update media_player.denon.markdown
2016-12-04 09:03:53 +01:00
Paulus Schoutsen
101b858dc1
Fix emulated_hue layout
2016-12-03 23:47:35 -08:00
Fabian Affolter
5b36739751
Set release date for 2020 to exclude it ( fixes #1533 )
2016-12-03 23:42:00 +01:00
Fabian Affolter
8aa32f4b17
revert logo
2016-12-03 23:04:23 +01:00
Fabian Affolter
057e9585e9
Use new logitech logo
2016-12-03 22:49:40 +01:00
Fabian Affolter
1704b5b163
Use the same logo as the camera
2016-12-03 22:44:15 +01:00
Brent Hughes
4a7bcaad5c
Updated Nest Documentation for Oauth2 ( #1532 )
...
* Updated Nest Documentation for Oauth2
* Update nest.markdown
2016-12-03 13:13:01 -08:00
Fabian Affolter
fda0b14c13
Merge pull request #1515 from home-assistant/next
...
0.34
2016-12-03 22:05:53 +01:00
Paulus Schoutsen
d1f5755f00
Update nest docs
2016-12-03 12:51:58 -08:00
Pascal Vizeli
c4d82bc8b4
Update camera.ffmpeg.markdown
2016-12-03 17:46:16 +01:00
Lewis Juggins
f35a641dc8
(InfluxDB) Configuration for a default measurement value for events without a unit. ( #1530 )
2016-12-03 17:33:00 +01:00
Fabian Affolter
85298823da
Minor changes
2016-12-03 17:30:58 +01:00
Paulus Schoutsen
5b26218cc6
Merge remote-tracking branch 'origin/current' into next
2016-12-03 08:26:21 -08:00
Fabian Affolter
780992c884
Update logo name and update configuration sample
2016-12-03 15:14:10 +01:00
Fabian Affolter
61ff2883ab
Rename logo
2016-12-03 15:02:00 +01:00
Fabian Affolter
428cc8a532
Add nest camera docs
2016-12-03 14:19:17 +01:00
Fabian Affolter
2c6d9c1a8d
Add initial Amcrest camera docs
2016-12-03 14:13:01 +01:00
Fabian Affolter
8300763877
Add ha_release
2016-12-03 14:04:04 +01:00
Fabian Affolter
950457b2e9
Minimize the config sample
2016-12-03 14:03:39 +01:00
Fabian Affolter
08e2b25f6c
Update ha_release and fix configuration sample
2016-12-03 13:56:28 +01:00
Fabian Affolter
f29ab35f01
Add missing period
2016-12-03 13:56:28 +01:00
Fabian Affolter
e8d13dfaa7
Add Remote
2016-12-03 13:56:28 +01:00
Fabian Affolter
ff412808fe
Add raw
2016-12-03 13:56:28 +01:00
Carlo Costanzo
2e14a909fc
Example of Data_template with IFTTT ( #1522 )
...
This drove me nuts for a few hours trying to get the exact syntax down so I thought I would share.
2016-12-03 13:56:11 +01:00
Pedro Pombeiro
3cd9b43026
Fix typo ( #1523 )
2016-12-03 13:56:11 +01:00
Fabian Affolter
e619799316
Fix raw
2016-12-03 13:56:11 +01:00
Marcel030nl
28d0b0c6e0
Update sensor.pvoutput.markdown ( #1494 )
...
* Update sensor.pvoutput.markdown
Inserted raw-tags.
* Update sensor.pvoutput.markdown
spelling.
2016-12-03 13:56:11 +01:00
Michaël Arnauts
7fa6801094
Fix binary_sensor.command_line example ( #1501 )
...
The example to check if an IP is alive didn't work. It seems that the `&> /dev/null` redirector didn't work. `> /dev/null 2>&1` works fine however.
This can be verified with the following config:
```yaml
- platform: command_line
name: "testtrue1"
command: "true &> /dev/null && echo success || echo fail"
scan_interval: 5
payload_on: "success"
payload_off: "fail"
- platform: command_line
name: "testfalse1"
command: "false &> /dev/null && echo success || echo fail"
scan_interval: 5
payload_on: "success"
payload_off: "fail"
- platform: command_line
name: "testtrue2"
command: "true > /dev/null 2>&1 && echo success || echo fail"
scan_interval: 5
payload_on: "success"
payload_off: "fail"
- platform: command_line
name: "testfalse2"
command: "false > /dev/null 2>&1 && echo success || echo fail"
scan_interval: 5
payload_on: "success"
payload_off: "fail"
```
Also a `-W 1` lowers the timeout to one second.
2016-12-03 13:56:11 +01:00
SilvrrGIT
d07366687e
Update to more clearly define options with Nest ( #1513 )
...
Based on discussion in this thread. https://community.home-assistant.io/t/nest-protect-configuration/1327/11
2016-12-03 13:56:11 +01:00
SilvrrGIT
c691bd3755
Clarification of Nest options ( #1514 )
2016-12-03 13:56:11 +01:00
Matt N
96f10f8ad2
Document new sensor.zoneminder "include_archived" option ( #1455 )
2016-12-03 12:33:25 +01:00
Charles Blonde
b417862f07
Add Bose Soundtouch component documentation ( #1409 )
2016-12-03 12:32:59 +01:00
iandday
550c403ba4
Remote Component and Harmony Platform Documentation ( #1408 )
...
* initial harmony documentation
* remote component and harmony platform documentation
* added scan_interval note
* minor edit
* no longer need login credentials
2016-12-03 12:30:54 +01:00
Javier González Calleja
6ec182e2ed
Adding doc for extend efergy component ( #1398 )
2016-12-03 12:30:09 +01:00
Carlo Costanzo
ff8aa8f8c8
Example of Data_template with IFTTT ( #1522 )
...
This drove me nuts for a few hours trying to get the exact syntax down so I thought I would share.
2016-12-02 14:32:36 +01:00
John Mihalic
9e8d03a0b0
Add docs for NUT sensor ( #1488 )
...
* Add docs for NUT sensor
* Simplify configuration.yaml example
* Address comments
2016-12-01 08:58:36 +01:00
Pedro Pombeiro
eb312de871
Fix typo ( #1523 )
2016-12-01 08:49:54 +01:00
Daniel Perna
a7543e34a9
Merge pull request #1512 from danielperna84/next
...
Updated documentation for updated HomeMatic in HASS
2016-11-29 20:56:34 +01:00
Daniel Perna
cd6edb1f2b
Added new services, minor changes
2016-11-29 01:31:04 +01:00
Fabian Affolter
01907a899e
Fix raw
2016-11-28 22:04:43 +01:00
Marcel030nl
f4b3018361
Update sensor.pvoutput.markdown ( #1494 )
...
* Update sensor.pvoutput.markdown
Inserted raw-tags.
* Update sensor.pvoutput.markdown
spelling.
2016-11-28 21:44:15 +01:00
Valentin Alexeev
48b514d368
Dune HD media player description ( #1502 )
...
* WAQI sensor description.
* Rework as Markdown table.
* Dune HD media player documentation.
* Correct description with suggestions from @Landrash
2016-11-28 21:42:45 +01:00
Michaël Arnauts
d33fbaef7d
Fix binary_sensor.command_line example ( #1501 )
...
The example to check if an IP is alive didn't work. It seems that the `&> /dev/null` redirector didn't work. `> /dev/null 2>&1` works fine however.
This can be verified with the following config:
```yaml
- platform: command_line
name: "testtrue1"
command: "true &> /dev/null && echo success || echo fail"
scan_interval: 5
payload_on: "success"
payload_off: "fail"
- platform: command_line
name: "testfalse1"
command: "false &> /dev/null && echo success || echo fail"
scan_interval: 5
payload_on: "success"
payload_off: "fail"
- platform: command_line
name: "testtrue2"
command: "true > /dev/null 2>&1 && echo success || echo fail"
scan_interval: 5
payload_on: "success"
payload_off: "fail"
- platform: command_line
name: "testfalse2"
command: "false > /dev/null 2>&1 && echo success || echo fail"
scan_interval: 5
payload_on: "success"
payload_off: "fail"
```
Also a `-W 1` lowers the timeout to one second.
2016-11-28 21:42:24 +01:00
Daniel Perna
9d226dbd87
Merged
2016-11-28 21:34:35 +01:00
Daniel Perna
1083f2f2b1
Fixed typos as fixed by other commit
2016-11-28 18:49:33 +01:00
SilvrrGIT
a1e65601b6
Update to more clearly define options with Nest ( #1513 )
...
Based on discussion in this thread. https://community.home-assistant.io/t/nest-protect-configuration/1327/11
2016-11-28 18:07:50 +01:00
SilvrrGIT
c41228d919
Clarification of Nest options ( #1514 )
2016-11-28 18:05:36 +01:00