Skip to content

Commit 2d9b650

Browse files
Merge pull request home-assistant#3452 from Roemer/patch-1
"http_port" is now CONF_PORT and therefore just "port"
2 parents f0e76c1 + 5634d59 commit 2d9b650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/axis.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Configuration variables:
6767
- **username** (*Optional*): The username to your Axis device. Default 'root'.
6868
- **password** (*Optional*): The password to your Axis device. Default 'pass'.
6969
- **trigger_time** (*Optional*): Minimum time (in seconds) a sensor should keep its positive value. Default 0.
70-
- **http_port** (*Optional*): Configure port web server of device is accessible from. Default 80.
70+
- **port** (*Optional*): Configure port web server of device is accessible from. Default 80.
7171
- **location** (*Optional*): Physical location of your Axis device. Default not set.
7272
- **include** (*Required*): This cannot be empty else there would be no use adding the device at all.
7373
- **camera**: Stream MJPEG video to Home Assistant.

0 commit comments

Comments
 (0)