diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index f0c233ec106..af314eff8b9 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -411,6 +411,8 @@ p.note { .brand-logo-container { text-align: center; height: 87px; + margin-top: 50px; + margin-bottom: 25px; img { max-height: 67px; diff --git a/source/_components/light.tradfri.markdown b/source/_components/light.tradfri.markdown deleted file mode 100644 index e7b44cdfd2b..00000000000 --- a/source/_components/light.tradfri.markdown +++ /dev/null @@ -1,16 +0,0 @@ ---- -layout: page -title: "IKEA Trådfri lights" -description: "Access and control your Zigbee-based IKEA Trådfri (Tradfri) Lights." -date: 2017-04-12 22.04 -sidebar: true -comments: false -sharing: true -footer: true -logo: ikea.svg -ha_category: Light -ha_iot_class: "Local Polling" -ha_release: 0.43 ---- - -For installation instructions, see [the Trådfri component](/components/tradfri/). diff --git a/source/_components/sensor.tradfri.markdown b/source/_components/sensor.tradfri.markdown deleted file mode 100644 index a6aebf4e5b6..00000000000 --- a/source/_components/sensor.tradfri.markdown +++ /dev/null @@ -1,16 +0,0 @@ ---- -layout: page -title: "IKEA Trådfri Sensor" -description: "Access and control your Zigbee-based IKEA Trådfri (Tradfri) Sensors." -date: 2017-04-12 22.04 -sidebar: true -comments: false -sharing: true -footer: true -logo: ikea.svg -ha_category: Sensor -ha_iot_class: "Local Polling" -ha_release: 0.67 ---- - -For installation instructions, see [the Trådfri component](/components/tradfri/). diff --git a/source/_components/switch.tradfri.markdown b/source/_components/switch.tradfri.markdown deleted file mode 100644 index 95069570664..00000000000 --- a/source/_components/switch.tradfri.markdown +++ /dev/null @@ -1,16 +0,0 @@ ---- -layout: page -title: "IKEA Trådfri Switch" -description: "Access and control your Zigbee-based IKEA Trådfri (Tradfri) Switches." -date: 2018-09-30 19.22 -sidebar: true -comments: false -sharing: true -footer: true -logo: ikea.svg -ha_category: Switch -ha_iot_class: "Local Polling" -ha_release: 0.80 ---- - -For installation instructions, see [the Trådfri component](/components/tradfri/). diff --git a/source/_components/tradfri.markdown b/source/_components/tradfri.markdown index a642a1959a9..fb234f2e928 100644 --- a/source/_components/tradfri.markdown +++ b/source/_components/tradfri.markdown @@ -9,9 +9,17 @@ comments: false sharing: true footer: true logo: ikea.svg -ha_category: Hub ha_iot_class: "Local Polling" +ha_config_flow: true ha_release: 0.43 +ha_category: + - Light + - Sensor + - Switch +redirect_from: + - /components/light.tradfri/ + - /components/sensor.tradfri/ + - /components/switch.tradfri/ --- The `tradfri` component support the IKEA Trådfri Gateway (a.k.a. IKEA Tradfri hub/bridge). The gateway can control compatible Zigbee-based lights (certified ZigBee Light Link products) connected to it and Home Assistant will automatically discover the gateways presence on your local network, if `discovery:` is present in your `configuration.yaml` file. diff --git a/source/_includes/asides/component_navigation.html b/source/_includes/asides/component_navigation.html index bd64fc7efe3..d9c4b26c9ce 100644 --- a/source/_includes/asides/component_navigation.html +++ b/source/_includes/asides/component_navigation.html @@ -50,6 +50,12 @@ {%- endif -%} + {%- if page.ha_config_flow -%} +