Skip to content

Commit

Permalink
Update documentation images
Browse files Browse the repository at this point in the history
  • Loading branch information
dougiteixeira authored Nov 12, 2023
1 parent 1f8f25a commit 15ca5ab
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Proxmox VE Custom Integration Home Assistant
![image](https://github.com/dougiteixeira/proxmoxve/assets/31328123/dfec7426-852d-41ea-b6c1-9bfd8cd1e8a8)


[Proxmox VE](https://www.proxmox.com/en/) is an open-source server virtualization environment. This integration allows you to poll various data and controls from your instance.
Expand All @@ -9,7 +10,7 @@ After configuring this integration, the following information is available:
- Sensor entities of the selected node and virtual machines/containers. Some sensors are created disabled by default, you can enable them by accessing the entity's configuration.
- Entities button to control selected virtual machines/containers (see about Proxmox user permissions below). By default, the entities buttons to control virtual machines/containers are created disabled, [see how to enable them here](https://github.com/dougiteixeira/proxmoxve/#some-entities-are-disabled-by-default-including-control-buttons-see-below-how-to-enable-them).

![image](https://user-images.githubusercontent.com/31328123/189549962-1b195b2c-a5b8-40eb-947e-74052543d804.png)
> ⚠️ **Important:** See the section on Proxmox user permissions [here](https://github.com/dougiteixeira/proxmoxve#proxmox-permissions).
## Install

Expand Down Expand Up @@ -57,6 +58,16 @@ logger:
custom_components.proxmoxve: debug
```
## Example screenshot:
* Node
![image](https://github.com/dougiteixeira/proxmoxve/assets/31328123/e371b34e-0449-499f-878b-b5baacee8a5e)
* VM (QEMU)
![image](https://github.com/dougiteixeira/proxmoxve/assets/31328123/8213b877-8b23-4c4a-917b-04f27bb3a886)
* Storage
![image](https://github.com/dougiteixeira/proxmoxve/assets/31328123/fb290802-95d7-4dcc-8538-d31636a2f6f8)
## Proxmox Permissions
To be able to obtain each type of integration information, the user used to connect must have the corresponding privilege.
Expand Down

0 comments on commit 15ca5ab

Please sign in to comment.