mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +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_patch_version: 0
|
||||
date_released: 2016-12-03
|
||||
|
||||
# Either # or the anchor link to latest release notes in the blog post.
|
||||
# Must be prefixed with a # and have double quotes around it.
|
||||
patch_version_notes: "#release-0334---november-24"
|
||||
patch_version_notes: "#"
|
||||
|
@ -38,6 +38,7 @@ The following conditions can be monitored with a Nest Thermostat or Protect.
|
||||
- 'battery_level'
|
||||
|
||||
The following conditions can be monitored with a Nest Thermostat only.
|
||||
|
||||
- 'temperature'
|
||||
- 'target'
|
||||
- 'humidity'
|
||||
|
@ -43,8 +43,8 @@ automation:
|
||||
service: media_player.play_media
|
||||
data:
|
||||
entity_id: media_player.nursery
|
||||
media_id: http://fileserver/rain.mp3
|
||||
media_type: audio/mp4
|
||||
media_content_id: http://fileserver/rain.mp3
|
||||
media_content_type: audio/mp4
|
||||
|
||||
|
||||
# If you select "Babbling Brook", play the "babbling_brook.mp3" file
|
||||
@ -59,8 +59,8 @@ automation:
|
||||
service: media_player.play_media
|
||||
data:
|
||||
entity_id: media_player.nursery
|
||||
media_id: http://fileserver/babbling_brook.mp3
|
||||
media_type: audio/mp4
|
||||
media_content_id: http://fileserver/babbling_brook.mp3
|
||||
media_content_type: audio/mp4
|
||||
|
||||
# If you select "None, turn the Chromecast off
|
||||
- alias: Stop the Lullaby
|
||||
|
Loading…
x
Reference in New Issue
Block a user