4 Commits
0.7.1 ... 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
3 changed files with 18 additions and 16 deletions

View File

@@ -3,7 +3,9 @@
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/bahmcloud/easy_proxmox?sort=semver) ![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) ![HACS Integration](https://img.shields.io/badge/HACS%20Integration-blue)
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg) ![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" /> <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: 4. Add the following repository:
- Repository URL: - Repository URL:
``` ```
https://github.com/bahmcloud/easy_proxmox https://git.bahmcloud.de/bahmcloud/easy_proxmox
``` ```
- Category: **Integration** - Category: **Integration**
- Version: **Tags (recommended)** - Version: **Tags (recommended)**
@@ -342,5 +344,5 @@ Want to contribute? Feel free to submit PRs!
See [CHANGELOG.md](CHANGELOG.md) for full version history. 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", "domain": "proxmox_pve",
"name": "Easy Proxmox (by René Bachmann)", "name": "Easy Proxmox",
"version": "0.6.0-alpha", "version": "0.7.0",
"documentation": "https://example.invalid", "documentation": "https://git.bahmcloud.de/bahmcloud/easy_proxmox",
"requirements": ["aiohttp>=3.9.0"], "requirements": ["aiohttp>=3.9.0"],
"codeowners": ["@BAHMCLOUD"], "codeowners": ["@BAHMCLOUD"],
"config_flow": true, "config_flow": true,

View File

@@ -2,5 +2,5 @@
"name": "Easy Proxmox", "name": "Easy Proxmox",
"content_in_root": true, "content_in_root": true,
"domains": ["proxmox_pve"], "domains": ["proxmox_pve"],
"homeassistant": "2024.12.0" "documentation": "https://git.bahmcloud.de/bahmcloud/easy_proxmox"
} }