mirror of
https://github.com/bahmcloud/easy_proxmox.git
synced 2026-04-06 10:51:14 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f7785b4db9 | |||
| 912b30f6ff |
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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