Releases: jhampson-dbre/home_assistant
Releases · jhampson-dbre/home_assistant
Release 1.4.2
Release 1.4.1
1.4.1 (2024-07-29)
Release 1.4.0
Release 1.3.0
Release 1.2.0
Release 1.1.1
Release 1.1.0
1.1.0 (2022-06-27)
Features
- preinstall_config: Add
preinstall_config_leave_my_keys_alone
to allow for user's to completely mange SSH keys (4d57f46) - preinstall_config: Add ability to specify custom SSH key file name (11627bb)
- preinstall_config: Use existing SSH key for ansible when one already exists on controller (#41) (e019926)
Release 1.0.1
Release 1.0.0
1.0.0 (2022-02-12)
⚠ BREAKING CHANGES
- supervised_install: The Home Assistant Supervised install.sh convenience script is deprecated.
As a replacement, the install is now performed by installing the homeassistant-supervised.deb package.
Overriding the default values for many of the configurations is not currently possible with the .deb package install, so the role variables related to these configurations have been removed. Any non-default values provided to this role specified in playbooks or inventory will not be used since these variables have been removed from the role. - all roles: Support for Debian 10 has been deprecated by Home Assistant team, so it is no longer supported by this collection. Debian 11 is the only officially supported operating system for Home Assistant Supervised, so it is the only operating system officially supported by this collection as well.
Features
- all roles: Support Debian 11 (#31) (3268a75), closes #21
- cd: Improve CI/CD workflows (3b75a37)
- fail2ban: Support additional reverse proxy add-ons for fail2ban (591e3e3), closes #34
- supervised_install: Switch to deb installer (#29) (70526ef), closes #27
Bug Fixes
- fail2ban: Fix ansible-lint no-changed-when rule violation (86d8842)
- fail2ban: Initialize fail2ban.log so home assistant config check won't fail due to missing file (#30) (ef9d4c1), closes #19
- harden_os: fix syntax error in creating auto-upgrades stub (1b0f168)
- supervised_install: Don't install docker compose by default (292931c), closes #32
Documentation
- Add link to repo I use to setup my Home Assistant (35559c5)