Merge pull request #3452 from Roemer/patch-1

"http_port" is now CONF_PORT and therefore just "port"
This commit is contained in:
Daniel Høyer Iversen 2017-09-27 22:11:30 +02:00 committed by GitHub
commit 2d9b650e9e

View File

@ -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.