mirror of
https://github.com/bahmcloud/easy_proxmox.git
synced 2026-04-06 19:01:14 +00:00
Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f7785b4db9 | |||
| 912b30f6ff | |||
| e27136a4f2 | |||
| 5fbdc43ea3 | |||
| 2e59fd45f8 | |||
| ab11831c9c | |||
| 8161c3edc0 | |||
| f7af59062f | |||
| 264dea41c5 | |||
| aeef0d7bf2 | |||
| 493ab764c3 | |||
| 3e8167c258 | |||
| dc5bea9584 | |||
| 11b5b340b5 | |||
| ef6d118abf | |||
| 8d77996ede |
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.6.1
|
||||||
|
- Fix correct autor in hacs
|
||||||
|
|
||||||
|
## 0.6.0
|
||||||
|
- Added object structure für using as repositorie in hacs
|
||||||
|
|
||||||
## 0.6.0-alpha
|
## 0.6.0-alpha
|
||||||
- Extended Node monitoring with additional sensors:
|
- Extended Node monitoring with additional sensors:
|
||||||
- RAM Total (MB) and RAM Free (MB)
|
- RAM Total (MB) and RAM Free (MB)
|
||||||
@@ -85,3 +91,4 @@
|
|||||||
- API token authentication
|
- API token authentication
|
||||||
- Basic connectivity test via Config Flow
|
- Basic connectivity test via Config Flow
|
||||||
- First experimental entities
|
- First experimental entities
|
||||||
|
|
||||||
|
|||||||
BIN
custom_components/proxmox_pve/icon.png
Normal file
BIN
custom_components/proxmox_pve/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 110 KiB |
BIN
custom_components/proxmox_pve/logo.png
Normal file
BIN
custom_components/proxmox_pve/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 154 KiB |
@@ -4,8 +4,9 @@
|
|||||||
"version": "0.6.0-alpha",
|
"version": "0.6.0-alpha",
|
||||||
"documentation": "https://example.invalid",
|
"documentation": "https://example.invalid",
|
||||||
"requirements": ["aiohttp>=3.9.0"],
|
"requirements": ["aiohttp>=3.9.0"],
|
||||||
"codeowners": ["@BAHMCLOUD", "@ReneBachmann"],
|
"codeowners": ["@BAHMCLOUD"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"integration_type": "service"
|
"integration_type": "service"
|
||||||
}
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user