diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bffd922..35112492 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.8.0](https://github.com/aronnebrivio/homeassistant-config/compare/v2.7.0...v2.8.0) (2023-08-06) + + +### Features + +* add and enable Generate Readme component ([e352a83](https://github.com/aronnebrivio/homeassistant-config/commit/e352a837c2a4284f16c353e1f746578749c84f8a)) +* add autogenerated readme and ui-lovelace.yaml ([da2f922](https://github.com/aronnebrivio/homeassistant-config/commit/da2f9229de49c14b38a395034721ec12fc6c7003)) +* remove old lovelace YAML configuration ([7c6df54](https://github.com/aronnebrivio/homeassistant-config/commit/7c6df54f7b70e3943ee675da8d6c426583f2ae9d)) +* update Generate Readme template ([df6c6cb](https://github.com/aronnebrivio/homeassistant-config/commit/df6c6cbc53534f165cff62ca67da5e9814b3a7c6)) + + +### Bug Fixes + +* exclude ui-lovelace.yaml from linting since it's autogenerated ([0f15d32](https://github.com/aronnebrivio/homeassistant-config/commit/0f15d32e38e9ba5b73491cac25397bfddf63eafa)) +* resolve YAMLLint warning ([f25d53a](https://github.com/aronnebrivio/homeassistant-config/commit/f25d53ae1c2dbccbcefa6483f07b6fabecd632ea)) + ## [2.7.0](https://github.com/aronnebrivio/homeassistant-config/compare/v2.6.1...v2.7.0) (2023-08-06)