diff --git a/source/_components/kira.markdown b/source/_components/kira.markdown index 7a0f3bc3772..3be677669b4 100644 --- a/source/_components/kira.markdown +++ b/source/_components/kira.markdown @@ -8,12 +8,23 @@ comments: false sharing: true footer: true logo: keene.png -ha_category: Hub +ha_category: + - Hub + - Remote + - Sensor ha_release: 0.45 +redirect_from: + - /components/sensor.kira/ + - /components/remote.kira/ --- The `kira` component is the main component to integrate Keene Electronics IR over IP [Kira](https://www.keene.co.uk/keene-ir-anywhere-single-worldwide.html) modules with Home Assistant. +There is currently support for the following device types within Home Assistant: + +- Remote +- Sensor + ### {% linkable_title Example Configuration %} ```yaml diff --git a/source/_components/remote.kira.markdown b/source/_components/remote.kira.markdown deleted file mode 100644 index 376d29837ae..00000000000 --- a/source/_components/remote.kira.markdown +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: page -title: "Kira Remote" -description: "Instructions on how to integrate Kira modules into Home Assistant." -date: 2017-05-07 17:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: keene.png -ha_category: Remote -ha_iot_class: "Assumed State" -ha_release: 0.45 ---- - -The `kira` platform allows you to send IR commands via [Kira](https://www.keene.co.uk/keene-ir-anywhere-single-worldwide.html) modules from within Home Assistant. - -For configuration information see the [Kira component](/components/kira/) documentation. diff --git a/source/_components/sensor.kira.markdown b/source/_components/sensor.kira.markdown deleted file mode 100644 index 1306cf161b0..00000000000 --- a/source/_components/sensor.kira.markdown +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: page -title: "Kira Sensor" -description: "Instructions on how to integrate Kira modules into Home Assistant." -date: 2017-05-07 17:00 -sidebar: true -comments: false -sharing: true -footer: true -logo: keene.png -ha_category: Sensor -ha_iot_class: "Local Push" -ha_release: 0.45 ---- - -The `kira` platform allows you to respond to your [Kira](https://www.keene.co.uk/keene-ir-anywhere-single-worldwide.html) modules from within Home Assistant. This enables Home Assistant to respond to infrared inputs from a standard remote control. - -For configuration information see the [Kira component](/components/kira/) documentation.