Skip to content

Commit 7df485a

Browse files
committed
Make release notes titles linkable
1 parent 654d741 commit 7df485a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

source/_posts/2017-09-09-release-53.markdown

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The Home Assistant community has been super busy in the last two weeks to bring
1717

1818
9 days away from our 4th birthday, we've just accomplished a couple of great milestones that I would love to share with you. We've hit over 8000 stars 🌟 on GitHub and starting this release we now ship over 800 platforms and components!
1919

20-
## Customize editor
20+
## {% linkable_title Customize editor %}
2121

2222
Another step in making Home Assistant configurable via the frontend has been contributed by @andrey-git: a customization editor! You are now able to inspect all (possible) customizations of an entity and update them with just a few taps. Want to change the name or icon of an entity? All possible in mere seconds.
2323

@@ -38,23 +38,23 @@ homeassistant:
3838
config:
3939
```
4040
41-
## Tesla
41+
## {% linkable_title Tesla %}
4242
4343
Thanks to the contribution by @zabuldon, you will now be able to control your Tesla car from Home Assistant. You're able to check the temperature inside and outside your car, control your AC and unlock the car.
4444
45-
## Input text
45+
## {% linkable_title Input text %}
4646
4747
This release introduces a new input component: `input_text` contributed by @BioSehnsucht. With this component you will be able to set free form from the UI and then let that be used by your automations or templates.
4848

49-
## KNX
49+
## {% linkable_title KNX %}
5050

5151
This release ships a new KNX implementation thanks to @Julius2342. It will instantly show all changed states of KNX devices within Home Assistant. Additionally it brings support for HVAC devices and notification services. It also adds a service for direct communication with the KNX bus. You can connect to KNX/IP routing and tunnelling devices. In the background it uses asyncio communication. Check the climate integration in action [here](https://www.youtube.com/watch?v=JI0VJzlGpx4) and see the lights in action below:
5252

5353
<div class='videoWrapper'>
5454
<iframe src="https://www.youtube.com/embed/Fe3yaflU2XM" frameborder="0" allowfullscreen></iframe>
5555
</div>
5656

57-
## New Platforms
57+
## {% linkable_title New Platforms %}
5858

5959
- Xiaomi Philips Lights integration ([@syssi] - [#9087]) ([light.xiaomi_philipslight docs]) (new-platform)
6060
- Mycroft notify/component ([@btotharye] - [#9173]) ([mycroft docs]) ([notify.mycroft docs]) (new-platform)
@@ -80,7 +80,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
8080

8181
<!--more-->
8282

83-
## Breaking Changes
83+
## {% linkable_title Breaking Changes %}
8484

8585
- The new customize editor is using the file `customize.yaml` in your config folder. If you are using this file today for other config, make sure to rename it before using the new customize UI editor. ([@andrey-git] - [#9134]) ([config docs]) (breaking change) (new-platform)
8686
- The frontend component now supports loading custom html files when Home Assistant front end starts ([@andrey-git] - [#9150]) (breaking change). It could be Javascript, CSS or custom Web Components. Along there was a breaking change in the way Custom UI is used:
@@ -97,7 +97,7 @@ frontend:
9797
- The Homematic `delay` option has been dropped because it is no longer necessary ([@pvizeli] - [#9058]) ([homematic docs]) ([binary_sensor.homematic docs]) ([climate.homematic docs]) ([cover.homematic docs]) ([light.homematic docs]) ([sensor.homematic docs]) ([switch.homematic docs]) (breaking change)
9898
- Switch - Dlink: Remove spaces and capital letters from attribute names for consistency ([@emlt] - [#9277]) ([switch.dlink docs]) (breaking change)
9999
100-
## All changes
100+
## {% linkable_title All changes %}
101101
102102
- Xiaomi Philips Lights integration ([@syssi] - [#9087]) ([light.xiaomi_philipslight docs]) (new-platform)
103103
- Backend changes for customize config panel. ([@andrey-git] - [#9134]) ([config docs]) (breaking change)

0 commit comments

Comments
 (0)