From 7d03ac02dd9159929017ced967c2a26294117706 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 4 Feb 2022 09:21:07 -0800 Subject: [PATCH] Add breaking change about CLI args (#21481) Co-authored-by: Martin Hjelmare --- source/_posts/2022-02-02-release-20222.markdown | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/source/_posts/2022-02-02-release-20222.markdown b/source/_posts/2022-02-02-release-20222.markdown index 9e3e8eb2c24..8c2af2da2df 100644 --- a/source/_posts/2022-02-02-release-20222.markdown +++ b/source/_posts/2022-02-02-release-20222.markdown @@ -683,6 +683,19 @@ You might need to adapt your automations or scripts to take this new `unknown` s {% enddetails %} +{% details "Command-line arguments and OS check" %} + +Home Assistant no longer supports managing a PID file or creation of a daemon process. Users who use a customized core or container installation may need to update their startup scripts. + +The `--runner` option is no longer supported by the hass command. Requesting a restart from the UI will now always exit with exit code `100`. You will need to update your startup scripts to handle the restart, like our [Systemd service example](https://community.home-assistant.io/t/autostart-using-systemd/199497). + +Home Assistant will exit immediately if not started from a supported operating system according to ADR-0016: Linux (including WSL) or OSX. A new command line parameter `--ignore-os-check` has been added to allow overriding this check. + +([@emontnemery] - [#64345]) [#64347]) [#64352]) + +{% enddetails %} + + {% details "Advantage Air" %} The `advantage_air.set_myzone` service has been deprecated and will be removed @@ -6162,6 +6175,9 @@ The following integrations are no longer available as of this release: [#65422]: https://github.com/home-assistant/core/pull/65422 [#65429]: https://github.com/home-assistant/core/pull/65429 [#65432]: https://github.com/home-assistant/core/pull/65432 +[#64352]: https://github.com/home-assistant/core/pull/64352 +[#64347]: https://github.com/home-assistant/core/pull/64347 +[#64345]: https://github.com/home-assistant/core/pull/64345 [@ANMalko]: https://github.com/ANMalko [@Adminiuga]: https://github.com/Adminiuga [@Aeroid]: https://github.com/Aeroid