From 49084a29cc1532e41f4f45d24239a67aa93635f8 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 6 Mar 2020 21:10:07 +0100 Subject: [PATCH] Migrate KNX integration to brands + add ha_domain (#12295) --- source/_integrations/binary_sensor.knx.markdown | 2 +- source/_integrations/climate.knx.markdown | 2 +- source/_integrations/cover.knx.markdown | 2 +- source/_integrations/knx.markdown | 1 - source/_integrations/light.knx.markdown | 2 +- source/_integrations/notify.knx.markdown | 2 +- source/_integrations/scene.knx.markdown | 2 +- source/_integrations/sensor.knx.markdown | 2 +- source/_integrations/switch.knx.markdown | 2 +- ...07-16-sqlalchemy-knx-join-simplisafe.markdown | 2 +- source/images/supported_brands/knx.png | Bin 1919 -> 0 bytes 11 files changed, 9 insertions(+), 10 deletions(-) delete mode 100644 source/images/supported_brands/knx.png diff --git a/source/_integrations/binary_sensor.knx.markdown b/source/_integrations/binary_sensor.knx.markdown index 2818ad36a1b9..89ceea46cb07 100644 --- a/source/_integrations/binary_sensor.knx.markdown +++ b/source/_integrations/binary_sensor.knx.markdown @@ -1,11 +1,11 @@ --- title: "KNX Binary Sensor" description: "Instructions on how to setup the KNX binary sensors within Home Assistant." -logo: knx.png ha_category: - Binary Sensor ha_release: 0.24 ha_iot_class: Local Push +ha_domain: knx ---
diff --git a/source/_integrations/climate.knx.markdown b/source/_integrations/climate.knx.markdown index b563001fdda4..1c4eb77c5964 100644 --- a/source/_integrations/climate.knx.markdown +++ b/source/_integrations/climate.knx.markdown @@ -1,11 +1,11 @@ --- title: "KNX Climate" description: "Instructions on how to integrate KNX thermostats with Home Assistant." -logo: knx.png ha_category: - Climate ha_release: 0.25 ha_iot_class: Local Push +ha_domain: knx ---
diff --git a/source/_integrations/cover.knx.markdown b/source/_integrations/cover.knx.markdown index f2f7df6800a7..a3d38d4b2793 100644 --- a/source/_integrations/cover.knx.markdown +++ b/source/_integrations/cover.knx.markdown @@ -1,11 +1,11 @@ --- title: "KNX Cover" description: "Instructions on how to integrate KNX covers with Home Assistant." -logo: knx.png ha_category: - Cover ha_release: 0.48 ha_iot_class: Local Push +ha_domain: knx ---
diff --git a/source/_integrations/knx.markdown b/source/_integrations/knx.markdown index 191f406f4506..cf0e0a9e67f6 100644 --- a/source/_integrations/knx.markdown +++ b/source/_integrations/knx.markdown @@ -1,7 +1,6 @@ --- title: KNX description: Instructions on how to integrate KNX components with Home Assistant. -logo: knx.png ha_category: - Hub ha_release: 0.24 diff --git a/source/_integrations/light.knx.markdown b/source/_integrations/light.knx.markdown index ba9d102c38cf..05caf7841c1b 100644 --- a/source/_integrations/light.knx.markdown +++ b/source/_integrations/light.knx.markdown @@ -1,11 +1,11 @@ --- title: "KNX Light" description: "Instructions on how to integrate KNX lights with Home Assistant." -logo: knx.png ha_category: - Light ha_release: 0.44 ha_iot_class: Local Push +ha_domain: knx ---
diff --git a/source/_integrations/notify.knx.markdown b/source/_integrations/notify.knx.markdown index 1d536fd88d00..770735557d1c 100644 --- a/source/_integrations/notify.knx.markdown +++ b/source/_integrations/notify.knx.markdown @@ -1,11 +1,11 @@ --- title: "KNX Notify" description: "Instructions on how to use the KNX notify with Home Assistant." -logo: knx.png ha_category: - Notifications ha_release: 0.53 ha_iot_class: Local Push +ha_domain: knx ---
diff --git a/source/_integrations/scene.knx.markdown b/source/_integrations/scene.knx.markdown index 741c4e6039b6..bc82cb9e5cce 100644 --- a/source/_integrations/scene.knx.markdown +++ b/source/_integrations/scene.knx.markdown @@ -1,10 +1,10 @@ --- title: "KNX Scene" description: "Instructions on how to integrate KNX Scenes into Home Assistant." -logo: knx.png ha_category: - Scene ha_release: 0.63 +ha_domain: knx ---
diff --git a/source/_integrations/sensor.knx.markdown b/source/_integrations/sensor.knx.markdown index c68015799d50..a60c3a0aa388 100644 --- a/source/_integrations/sensor.knx.markdown +++ b/source/_integrations/sensor.knx.markdown @@ -1,11 +1,11 @@ --- title: "KNX Sensor" description: "Instructions on how to use a KNX Sensor with Home Assistant." -logo: knx.png ha_category: - Sensor ha_release: 0.29 ha_iot_class: Local Push +ha_domain: knx ---
diff --git a/source/_integrations/switch.knx.markdown b/source/_integrations/switch.knx.markdown index 3a26d28dc8dd..ce529244208c 100644 --- a/source/_integrations/switch.knx.markdown +++ b/source/_integrations/switch.knx.markdown @@ -1,11 +1,11 @@ --- title: "KNX Switch" description: "Instructions on how to integrate KNX switches with Home Assistant." -logo: knx.png ha_category: - Switch ha_release: 0.24 ha_iot_class: Local Push +ha_domain: knx ---
diff --git a/source/_posts/2016-07-16-sqlalchemy-knx-join-simplisafe.markdown b/source/_posts/2016-07-16-sqlalchemy-knx-join-simplisafe.markdown index 1881baaef42c..39d7a4dd884b 100644 --- a/source/_posts/2016-07-16-sqlalchemy-knx-join-simplisafe.markdown +++ b/source/_posts/2016-07-16-sqlalchemy-knx-join-simplisafe.markdown @@ -21,7 +21,7 @@ hass --script db_migrator --config /path/to/config You can omit the `--config` option if you use the default configuration directory. Run the script with `--help` to get more options. - + - Config: Improved support for storing [secrets][secrets] ([@kellerza]) - Sensor: Support for [Yahoo! Weather][yahoo-weather] ([@pvizeli]) diff --git a/source/images/supported_brands/knx.png b/source/images/supported_brands/knx.png deleted file mode 100644 index 6a8986e73e53197ff59052cfa6ff89c36ffb6b02..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1919 zcmV-_2Y~pAP)Px#U{Fj{MMrQ<3$aQ7YPJipO8{%OD1@5;Yqm{{l?$;- z46sT7YPF7+od9aK3awC%mz@A=wvCpY0BW`XYPJAswvCsa3$aQIuuBWEN(-<{j+dN{ zmz|E5od9dL46#d&mz@l+MrX+r*SMBAsh zfC5=6DL;srJCS}-$_-gsGh^Pp%tRElGz1;8bf&5s{ze7072c3bW8Pw!6~&idc|op= zjK4!Mz8G@t%gg3P&We$u7>i=Mo)3NBF4gVks;a6ilO)T?mO6YzGnVOgDT;LH+pY_u zNJ=h*zWJJVUt!q9b-kNS8DaLHy~JcUI0j=81d*h!2f=62u5xgm+m^`Mj3S*0a@DtP z>QNZim9;y`u6fdc<5!Ha7}}2B1$?WvXfk|-Jz?;p7F$yjB8Z;2gn5HwvMLt8W`Jud z?Yrm&Q9omn=TqiI1u@b#kS_~)5h9kXYStzdI2*I#)w_qu0PFvgW^BRYf1X{p8c^l3$Gqu&UBF`pD5btV>{2Xx~w3 zUOCb(`rLgDfKtY^c8oehvQHL3$(%#ajdpyRflwSxnZjyRH&boIwosul_O?k8Mp*UR zU@R2l8i~f2Z1w9#u&G;`vA(_%czH!y=oYPH+bUisgyj`z%W8<&_NuA$P_kDW7Y9`BGoi zXsab|tT!i&r6tu_Po;Ysmg>1C4&Qp6VaZW_RsI;N)BG-fE??-LaH;zC;^mduJnRIB z%K<^Y4<}EEsEwOH4Z2YQLdy+tIzWi>CMggmcE&L<#QR}fMw}4UF&4n}5`=soJt2%& zhJ;i5;f84afE)xT;>3H?AJz?e87 zOLSp-TWdcY5K=#Ih?&7Ii2gn&Nlfa89YX5|4*5QCUx*o9N(kc)8$>;Cq5ZHxzW2Tm zAi9!}&<`6#J2w^`^M~k*%MAgd>*sP}bKnrYA01l((KDC;VWDwT@e;z;e&7&#KdcZf zgDDU*x-Re8?!X`({jfvSH%o$;(e<}>IuM9YKOB(r$s59q=*nuB1BQ6@!vRq;mQ*5jniLydc2-F~L7ycR}z|hz-K{0nA`O2ypbR`09>~ zX|w{uPG=~CJt07Ht)7u3$yPwjF_|;i4+17|y&m$_%M}o@2NstX1iq4F@p_0Wx54d5>b}>k1*u%{Lvbcz#qbnXFmw&AnYG45F@&XpO0v_NpmlV?g$q&#CXyX4q*ob zACug};fgLhgmndB|LB6CW1>Nt(!M#gMwbIZ3SlP%8f$g-VWfSlk5JG05SKET6AfU1Gr6w#w7Q4Od(vtAxwb)(WOWz9RbHAhaHLa=fT1R z3}F()j4maFbqKQE&oPLX13Es=`$u{G1wYq9&Vjs5wNeINeWo!-Am*cw$Lke4d92d; z^LcfdXjO~(H~u^p_CvV0U(9r`=RIo6L$xUXV*Yw8@gGPGFeXAtS$hBg002ovPDHLk FV1hZ5b8P?s