5 Commits
0.7.0 ... main

Author SHA1 Message Date
d9d59fc851 README.md aktualisiert 2026-01-14 16:39:27 +00:00
850c0118eb custom_components/proxmox_pve/manifest.json aktualisiert 2026-01-14 16:38:33 +00:00
354525d0e2 README.md aktualisiert 2026-01-14 16:37:38 +00:00
c082f338e5 hacs.json aktualisiert 2026-01-14 16:36:29 +00:00
80267c4256 hacs.json aktualisiert 2026-01-14 16:04:52 +00:00
3 changed files with 22 additions and 17 deletions

View File

@@ -3,7 +3,9 @@
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/bahmcloud/easy_proxmox?sort=semver)
![HACS Integration](https://img.shields.io/badge/HACS%20Integration-blue)
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
[![Add to HACS](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=bahmcloud&repository=easy_proxmox)
[![Add to HACS](https://my.home-assistant.io/badges/hacs_repository.svg)](
https://my.home-assistant.io/redirect/hacs_repository/?repository_url=https://git.bahmcloud.de/bahmcloud/easy_proxmox
)
<img width="1230" height="300" alt="logo" src="https://github.com/user-attachments/assets/7649cc04-bdcd-449e-bf83-c4f980f3de74" />
@@ -57,7 +59,7 @@ To install Easy Proxmox through HACS:
4. Add the following repository:
- Repository URL:
```
https://github.com/bahmcloud/easy_proxmox
https://git.bahmcloud.de/bahmcloud/easy_proxmox
```
- Category: **Integration**
- Version: **Tags (recommended)**
@@ -342,5 +344,5 @@ Want to contribute? Feel free to submit PRs!
See [CHANGELOG.md](CHANGELOG.md) for full version history.
Releases: https://github.com/bahmcloud/easy_proxmox/releases
Releases: https://git.bahmcloud.de/bahmcloud/easy_proxmox/releases

View File

@@ -1,8 +1,8 @@
{
"domain": "proxmox_pve",
"name": "Easy Proxmox (by René Bachmann)",
"version": "0.6.0-alpha",
"documentation": "https://example.invalid",
"name": "Easy Proxmox",
"version": "0.7.0",
"documentation": "https://git.bahmcloud.de/bahmcloud/easy_proxmox",
"requirements": ["aiohttp>=3.9.0"],
"codeowners": ["@BAHMCLOUD"],
"config_flow": true,

View File

@@ -1,3 +1,6 @@
{
"name": "Proxmox VE Integration"
"name": "Easy Proxmox",
"content_in_root": true,
"domains": ["proxmox_pve"],
"documentation": "https://git.bahmcloud.de/bahmcloud/easy_proxmox"
}