Skip to content

Releases: Diondk/ha_no_service

v1.1.6 - UI Configuration & YAML Migration

05 Jan 17:25

Choose a tag to compare

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:

  1. Go to Settings → Devices & Services
  2. Click + Add Integration
  3. Search for HA No Service
  4. Enter your API URL
  5. Click Submit

Note: Existing YAML configurations will be automatically migrated to the UI when Home Assistant restarts.

v1.1.5

05 Jan 08:52

Choose a tag to compare

Bug Fixes

  • Fixed HACS installation 'None' domain detection issue
  • Simplified hacs.json configuration for better HACS compatibility

This release resolves the 'custom_components/None/manifest.json' error when installing via HACS.

v1.1.4

05 Jan 08:38

Choose a tag to compare

Bug Fixes

  • Fixed HACS installation to properly include integration content

This release ensures HACS can correctly install and detect the ha_no_service integration.

v1.1.3

05 Jan 08:31

Choose a tag to compare

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:

  1. Remove the integration from HACS if previously installed
  2. Optionally restart Home Assistant
  3. Add the repository again and install v1.1.3
  4. Restart Home Assistant

v1.0.0 - Initial Release

04 Jan 06:44

Choose a tag to compare

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.