mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
Migrate KNX integration to brands + add ha_domain (#12295)
This commit is contained in:
parent
bc73d7d2c2
commit
49084a29cc
@ -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
|
||||
---
|
||||
|
||||
<div class='note'>
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
<div class='note'>
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
<div class='note'>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
<div class='note'>
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
<div class='note'>
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
<div class='note'>
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
<div class='note'>
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
<div class='note'>
|
||||
|
@ -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.
|
||||
|
||||
<img src='/images/supported_brands/yahooweather.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/joaoapps_join.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/knx.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/tp-link.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' />
|
||||
<img src='/images/supported_brands/yahooweather.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/joaoapps_join.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='https://brands.home-assistant.io/knx/logo.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/tp-link.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' />
|
||||
|
||||
- Config: Improved support for storing [secrets][secrets] ([@kellerza])
|
||||
- Sensor: Support for [Yahoo! Weather][yahoo-weather] ([@pvizeli])
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB |
Loading…
x
Reference in New Issue
Block a user