...
-
-action :
+ action :
service : notify.NOTIFIER_NAME
data :
title : test notify
@@ -177,12 +174,14 @@ print(chat_id)
- url or file (Required ): For local or remote path to a picture
- caption (Optional : Picture title
- username and password (Optional : For URL they require a basic auth
+ url or file (Required ): For local or remote path to an image.
+ caption (Optional ): The title of the image.
+ username (Optional ): Username for an URL which require HTTP basic authentication.
+ password (Optional ): Username for an URL which require HTTP basic authentication.
+
diff --git a/cookbook/automation_flashing_lights/index.html b/cookbook/automation_flashing_lights/index.html
index 7f6ee0d9a9..c56519c6eb 100644
--- a/cookbook/automation_flashing_lights/index.html
+++ b/cookbook/automation_flashing_lights/index.html
@@ -237,6 +237,9 @@
Send notification based on sensor
+
+ Send notification if new Home Assistant release
+
Track your battery level
diff --git a/cookbook/automation_for_rainy_days/index.html b/cookbook/automation_for_rainy_days/index.html
index d9d05a301d..69df4bdfe4 100644
--- a/cookbook/automation_for_rainy_days/index.html
+++ b/cookbook/automation_for_rainy_days/index.html
@@ -188,6 +188,9 @@
Send notification based on sensor
+
+ Send notification if new Home Assistant release
+
Track your battery level
diff --git a/cookbook/automation_sun/index.html b/cookbook/automation_sun/index.html
index 031bc9e432..5730919171 100644
--- a/cookbook/automation_sun/index.html
+++ b/cookbook/automation_sun/index.html
@@ -243,6 +243,9 @@
Send notification based on sensor
+
+ Send notification if new Home Assistant release
+
Track your battery level
diff --git a/cookbook/automation_using_timeinterval_inputboolean/index.html b/cookbook/automation_using_timeinterval_inputboolean/index.html
index 7e0125df51..352383af9c 100644
--- a/cookbook/automation_using_timeinterval_inputboolean/index.html
+++ b/cookbook/automation_using_timeinterval_inputboolean/index.html
@@ -171,6 +171,9 @@
Send notification based on sensor
+
+ Send notification if new Home Assistant release
+
Track your battery level
diff --git a/cookbook/basic_example_use_trigger_values/index.html b/cookbook/basic_example_use_trigger_values/index.html
index 0fb39c49a0..4a94cd64e7 100644
--- a/cookbook/basic_example_use_trigger_values/index.html
+++ b/cookbook/basic_example_use_trigger_values/index.html
@@ -170,6 +170,9 @@
Send notification based on sensor
+
+ Send notification if new Home Assistant release
+
Track your battery level
diff --git a/cookbook/dim_lights_when_playing_media/index.html b/cookbook/dim_lights_when_playing_media/index.html
index 137f38c08d..2c2713949e 100644
--- a/cookbook/dim_lights_when_playing_media/index.html
+++ b/cookbook/dim_lights_when_playing_media/index.html
@@ -210,6 +210,9 @@
Send notification based on sensor
+
+ Send notification if new Home Assistant release
+
Track your battery level
diff --git a/cookbook/foscam_away_mode_PTZ/index.html b/cookbook/foscam_away_mode_PTZ/index.html
index 8ad401be63..b6f513e180 100644
--- a/cookbook/foscam_away_mode_PTZ/index.html
+++ b/cookbook/foscam_away_mode_PTZ/index.html
@@ -219,6 +219,9 @@ The following outlines examples of the switch, services, and scripts required to
Send notification based on sensor
+
+ Send notification if new Home Assistant release
+
Track your battery level
diff --git a/cookbook/index.html b/cookbook/index.html
index d5749ec928..26958dde50 100644
--- a/cookbook/index.html
+++ b/cookbook/index.html
@@ -126,6 +126,9 @@
Send notification based on sensor
+
+ Send notification if new Home Assistant release
+
Track your battery level
diff --git a/cookbook/notify_if__new_ha_release/index.html b/cookbook/notify_if__new_ha_release/index.html
new file mode 100644
index 0000000000..f8893c6d0a
--- /dev/null
+++ b/cookbook/notify_if__new_ha_release/index.html
@@ -0,0 +1,212 @@
+
+
+
+
+
+
+
+
+
+
Send notification if new Home Assistant release - Home Assistant
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Send Notification if New Home Assistant Release
+
+
+
+
+
+ The following example sends a notification via XMPP if a new Home Assistant release is available:
+
+
+
notify :
+ - platform: xmpp
+ name : jabber
+ sender : sender@jabber.org
+ password : !secret xmpp_password
+ recipient : recipient@jabber.org
+
+automation :
+ - alias: Update notifications
+ trigger :
+ - platform: state
+ entity_id : updater.updater
+ action :
+ service : notify.jabber
+ data :
+ message : 'There is a new Home Assistant release available.'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/cookbook/notify_if_over_threshold/index.html b/cookbook/notify_if_over_threshold/index.html
index d747610e2c..683364618f 100644
--- a/cookbook/notify_if_over_threshold/index.html
+++ b/cookbook/notify_if_over_threshold/index.html
@@ -179,6 +179,9 @@
Send notification based on sensor
+
+ Send notification if new Home Assistant release
+
Track your battery level
diff --git a/cookbook/perform_actions_based_on_input_select/index.html b/cookbook/perform_actions_based_on_input_select/index.html
index 58cf523563..8fb602f5d9 100644
--- a/cookbook/perform_actions_based_on_input_select/index.html
+++ b/cookbook/perform_actions_based_on_input_select/index.html
@@ -301,6 +301,9 @@
Send notification based on sensor
+
+ Send notification if new Home Assistant release
+
Track your battery level
diff --git a/cookbook/restart_ha_if_wemo_switch_is_not_detected/index.html b/cookbook/restart_ha_if_wemo_switch_is_not_detected/index.html
index 3466a155b1..885d4acb99 100644
--- a/cookbook/restart_ha_if_wemo_switch_is_not_detected/index.html
+++ b/cookbook/restart_ha_if_wemo_switch_is_not_detected/index.html
@@ -227,6 +227,9 @@
Send notification based on sensor
+
+ Send notification if new Home Assistant release
+
Track your battery level
diff --git a/cookbook/send_a_reminder/index.html b/cookbook/send_a_reminder/index.html
index 51735341cb..4e961f76fa 100644
--- a/cookbook/send_a_reminder/index.html
+++ b/cookbook/send_a_reminder/index.html
@@ -172,6 +172,9 @@
Send notification based on sensor
+
+ Send notification if new Home Assistant release
+
Track your battery level
diff --git a/cookbook/track_battery_level/index.html b/cookbook/track_battery_level/index.html
index 736842d18a..3d141941c2 100644
--- a/cookbook/track_battery_level/index.html
+++ b/cookbook/track_battery_level/index.html
@@ -111,7 +111,8 @@
While running the Owntracks device tracker you can retrieve the battery level with a MQTT sensor.
-
- platform: mqtt
+ sensor :
+ - platform: mqtt
state_topic : " owntracks/tablet/tablet "
name : " Battery Tablet "
unit_of_measurement : " % "
@@ -170,6 +171,9 @@
Send notification based on sensor
+
+ Send notification if new Home Assistant release
+
Track your battery level
diff --git a/cookbook/turn_on_light_for_10_minutes_when_motion_detected/index.html b/cookbook/turn_on_light_for_10_minutes_when_motion_detected/index.html
index a8346ff62c..ed2a1aa378 100644
--- a/cookbook/turn_on_light_for_10_minutes_when_motion_detected/index.html
+++ b/cookbook/turn_on_light_for_10_minutes_when_motion_detected/index.html
@@ -181,6 +181,9 @@
Send notification based on sensor
+
+ Send notification if new Home Assistant release
+
Track your battery level
diff --git a/sitemap.xml b/sitemap.xml
index 588580f56f..23b60c2fdf 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1721,6 +1721,9 @@
https://home-assistant.io/cookbook/configuration_yaml_by_bah2830/
+
+ https://home-assistant.io/cookbook/notify_if__new_ha_release/
+
https://home-assistant.io/topics/templating/
@@ -1954,34 +1957,34 @@
https://home-assistant.io/demo/dev-tools.html
- 2016-07-17T08:53:38+00:00
+ 2016-07-17T12:07:09+00:00
https://home-assistant.io/demo/frontend.html
- 2016-07-17T08:53:38+00:00
+ 2016-07-17T12:07:09+00:00
https://home-assistant.io/demo/index.html
- 2016-07-17T08:53:38+00:00
+ 2016-07-17T12:07:09+00:00
https://home-assistant.io/demo/partial-map.html
- 2016-07-17T08:53:38+00:00
+ 2016-07-17T12:07:09+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
- 2016-07-17T08:53:38+00:00
+ 2016-07-17T12:07:09+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
- 2016-07-17T08:53:38+00:00
+ 2016-07-17T12:07:10+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
- 2016-07-17T08:53:38+00:00
+ 2016-07-17T12:07:10+00:00
https://home-assistant.io/static/mdi-demo.html
- 2016-07-17T08:53:38+00:00
+ 2016-07-17T12:07:10+00:00