From 7d5f2181583cb646dbbb006a83c3aa95583cbdad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 00:37:18 +0000 Subject: [PATCH] chore(main): release 6.3.1 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a605e81f..5d27632a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [6.3.1](https://github.com/joshuar/go-hass-agent/compare/v6.3.0...v6.3.1) (2024-01-22) + + +### Bug Fixes + +* **linux:** :sparkles: ensure sensors have appropriate icon, device class and state class ([1756f2c](https://github.com/joshuar/go-hass-agent/commit/1756f2c2601578f5a9524e5c68aab392dcd231d6)) +* **linux:** :sparkles: support new sensor types exposed via hwmon ([eadacba](https://github.com/joshuar/go-hass-agent/commit/eadacba7ac4e8c69153a0292732e844b267a36e0)) +* **linux/hwmon:** :sparkles: expose alarm and intrusion as separate sensors ([5e19a48](https://github.com/joshuar/go-hass-agent/commit/5e19a48ed7312c644446291f5fbb52edc667cbf4)) + ## [6.3.0](https://github.com/joshuar/go-hass-agent/compare/v6.2.0...v6.3.0) (2024-01-21)