Add release blog post

This commit is contained in:
Paulus Schoutsen 2017-03-11 13:46:48 -08:00
parent b1b8c7f56e
commit 2987b9eb96
14 changed files with 311 additions and 18 deletions

View file

@ -9,7 +9,7 @@ sharing: true
footer: true
logo: android_ip_webcam.png
ha_category: Hub
ha_release: 0.40
ha_release: "0.40"
---
The [Android IP webcam](https://play.google.com/store/apps/details?id=com.pas.webcam) turns your andorid phone into a network camera with multiple viewing options.

View file

@ -9,7 +9,7 @@ sharing: true
footer: true
logo: android_ip_webcam.png
ha_category: Binary Sensor
ha_release: 0.40
ha_release: "0.40"
---

View file

@ -9,7 +9,7 @@ sharing: true
footer: true
logo: maxcube.png
ha_category: DIY
ha_release: 0.40
ha_release: "0.40"
ha_iot_class: "Local Polling"
---

View file

@ -9,7 +9,7 @@ sharing: true
footer: true
ha_category: Media Player
ha_iot_class: "Local Push"
ha_release: 0.40
ha_release: "0.40"
---
This component provides support for Internet Radios based on the [Frontier Silicon chipset]. Some of the manufacturers which offer products based on these chips include: Hama, Medion, Slivercrest, Auna, Technisat, Revo, Pinnel, etc. These devices will be usually controlled by the [UNDOK] app.

View file

@ -9,7 +9,7 @@ sharing: true
footer: true
logo: ciscospark.png
ha_category: Notifications
ha_release: 0.40
ha_release: "0.40"
---
The `Cisco Spark` platform allows you to deliver notifications from Home Assistant to [Cisco Spark](https://ciscospark.com/).

View file

@ -9,7 +9,7 @@ sharing: true
footer: true
logo: android_ip_webcam.png
ha_category: Sensor
ha_release: 0.40
ha_release: "0.40"
---

View file

@ -9,7 +9,7 @@ sharing: true
footer: true
logo: comed.jpg
ha_category: Energy
ha_release: 0.40
ha_release: "0.40"
ha_iot_class: "Cloud Polling"
---

View file

@ -7,12 +7,10 @@ sidebar: true
comments: false
sharing: true
footer: true
logo: home-assistant.png
ha_category: Sensor
ha_release: 0.40
ha_release: "0.40"
---
The `modem_callerid` sensor platform uses an available modem for collecting caller ID information. It requires a Hayes AT compatible modem that supports caller ID detection (via AT+VCID=1).
To enable the sensor, add the following lines to your `configuration.yaml`:
@ -43,7 +41,7 @@ When the sensor detects a new call, it's state changes to 'ring' for each ring a
Some example automations:
```yaml
automation:
{% raw %}automation:
- alias: Notify CallerID
trigger:
platform: state
@ -71,6 +69,6 @@ automation:
action:
service: tts.google_say
data_template:
message: 'Call from {{ states.sensor.modem_callerid.attributes.cid_name }} '
message: 'Call from {{ states.sensor.modem_callerid.attributes.cid_name }} '{% endraw %}
```

View file

@ -9,7 +9,7 @@ sharing: true
footer: true
logo: ring.png
ha_category: Sensor
ha_release: 0.40
ha_release: "0.40"
---
The `ring` sensor allows you to integrate your [Ring.com](https://ring.com/) devices in Home Assistant.

View file

@ -9,7 +9,7 @@ sharing: true
footer: true
logo: android_ip_webcam.png
ha_category: Switch
ha_release: 0.40
ha_release: "0.40"
---