From e189ff1ef6b57c151b6ecd0eacabcd679d54b344 Mon Sep 17 00:00:00 2001 From: Kane610 Date: Tue, 19 Sep 2017 16:30:37 +0200 Subject: [PATCH] How to configure custom HTTP port for Axis devices (#3307) --- source/_components/axis.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/axis.markdown b/source/_components/axis.markdown index a312625a730..77e5aeb940d 100644 --- a/source/_components/axis.markdown +++ b/source/_components/axis.markdown @@ -57,6 +57,7 @@ Configuration variables: - **username** (*Optional*): The username to your Axis device. Default 'root'. - **password** (*Optional*): The password to your Axis device. Default 'pass'. - **trigger_time** (*Optional*): Minimum time (in seconds) a sensor should keep its positive value. Default 0. +- **http_port** (*Optional*): Configure port web server of device is accessible from. Default 80. - **location** (*Optional*): Physical location of your Axis device. Default not set. - **include** (*Required*): This cannot be empty else there would be no use adding the device at all. - **camera**: Stream MJPEG video to Home Assistant.