Skip to content

Commit 470cc8d

Browse files
committed
Wrap up blog post
1 parent 1f73e8c commit 470cc8d

File tree

4 files changed

+46
-26
lines changed

4 files changed

+46
-26
lines changed

source/_components/calendar.markdown

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: page
3+
title: "Calendar"
4+
description: "Instructions how to integrate calendars within Home Assistant."
5+
date: 2016-11-19 08:36
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
---
11+
12+
The calendar component allows you to integrate your calendars into Home Assistant.

source/_posts/2016-11-19-calendar--wink-thermostats--cisco-ios.markdown

Lines changed: 31 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -14,31 +14,31 @@ For this release we put a lot of focus on finishing our async upgrade and fix a
1414

1515
But a new release wouldn't be awesome if it didn't had some new goodies and this release is no different. This release includes a new calendar component by [@mnestor]. It comes now with Google Calendar support, which should allow you to automate things based on your calendar events!
1616

17-
## Changes
17+
### {% linkable_title Changes %}
1818

1919
- New [calendar component][google] including Google support ([@mnestor])
2020
- Final core upgrade for async ([@pvizeli])
21-
- Neato refactor + sensor support ([@turbokongen])
21+
- [Neato] refactor + sensor support ([@turbokongen])
2222
- Device Tracker: [Swisscom Internet-Box][swisscom] now supported ([@betrisey])
2323
- Device Tracker - Locative: [Map support][locative] added ([@danijelst])
24-
- Emulated Hue: Option to sent request info as variables to scripts that get called ([@bah2830])
24+
- [Emulated Hue] will now sent request info as variables to scripts that get called ([@bah2830])
2525
- Wink: [Thermostats][wink-climate] are now supported ([@w1ll1am23])
2626
- Light: New [MQTT template][mqtt-template] platform for custom communication ([@Diaoul])
27-
- Wake on Lan switch can now configure a custom OFF script ([@Chris-V])
27+
- [Wake on Lan switch] can now configure a custom OFF script ([@Chris-V])
2828
- Device Tracker: [Cisco IOS][cisco] now supported ([@fbradyirl])
2929
- Sensor: Support for [PVOutput][pvoutput] snesor ([@fabaff])
3030
- Sensor: Show count of connected clients to the [API stream][api-stream] ([@balloob])
3131
- Fix platforms from doing I/O in the event loop ([@balloob], [@pvizeli], [@lwis], [@kellerza])
32-
- Switch - TP Link: Add daily consumption [TP Link switches][tp-link] ([@gonzalezcalleja])
33-
- Templates: Add new `strptime` function for parsing times ([@lwis])
34-
- HTTP: Fix X-Forwarded-For parsing (@[mweinelt])
35-
- Switch - Command Line: Use [configured object_id][command-line] for entity IDs ([@n8henrie])
36-
- MQTT: Support added for [birth and last will][mqtt-will] messages ([@bestlibre])
32+
- Switch - [TP Link]: Add daily consumption ([@gonzalezcalleja])
33+
- Templates: Add new `strptime` [template function] for parsing times ([@lwis])
34+
- [HTTP] component: Fix X-Forwarded-For parsing ([@mweinelt])
35+
- Switch - [Command Line]: Use configured object_id for entity IDs ([@n8henrie])
36+
- [MQTT] now supports birth and last will messages ([@bestlibre])
3737
- Better handling of accented characters in slugify ([@magicus])
38-
- Alarm Control Panel - Envisalink: Add new [keypress service][envisalink] ([@jnimmo])
39-
- Light - Hue: Add service to [activate scenes][hue] defined in Hue app ([@sdague])
38+
- Alarm Control Panel - [Envisalink]: Add new keypress service ([@jnimmo])
39+
- Light - [Hue]: Add service to activate scenes defined in Hue app ([@sdague])
4040

41-
## Breaking changes
41+
### {% linkable_title Breaking changes %}
4242

4343
- We have included a fix that impacts how we generate entity ids. This only impacts devices with accented characters. Instead of being stripped out, they are now replaced with the non-accented version. So now `Tèst Mörê` will become `test_more` instead of `tst_mr`.
4444
- Command line switches will now use the specified object ID for their entity ID instead of basing it off the name.
@@ -65,17 +65,22 @@ But a new release wouldn't be awesome if it didn't had some new goodies and this
6565
[@turbokongen]: https://github.com/turbokongen
6666
[@w1ll1am23]: https://github.com/w1ll1am23
6767

68-
[api-stream]: https://home-assistant.io/components/sensor.api_stream/
69-
[cisco]: https://home-assistant.io/components/device_tracker.cisco_ios/
70-
[command-line]: https://home-assistant.io/components/switch.command_line/
71-
[envisalink]: https://home-assistant.io/components/envisalink/
72-
[google]: https://home-assistant.io/components/sensor.google_calendar/
73-
[hue]: https://home-assistant.io/components/light.hue/
74-
[locative]: https://home-assistant.io/components/device_tracker.locative/
75-
[mqtt-template]: https://home-assistant.io/components/light.mqtt_template/
76-
[mqtt-will]: https://home-assistant.io/components/mqtt/
77-
[pvoutput]: https://home-assistant.io/components/sensor.pvoutput/
78-
[swisscom]: https://home-assistant.io/components/device_tracker.swisscom/
79-
[tp-link]: https://home-assistant.io/components/switch.tplink/
80-
[wink-climate]: https://home-assistant.io/components/climate.wink/
81-
68+
[api-stream]: /components/sensor.api_stream/
69+
[cisco]: /components/device_tracker.cisco_ios/
70+
[Command Line]: /components/switch.command_line/
71+
[Envisalink]: /components/envisalink/
72+
[google]: /components/calendar.google/
73+
[Hue]: /components/light.hue/
74+
[locative]: /components/device_tracker.locative/
75+
[mqtt-template]: /components/light.mqtt_template/
76+
[mqtt-will]: /components/mqtt/
77+
[pvoutput]: /components/sensor.pvoutput/
78+
[swisscom]: /components/device_tracker.swisscom/
79+
[TP Link]: /components/switch.tplink/
80+
[wink-climate]: /components/climate.wink/
81+
[neato]: /components/neato/
82+
[Emulated Hue]: /components/emulated_hue/
83+
[Wake on Lan switch]: /components/switch.wake_on_lan/
84+
[template function]: /topics/templating/#home-assistant-template-extensions
85+
[HTTP]: /components/http/
86+
[MQTT]: /components/mqtt/

source/_topics/templating.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,14 @@ Home Assistant adds extensions to allow templates to access all of the current s
7777
- `closest()` will find the closest entity.
7878
- `relative_time(timestamp)` will format the date time as relative time vs now (ie 7 seconds)
7979
- `float` will format the output as float.
80+
- `strptime(string, format)` will parse a string to a datetime based on a [format][strp-format].
8081
- Filter `round(x)` will convert the input to a number and round it to `x` decimals.
8182
- Filter `timestamp_local` will convert an UNIX timestamp to local time/data.
8283
- Filter `timestamp_utc` will convert an UNIX timestamp to UTC time/data.
8384
- Filter `timestamp_custom(format_string, local_boolean)` will convert an UNIX timestamp to a custom format, the use of a local timestamp is default, supporting [Python format options](https://docs.python.org/3/library/time.html#time.strftime).
8485

86+
[strp-format]: https://docs.python.org/3.4/library/datetime.html#strftime-and-strptime-behavior
87+
8588
## {% linkable_title Examples %}
8689

8790
### {% linkable_title States %}

0 commit comments

Comments
 (0)