Skip to content

Commit

Permalink
add some links
Browse files Browse the repository at this point in the history
  • Loading branch information
farmio committed Feb 17, 2021
1 parent f74e2f3 commit c44c084
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
8 changes: 6 additions & 2 deletions docs/config-converter/index.html
Expand Up @@ -20,15 +20,19 @@
<body>

<div class="header">
<h1>XKNX config converter.</h1>
<h1 class='child inline-block-child'>XKNX config converter.</h1>
<a class='child inline-block-child' href="../config_converter.html">back to xknx.io</a>
</div>
<div class="content">
<div class="src">
<h4 class="subheader">Insert xknx.yaml config here here:</h4>
<textarea id="source"></textarea>
</div>
<div class="dst">
<h4 class="subheader">Home-Assistant configuration.yaml style knx config:</h4>
<h4 class="subheader">
<a href="https://www.home-assistant.io/integrations/knx/" target="_blank" rel="noopener noreferrer">
Home-Assistant configuration.yaml style</a> knx config:
</h4>
<textarea id="result"></textarea>
</div>
</div>
Expand Down
4 changes: 4 additions & 0 deletions docs/config-converter/styles/converter.css
Expand Up @@ -21,6 +21,10 @@ body {
width: 100%;
}

.inline-block-child {
display: inline-block;
}

.control {
height: 20%;
}
Expand Down
3 changes: 2 additions & 1 deletion docs/config_converter.md
Expand Up @@ -9,5 +9,6 @@ nav_order: 3

Using xknx.yaml form Home-Assistant is deprecated. Configure xknx from the Home-Assistant integration in your configuration.yaml. This uses a differnt Schema - for documentation have a look at [Home-Assistant Integration docs](https://www.home-assistant.io/integrations/knx/).

If you have a working xknx.yaml we have a converter for you: [Config-Converter](/config-converter/).
If you have a working xknx.yaml we have a converter for you!

## [xknx.yaml Config-Converter](/config-converter/)

0 comments on commit c44c084

Please sign in to comment.