Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

Releases: home-assistant/hassbian-scripts

v0.13 It's all the same, just completely different

16 May 10:29
591757f
Compare
Choose a tag to compare

0.13

With this release we have some major changes.

  • Migration script for migrating your Home Assistant venv to Python 3.7 if running on Raspbian Stretch.
  • The hassbian-config tool and hassbian-scripts package has been overhauled an rewritten from scratch to simplify handling of suites, differing hardware and distros.
    This was a huge job done by @ludeeus #268 and to qoute him "It's all the same (mostly), just completely different."

When updating Home Assistant a check for your Python Version will be run and if it's running a version <3.7 an upgrade and build from source will be done to convert your venv to Python 3.7. This is for the upcoming change of Home Assistant deprecating support for any Python version older than the two latest.

With this release we also have a new image based on Debian Buster instead of Debain Stretch(Raspbian is based on Debian Stretch).
This image will continue to follow Raspbian is our intention but with the deprecation of Python support this was the best option in our opinion.

Hope you enjoy the release!

Know problems

Currently the Pi-hole suite isn't able to install on Debian Buster since the upstream script it relies on does not support Debian Buster.

What's Changed

v0.12 It's about time

17 Mar 18:12
34d16d0
Compare
Choose a tag to compare

Some minor changes in preparation for changes upcoming relating to Python 3.7

What's Changed

0.11.1

14 Nov 16:26
0134c1d
Compare
Choose a tag to compare

What's Changed

0.11.0 Autum Bump

06 Nov 09:13
d8bdf6f
Compare
Choose a tag to compare

What's Changed

0.10.0 Autumn updates

27 Oct 19:46
9fd5dc2
Compare
Choose a tag to compare

What's Changed

v0.9.1 Summer bump

22 Jun 11:34
Compare
Choose a tag to compare

A small version bump to add a few bugfixes and minor improvements.

0.9.1
#166 homeassistant: Version check for beta @ludeeus
#165 homeassistant: fixes after changes on pypi. @ludeeus

0.9.0

27 Mar 09:10
125fa44
Compare
Choose a tag to compare

Upgrade hassbian-config to this version by running:

$ sudo hassbian-config upgrade hassbian-script

Preliminary release notes for 0.9.0
#160 homeassistant: Restart after upgrade. @ludeeus
#159 Razberry: Fix for not correctly setting value in /boot/config.txt @ludeeus
#157 Appdaemon: Use newest python version when installing. @ludeeus
#156 hassbian-scrtips: Added daemon-reload. @ludeeus
#155 Add check support for Pi Zero WH @cxlwill
#153 hassbian-config: Added checks for RPiZero on suites that won't run. @ludeeus
#152 hassbian-config: Minor change to show-installed. @ludeeus
#151 hassbian-scripts: Added --beta to upgrade to prerelease. @ludeeus
#150 homeassistant: Added the option to upgrade to a specific version. @ludeeus
#148 Combine upgrade scripts (*-dev) @ludeeus
#145 New install/upgrade scripts for Cloud9. @ludeeus

v.0.8.1 Corrections for AppDaemon

27 Mar 09:08
125fa44
Compare
Choose a tag to compare

Upgrade hassbian-config to this version by running:

$ sudo hassbian-config upgrade hassbian-script

Changelog: 0.8.1

#143 AppDaemon: Changes to make it work with the new version. @ludeeus
#140 Change Appdaemon's default conf @cxlwill

v.0.8.0 Late Pie

16 Mar 17:43
Compare
Choose a tag to compare

Upgrade hassbian-config to this version by running:

$ sudo hassbian-config upgrade hassbian-script

Changelog: 0.8.0

#139 Upgrade hassbian-config-on-first-boot. @ludeeus
#138 hassbian-config: New run-suite function @ludeeus
#137 hassbian-config: Added more bash completion entries. @ludeeus
#135 Minor typo and clarification. @Landrash
#133 Fix misspellings. @Cabalist
#132 Hassbian-config: Added debug option. @ludeeus
#131 New upgrade script for Python. @ludeeus
#130 Webterminal: Added SSL support with existing LE certificates. @ludeeus
#129 Hassbian-config: share-log errorhandling @ludeeus
#128 Hassbian-config: Show function rewrite. @ludeeus
#125 hassbian-config: Usage cleanup, added new help and command options. @ludeeus
#123 Fixed typo in validations @ludeeus
#121 Script validations. @ludeeus
#117 Improve text prompts @Antoni-K
#116 PostgreSQL: Added client installation. @ludeeus
#115 AppDaemon: Updated documentation. @ludeeus
#113 Hassbian-config: Add log to upgrade function. @ludeeus
#112 Preparations for Stickler CI @ludeeus
#109 Moved user input to the top of the scripts. @ludeeus
#107 Aliases for common functions. @Landrash
#106 Fix wrong Discord channel in scripts @Landrash
#103 DuckDNS: Add support for typing the full domain. @ludeeus
#102 Initial addition of templates for issue/pr. @ludeeus
#101 Rename HASSbian to Hassbian. @ludeeus
#100 Homeassistant: Moved versioncheck to PyPI. @ludeeus
#99 Hassbian: Fixes install problem at Hassbian boot. @ludeeus
#94 hassbian-config: Better handling of missing upgrade scripts. @ludeeus
#93 hassbian-config: Fixes tab-autocomplete. @ludeeus

v0.7.0 Spring Cleaning

06 Feb 17:49
Compare
Choose a tag to compare

Spring Cleaning

Further enhancement of Hassbian-config

Upgrade hassbian-config to this version by running:

$ sudo hassbian-config upgrade hassbian-script

Changelog: 0.7.0

#90 Combine install/upgrade scripts, and new arguments. @ludeeus
#89 Mosquitto: Workaround for stretch no longer needed. @ludeeus
#88 Documentation @ludeeus
#87 LibCEC: Always use newest installed Python version. @ludeeus
#86 Added upgrade script for AppDaemon. @ludeeus
#85 Cleaner look of "usage" function. @ludeeus
#84 Added option to print installed version (-V). @ludeeus
#83 AppDaemon: Added option to expose config to samba. @ludeeus
#82 Added line about appdaemon config folder to installer @jabelone
#81 DuckDNS: Added option to generate SSL certificate. @ludeeus
#79 Added install script for Homebridge. @ludeeus
#78 Added log functionality and easy hastebin sharing. @ludeeus
#77 Mosquitto: Update dependencies in use by the workaround. @ludeeus
#71 Update upgrade_home-assistant.sh @riemers
#70 Home Assistant Dev install script @Landrash
#68 Added "show installed" command to hassbian-config. @ludeeus
#67 Update upgrade_hassbian.sh @olskar
#64 Remove cython from base package since it's installed as a pip package @Landrash
#61 Changed method used by hassbian-scripts install-script. @ludeeus
#60 Initial "tab autocomplete" @ludeeus