Releases: hiroaki0923/aiseg2-bridge
Release v0.4.0
Home Assistant Custom Component
This release is available as a Home Assistant Custom Component:
Installation via HACS (Custom Repository)
- Add this repository to HACS as a custom repository:
https://github.com/hiroaki0923/aiseg2-bridge - Category: Integration
- Install "AiSEG2 Bridge" integration
- Restart Home Assistant
- Add the integration via Settings → Devices & Services
Manual Installation
- Download the latest release
- Extract
custom_components/aiseg2_bridgeto your Home Assistantcustom_componentsdirectory - Restart Home Assistant
- Add the integration via Settings → Devices & Services
HACS Validation Status
- ✅ Repository metadata, topics, and manifest validation passed
- ℹ️ Brands validation skipped (expected for custom integrations)
- 📋 This integration is ready for use as a custom component
Changes
- Fix SSL blocking operation using asyncio.to_thread
- Fix device identifier consistency and SSL blocking operation
- Add explicit entity_id for all sensors
- Update manifest.json version to 0.4.0
Documentation
See the README for installation and usage instructions.
Release v0.3.4
Home Assistant Custom Component
This release is available as a Home Assistant Custom Component:
Installation via HACS (Custom Repository)
- Add this repository to HACS as a custom repository:
https://github.com/hiroaki0923/aiseg2-bridge - Category: Integration
- Install "AiSEG2 Bridge" integration
- Restart Home Assistant
- Add the integration via Settings → Devices & Services
Manual Installation
- Download the latest release
- Extract
custom_components/aiseg2_bridgeto your Home Assistantcustom_componentsdirectory - Restart Home Assistant
- Add the integration via Settings → Devices & Services
HACS Validation Status
- ✅ Repository metadata, topics, and manifest validation passed
- ℹ️ Brands validation skipped (expected for custom integrations)
- 📋 This integration is ready for use as a custom component
Changes
- Fix blocking SSL operation and add integration icon
- Update manifest.json version to 0.3.4
Documentation
See the README for installation and usage instructions.
Release v0.3.3
Home Assistant Custom Component
This release is available as a Home Assistant Custom Component:
Installation via HACS (Custom Repository)
- Add this repository to HACS as a custom repository:
https://github.com/hiroaki0923/aiseg2-bridge - Category: Integration
- Install "AiSEG2 Bridge" integration
- Restart Home Assistant
- Add the integration via Settings → Devices & Services
Manual Installation
- Download the latest release
- Extract
custom_components/aiseg2_bridgeto your Home Assistantcustom_componentsdirectory - Restart Home Assistant
- Add the integration via Settings → Devices & Services
HACS Validation Status
- ✅ Repository metadata, topics, and manifest validation passed
- ℹ️ Brands validation skipped (expected for custom integrations)
- 📋 This integration is ready for use as a custom component
Changes
- Allow releases even when HACS brands validation fails
- Add home-lightning-bolt integration icon
- Update manifest.json version to 0.3.3
Documentation
See the README for installation and usage instructions.
Release v0.2.1
Docker Images
This release is available as a Docker image:
docker pull hiroaki0923/aiseg2mqtt:v0.2.1Supported architectures:
- linux/amd64 (x86_64)
- linux/arm64 (aarch64)
Changes
- Re-enable Docker Hub description update
- Remove retain flag from MQTT state messages
Installation
See the README for installation and usage instructions.
Release v0.2.0
Docker Images
This release is available as a Docker image:
docker pull hiroaki0923/aiseg2mqtt:v0.2.0Supported architectures:
- linux/amd64 (x86_64)
- linux/arm64 (aarch64)
Changes
- Refactor and add disclaimer to README
Installation
See the README for installation and usage instructions.
Release v0.1.2
Docker Images
This release is available as a Docker image:
docker pull hiroaki0923/aiseg2mqtt:v0.1.2Supported architectures:
- linux/amd64 (x86_64)
- linux/arm64 (aarch64)
Changes
- Disable Docker Hub description update to prevent workflow failures
- Add Home Assistant Energy Dashboard support
Installation
See the README for installation and usage instructions.
Release v0.1.1
Docker Images
This release is available as a Docker image:
docker pull hiroaki0923/aiseg2mqtt:v0.1.1Supported architectures:
- linux/amd64 (x86_64)
- linux/arm64 (aarch64)
Changes
- Fix Docker Hub description update in workflow
Installation
See the README for installation and usage instructions.