Skip to content

Commit 2987b9e

Browse files
committed
Add release blog post
1 parent b1b8c7f commit 2987b9e

14 files changed

+311
-18
lines changed

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@ social:
127127

128128
# Home Assistant release details
129129
current_major_version: 0
130-
current_minor_version: 39
131-
current_patch_version: 3
132-
date_released: 2017-03-04
130+
current_minor_version: 40
131+
current_patch_version: 0
132+
date_released: 2017-03-11
133133

134134
# Either # or the anchor link to latest release notes in the blog post.
135135
# Must be prefixed with a # and have double quotes around it.
136-
patch_version_notes: "#release-0393---march-4"
136+
patch_version_notes: "#"

source/_components/android_ip_webcam.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sharing: true
99
footer: true
1010
logo: android_ip_webcam.png
1111
ha_category: Hub
12-
ha_release: 0.40
12+
ha_release: "0.40"
1313
---
1414

1515
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.

source/_components/binary_sensor.android_ip_webcam.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sharing: true
99
footer: true
1010
logo: android_ip_webcam.png
1111
ha_category: Binary Sensor
12-
ha_release: 0.40
12+
ha_release: "0.40"
1313
---
1414

1515

source/_components/maxcube.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sharing: true
99
footer: true
1010
logo: maxcube.png
1111
ha_category: DIY
12-
ha_release: 0.40
12+
ha_release: "0.40"
1313
ha_iot_class: "Local Polling"
1414
---
1515

source/_components/media_player.frontier_silicon.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sharing: true
99
footer: true
1010
ha_category: Media Player
1111
ha_iot_class: "Local Push"
12-
ha_release: 0.40
12+
ha_release: "0.40"
1313
---
1414

1515
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.

source/_components/notify.ciscospark.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sharing: true
99
footer: true
1010
logo: ciscospark.png
1111
ha_category: Notifications
12-
ha_release: 0.40
12+
ha_release: "0.40"
1313
---
1414

1515
The `Cisco Spark` platform allows you to deliver notifications from Home Assistant to [Cisco Spark](https://ciscospark.com/).

source/_components/sensor.android_ip_webcam.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sharing: true
99
footer: true
1010
logo: android_ip_webcam.png
1111
ha_category: Sensor
12-
ha_release: 0.40
12+
ha_release: "0.40"
1313
---
1414

1515

source/_components/sensor.comed_hourly_pricing.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sharing: true
99
footer: true
1010
logo: comed.jpg
1111
ha_category: Energy
12-
ha_release: 0.40
12+
ha_release: "0.40"
1313
ha_iot_class: "Cloud Polling"
1414
---
1515

source/_components/sensor.modem_callerid.markdown

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ sidebar: true
77
comments: false
88
sharing: true
99
footer: true
10-
logo: home-assistant.png
1110
ha_category: Sensor
12-
ha_release: 0.40
11+
ha_release: "0.40"
1312
---
1413

15-
1614
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).
1715

1816
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
4341

4442
Some example automations:
4543
```yaml
46-
automation:
44+
{% raw %}automation:
4745
- alias: Notify CallerID
4846
trigger:
4947
platform: state
@@ -71,6 +69,6 @@ automation:
7169
action:
7270
service: tts.google_say
7371
data_template:
74-
message: 'Call from {{ states.sensor.modem_callerid.attributes.cid_name }} '
72+
message: 'Call from {{ states.sensor.modem_callerid.attributes.cid_name }} '{% endraw %}
7573
```
7674

source/_components/sensor.ring.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sharing: true
99
footer: true
1010
logo: ring.png
1111
ha_category: Sensor
12-
ha_release: 0.40
12+
ha_release: "0.40"
1313
---
1414

1515
The `ring` sensor allows you to integrate your [Ring.com](https://ring.com/) devices in Home Assistant.

source/_components/switch.android_ip_webcam.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sharing: true
99
footer: true
1010
logo: android_ip_webcam.png
1111
ha_category: Switch
12-
ha_release: 0.40
12+
ha_release: "0.40"
1313
---
1414

1515

0 commit comments

Comments
 (0)