2 Commits
hacs ... v0.6.1

Author SHA1 Message Date
f7785b4db9 Remove one codeowner from manifest.json 2026-01-13 16:44:57 +01:00
912b30f6ff Update CHANGELOG.md 2026-01-13 16:44:21 +01:00
2 changed files with 9 additions and 1 deletions

View File

@@ -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

View File

@@ -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"
} }