Site updated at 2017-08-26 17:30:22 UTC

This commit is contained in:
Travis CI 2017-08-26 17:30:22 +00:00
parent 919bae8956
commit 45060d18c1
1403 changed files with 8957 additions and 7954 deletions

View file

@ -10,11 +10,11 @@
<meta name="author" content="Home Assistant">
<meta name="description" content="Basic example of how to send a templated notification if a sensor is over a given threshold">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/cookbook/notify_if_over_threshold/">
<link rel="canonical" href="/cookbook/notify_if_over_threshold/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Send notification based on sensor">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/cookbook/notify_if_over_threshold/">
<meta property="og:url" content="/cookbook/notify_if_over_threshold/">
<meta property="og:type" content="article">
<meta property="og:description" content="Basic example of how to send a templated notification if a sensor is over a given threshold">
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
@ -70,7 +70,7 @@
<article class="page">
<header>
<h1 class="title indent">
Send Notification Based on Sensor
Send notification based on sensor
</h1>
</header>
<hr class="divider">