diff --git a/docs/config-converter/index.html b/docs/config-converter/index.html index 5a7f02b04..773cf5acc 100644 --- a/docs/config-converter/index.html +++ b/docs/config-converter/index.html @@ -20,7 +20,8 @@
-

XKNX config converter.

+

XKNX config converter.

+ back to xknx.io
@@ -28,7 +29,10 @@

Insert xknx.yaml config here here:

-

Home-Assistant configuration.yaml style knx config:

+

+ + Home-Assistant configuration.yaml style knx config: +

diff --git a/docs/config-converter/styles/converter.css b/docs/config-converter/styles/converter.css index bf9c00c91..e43f6c56d 100644 --- a/docs/config-converter/styles/converter.css +++ b/docs/config-converter/styles/converter.css @@ -21,6 +21,10 @@ body { width: 100%; } +.inline-block-child { + display: inline-block; +} + .control { height: 20%; } diff --git a/docs/config_converter.md b/docs/config_converter.md index 835687bfb..89d8eae06 100644 --- a/docs/config_converter.md +++ b/docs/config_converter.md @@ -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/)