Releases: arkane-systems/notify_mqtt
Releases · arkane-systems/notify_mqtt
Release list
1.1.0
What's new
- Bundled brand assets (icon/logo, light and dark variants) via Home Assistant's self-hosted brand-image support — no more relying on the central
home-assistant/brandsrepository. - Logo embedded in the README heading.
- A pytest test suite covering the config/options flow, payload serialization, and the
notify_mqtt.publishservice lifecycle across multiple config entries, run in CI on every push/PR. - Fixed
manifest.json: added the HACS-requiredissue_trackerkey, and correctedcodeowners/documentation, which still pointed at the oldcerebrate/notify_mqttupstream. - Aligned the HACS store display name with the integration's name in the Home Assistant UI.
Full changelog
1.0.0 - updated for modern HA
What's Changed
- Fix options flow duplicate validation, unique_id sync, wildcard docs, unused imports, and missing logging by @Copilot in #3
- Modernize integration to HA 2024/2025 standards by @cerebrate in #2
New Contributors
- @Copilot made their first contribution in #3
- @cerebrate made their first contribution in #2
Full Changelog: 0.1.1...1.0.0
0.1.1 - fixed for current HA version (2021.12)
API update.