diff --git a/_config.yml b/_config.yml index cc1eebd311b..1481314883d 100644 --- a/_config.yml +++ b/_config.yml @@ -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: "#" diff --git a/source/_components/sensor.nest.markdown b/source/_components/sensor.nest.markdown index 7d9a92e1ecc..99bd387a450 100644 --- a/source/_components/sensor.nest.markdown +++ b/source/_components/sensor.nest.markdown @@ -36,21 +36,22 @@ Configuration variables: 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' + - 'target' - 'humidity' - 'operation_mode' - 'last_ip' - - 'local_ip' + - 'local_ip' - 'last_connection' - 'weather_condition' - - 'weather_temperature' - - 'weather_humidity' + - 'weather_temperature' + - 'weather_humidity' - 'wind_speed' - 'wind_direction' - + The following conditions can be monitored with a Nest Protect only. - 'co_status' - 'smoke_status' diff --git a/source/_cookbook/perform_actions_based_on_input_select.markdown b/source/_cookbook/perform_actions_based_on_input_select.markdown index 8a5c1f90120..235ef58351f 100644 --- a/source/_cookbook/perform_actions_based_on_input_select.markdown +++ b/source/_cookbook/perform_actions_based_on_input_select.markdown @@ -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