Update proxmoxve.markdown (#11457)

* Update proxmoxve.markdown

that are the two things I stumbled on when trying out this new integration. Didn't expect it to spew loads of ssl errors in the logfile, and when that was fixed I went looking for a sensor called proxmox which wasn't there.

* Minor changes
This commit is contained in:
Fredrik 2019-12-15 08:00:03 +01:00 committed by Fabian Affolter
parent 4567163c1f
commit 206d600640

View File

@ -45,7 +45,7 @@ port:
default: 8006 default: 8006
type: integer type: integer
verify_ssl: verify_ssl:
description: Whether to do strict validation on SSL certificates. description: Whether to do strict validation on SSL certificates. If you use a self signed SSL certificate you need to set this to false.
required: false required: false
default: true default: true
type: boolean type: boolean
@ -97,4 +97,6 @@ proxmoxve:
## Binary Sensor ## Binary Sensor
The integration will automatically create a binary sensor for each tracked VM or container, the binary sensor will either be on if the VM's state is running or off if the VM's state is different. The integration will automatically create a binary sensor for each tracked virtual machone or container. The binary sensor will either be on if the VM's state is running or off if the VM's state is different.
The created sensor will be called `binary_sensor.NODE_NAME_VMNAME_running`.