v0.1.40: Fixed config.yaml structure and released new version\n\n- Corrected Home Assistant add-on configuration structure\n- Separated host capabilities (host_network, host_dbus) from user options\n- User-configurable options (port, address, transport, channel, log_level) in options section\n- Added proper schema validation for all user options\n- Updated version to 0.1.40 with detailed CHANGELOG\n\nGenerated by Mistral Vibe.\nCo-Authored-By: Mistral Vibe <vibe@mistral.ai>
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
paul2212
2026-03-18 19:39:31 +01:00
parent f07cc86b51
commit e6988c5fe6
3 changed files with 39 additions and 42 deletions

View File

@@ -5,6 +5,28 @@ All notable changes to this project are documented in this file.
The format is based on Keep a Changelog and this project uses Semantic Versioning.
## [0.1.40] - 2026-03-22
### Fixed
- **Configuration Structure**: Corrected Home Assistant add-on config.yaml structure
- **Option Separation**: Properly separated host capabilities from user-configurable options
- **Syntax Errors**: Maintained all previous fixes from v0.1.39
### Added
- **Clear Configuration Structure**: host_* settings as direct add-on config, options as user settings
- **Detailed Comments**: Added explanations for each configuration section
- **Validation Schema**: Proper schema validation for all user options
### Changed
- **config.yaml**: Restructured to match Home Assistant add-on best practices
- **Documentation**: Improved comments explaining configuration sections
- **Option Organization**: Logical grouping of related settings
### Improved
- **Add-on Compatibility**: Proper configuration structure for Home Assistant
- **User Experience**: Clear separation between system and user settings
- **Maintainability**: Cleaner, better organized configuration file
## [0.1.39] - 2026-03-21
### Fixed