Releases: Diondk/ha_no_service
Releases · Diondk/ha_no_service
v1.1.6 - UI Configuration & YAML Migration
What's Changed
Documentation
- Updated README to reflect UI-based configuration workflow
- Added instructions for changing configuration via the UI
- Documented legacy YAML configuration migration
Features
- UI configuration via Home Assistant Devices & Services
- Automatic YAML configuration import on restart
- Reconfigure support to change API URL without removing integration
Configuration
All configuration is now done through the UI:
- Go to Settings → Devices & Services
- Click + Add Integration
- Search for HA No Service
- Enter your API URL
- Click Submit
Note: Existing YAML configurations will be automatically migrated to the UI when Home Assistant restarts.
v1.1.5
v1.1.4
v1.1.3
Bug Fixes
- Removed 'filename' field from hacs.json to use GitHub's auto-generated source code zip
- Added explicit 'domains' field to hacs.json for proper HACS domain detection
- This should resolve the 'custom_components/None/manifest.json' HACS installation error
What Changed
- Updated hacs.json to rely on auto-generated GitHub release assets
- Explicit domain declaration: 'domains: ["ha_no_service"]'
- Bumped version to 1.1.3
Installation via HACS
For clean installation:
- Remove the integration from HACS if previously installed
- Optionally restart Home Assistant
- Add the repository again and install v1.1.3
- Restart Home Assistant
v1.0.0 - Initial Release
HA No Service v1.0.0
Initial release of the HA No Service integration for Home Assistant.
Features
- 🎲 Random rejection reasons from the no-as-a-service API
- 🔄 Auto-update sensor (refreshes every hour)
- 🎯 Manual refresh service call
- 📊 Full Home Assistant sensor integration with attributes
Installation
Install via HACS or manually by copying the custom_components/ha_no_service folder to your Home Assistant installation.
See the README for full installation and usage instructions.