From 8128db038603d57c4be113629e62fa5aa19da6e4 Mon Sep 17 00:00:00 2001 From: Robert Svensson Date: Sun, 19 May 2019 22:45:31 +0200 Subject: [PATCH 1/2] Add documentation for newly added types of Axis component https://github.com/home-assistant/home-assistant/pull/23312 --- source/_components/axis.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_components/axis.markdown b/source/_components/axis.markdown index 824fc2ada6a..0f68a2a300a 100644 --- a/source/_components/axis.markdown +++ b/source/_components/axis.markdown @@ -11,12 +11,14 @@ logo: axis.png ha_category: - Camera - Binary Sensor + - Switch ha_config_flow: true ha_release: 0.45 ha_iot_class: Local Push redirect_from: - /components/binary_sensor.axis/ - /components/camera.axis/ + - /components/switch.axis/ --- [Axis Communications](https://www.axis.com/) devices are surveillance cameras, speakers, access control and other security-related network connected hardware. Event API works with firmware 5.50 and newer. @@ -43,3 +45,11 @@ The following sensor types are supported: - Passive IR motion detection - Sound detection - Day/night mode +- Inputs and Supervised Inputs + +## {% linkable_title Switch %} + +The following controllable port types are supported: + +- Output +- Relay From bc8af817675bfb676553b6367d1a4c4c560a1045 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Sun, 19 May 2019 22:58:10 +0200 Subject: [PATCH 2/2] :pencil2: Tweak Redirect_from is only for existing pages --- source/_components/axis.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/source/_components/axis.markdown b/source/_components/axis.markdown index 0f68a2a300a..b1f99ee480c 100644 --- a/source/_components/axis.markdown +++ b/source/_components/axis.markdown @@ -18,7 +18,6 @@ ha_iot_class: Local Push redirect_from: - /components/binary_sensor.axis/ - /components/camera.axis/ - - /components/switch.axis/ --- [Axis Communications](https://www.axis.com/) devices are surveillance cameras, speakers, access control and other security-related network connected hardware. Event API works with firmware 5.50 and newer.