mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Merge remote-tracking branch 'origin/current' into next
This commit is contained in:
commit
5b26218cc6
@ -133,6 +133,7 @@ current_major_version: 0
|
|||||||
current_minor_version: 34
|
current_minor_version: 34
|
||||||
current_patch_version: 0
|
current_patch_version: 0
|
||||||
date_released: 2016-12-03
|
date_released: 2016-12-03
|
||||||
|
|
||||||
# Either # or the anchor link to latest release notes in the blog post.
|
# Either # or the anchor link to latest release notes in the blog post.
|
||||||
# Must be prefixed with a # and have double quotes around it.
|
# Must be prefixed with a # and have double quotes around it.
|
||||||
patch_version_notes: "#release-0334---november-24"
|
patch_version_notes: "#"
|
||||||
|
@ -36,21 +36,22 @@ Configuration variables:
|
|||||||
|
|
||||||
The following conditions can be monitored with a Nest Thermostat or Protect.
|
The following conditions can be monitored with a Nest Thermostat or Protect.
|
||||||
- 'battery_level'
|
- 'battery_level'
|
||||||
|
|
||||||
The following conditions can be monitored with a Nest Thermostat only.
|
The following conditions can be monitored with a Nest Thermostat only.
|
||||||
|
|
||||||
- 'temperature'
|
- 'temperature'
|
||||||
- 'target'
|
- 'target'
|
||||||
- 'humidity'
|
- 'humidity'
|
||||||
- 'operation_mode'
|
- 'operation_mode'
|
||||||
- 'last_ip'
|
- 'last_ip'
|
||||||
- 'local_ip'
|
- 'local_ip'
|
||||||
- 'last_connection'
|
- 'last_connection'
|
||||||
- 'weather_condition'
|
- 'weather_condition'
|
||||||
- 'weather_temperature'
|
- 'weather_temperature'
|
||||||
- 'weather_humidity'
|
- 'weather_humidity'
|
||||||
- 'wind_speed'
|
- 'wind_speed'
|
||||||
- 'wind_direction'
|
- 'wind_direction'
|
||||||
|
|
||||||
The following conditions can be monitored with a Nest Protect only.
|
The following conditions can be monitored with a Nest Protect only.
|
||||||
- 'co_status'
|
- 'co_status'
|
||||||
- 'smoke_status'
|
- 'smoke_status'
|
||||||
|
@ -43,8 +43,8 @@ automation:
|
|||||||
service: media_player.play_media
|
service: media_player.play_media
|
||||||
data:
|
data:
|
||||||
entity_id: media_player.nursery
|
entity_id: media_player.nursery
|
||||||
media_id: http://fileserver/rain.mp3
|
media_content_id: http://fileserver/rain.mp3
|
||||||
media_type: audio/mp4
|
media_content_type: audio/mp4
|
||||||
|
|
||||||
|
|
||||||
# If you select "Babbling Brook", play the "babbling_brook.mp3" file
|
# If you select "Babbling Brook", play the "babbling_brook.mp3" file
|
||||||
@ -59,8 +59,8 @@ automation:
|
|||||||
service: media_player.play_media
|
service: media_player.play_media
|
||||||
data:
|
data:
|
||||||
entity_id: media_player.nursery
|
entity_id: media_player.nursery
|
||||||
media_id: http://fileserver/babbling_brook.mp3
|
media_content_id: http://fileserver/babbling_brook.mp3
|
||||||
media_type: audio/mp4
|
media_content_type: audio/mp4
|
||||||
|
|
||||||
# If you select "None, turn the Chromecast off
|
# If you select "None, turn the Chromecast off
|
||||||
- alias: Stop the Lullaby
|
- alias: Stop the Lullaby
|
||||||
|
Loading…
x
Reference in New Issue
Block a user