From 5634d59ce32f74c642d9ea355ad4744d416eb980 Mon Sep 17 00:00:00 2001 From: Roman Date: Wed, 27 Sep 2017 17:12:32 +0200 Subject: [PATCH] "http_port" is now CONF_PORT and therefore just "port" --- source/_components/axis.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/axis.markdown b/source/_components/axis.markdown index 2c0295871fc..49f9ec87315 100644 --- a/source/_components/axis.markdown +++ b/source/_components/axis.markdown @@ -67,7 +67,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. +- **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.