Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from home-assistant:master #41

Open
wants to merge 491 commits into
base: master
Choose a base branch
from

Conversation

pull[bot]
Copy link

@pull pull bot commented Sep 9, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@google-cla
Copy link

google-cla bot commented Sep 9, 2022

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@pull pull bot added the ⤵️ pull label Sep 9, 2022
eifinger and others added 28 commits November 9, 2023 08:57
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* ssh: Add-on configs, Alpine 3.18

* Copy pasta is hard...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* MOSQUITTO_VERSION update to v2.0.18

update mosquitto to the latest available version from the official github repository.

* version and changelog updated.
* samba: Add documentation for addon_configs

* Update samba/DOCS.md

Co-authored-by: Stefan Agner <stefan@agner.ch>

---------

Co-authored-by: Stefan Agner <stefan@agner.ch>
* Add support for addon_configs to zwave_js

* tweaks

* missed commit

* more

* Remove custom_device_configs

* Add configuration for max files

* Make options optional

* Update docs

* update docs

* Switch to minor bump
Co-authored-by: Stefan Agner <stefan@agner.ch>
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
…ger supported (#3273)

Co-authored-by: Stefan Agner <stefan@agner.ch>
* Add DuckDNS

* Update DOCS.md

* Update config.yaml

* Update Dockerfile

* Update letsencrypt/build.yaml

* Update letsencrypt/config.yaml

Co-authored-by: Stefan Agner <stefan@agner.ch>

---------

Co-authored-by: Stefan Agner <stefan@agner.ch>
* letsencrypt: Add support for Namecheap DNS challenge

* letsencrypt: Namecheap challenge consistency with other providers

Co-authored-by: Mike Degatano <michael.degatano@gmail.com>

* Apply suggestions from code review

* Apply suggestions from code review

---------

Co-authored-by: Mike Degatano <michael.degatano@gmail.com>
Co-authored-by: Stefan Agner <stefan@agner.ch>
* Update build.yaml

* Update config.yaml

* Update CHANGELOG.md
* matter_server: Bump Python Matter server to 5.0.3

* Attach debugger by default when in beta mode

* Exit gdb with matter-server's exit code

* Update CHANGELOG.md
puddly and others added 30 commits November 15, 2024 17:33
… versions (#3808)

Co-authored-by: Stefan Agner <stefan@agner.ch>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
* Run agent-discovery after agent-config

* Bump release to 2.12.1

* update version in config.yaml

* update changelog message
* Bump firmware images to latest version

* Bump `UNIVERSAL_SILABS_FLASHER`

* Update release notes

* Bump flasher to 0.0.25
* Add support for Loopia DNS challenge

* Bump letsencrypt to 5.3.0 instead of 5.2.4

* Update DOCS.md for Loopia DNS challenge

* Update DOCS.md for Loopia DNS challenge

Adhere to coderabbits suggestion

* Use patch version to add new DNS support

---------

Co-authored-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Felix Matouschek <felix@matouschek.org>
Update to the latest Python Matter server. This release comes with a
container based on Debian 12 and Python 3.12. It will be compatible with
future Matter Server beta releases.
* add support for mijn.host DNS challenge

* Update letsencrypt/config.yaml

Co-authored-by: Stefan Agner <stefan@agner.ch>

* version change

* Update letsencrypt/CHANGELOG.md

* Bump version in config.yaml

---------

Co-authored-by: Stefan Agner <stefan@agner.ch>
Support flashing the internal radio on Home Assistant Yellow with CM5.
Support flashing the internal radio on Home Assistant Yellow with CM5.
* Update wyoming-whisper to 2.3.0

* update docs
* letsencrypt Addon: Fix issue 3606. Add transip global_key parameter

* Add documentation

* Code review comments

* Update CHANGELOG.md
* Added transip_global_key to config.yaml

* Change str? to list(yes|no)?, update version, update changelog
* Lint bash scripts with custom shebangs

Many scripts in this repository have this shebang:

    #!/usr/bin/with-contenv bashio

However, this doesn't match the shebang regex in action-shellcheck
and therefore those files wouldn't get included in the linting check.

* Fix or ignore current shellcheck violations

* shellcheck: specify bash shell type for scripts with unrecognized shebangs

* Convert shutdown script from CRLF line endings to LF

* shellcheck: silence remaining violations for now

* Apply suggestions from code review

* mariadb: avoid adding extra newlines

Co-authored-by: Stefan Agner <stefan@agner.ch>

* Fix GitHub syntax highlighting for bash scripts

---------

Co-authored-by: Stefan Agner <stefan@agner.ch>
Update documentation to add some more specific reasons why networked
Thread radio is not a good idea.

For the connectivity issue, technically OTBR could teardown the routes
gracefully, but that is not implemented today. A issue in the upstream
project can be found here:
openthread/openthread#11063
* tellstick: Add deprecation notice to README.md

* Update tellstick/README.md

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Update to the latest Python Matter server. This release comes with Matter 1.4 support.

Furthermore also update s6-overlay, bashio and tempio which other add-ons typically inherit from the Home Assistant specific base containers.
* Add support for mariadb server config parameters

* debug

* fix url, bump version

* Mention changes

* Fix startup, add another example option

* Fix doc

* fixes

* Doc adjustment

* Fix changelog

* Empty commit for coderabbit

* Use parameters as in matter server addon

* Fix startup message

* Fix startup logic
* openthread_border_router: add project specific OpenThread config

Add a project specific OpenThread compile time configuration header
file for the OTBR add-on. This allows to configure OpenThread compile
time configs which are not exposed through the CMake build system.
This allows to drop the default route metric patch file and use the
config header file instead.

* openthread_border_router: Increase number of frag entries

Increase the number of mesh header fragmentation tag entries to
potentially lower the amount of "Failed to get forwarded frame priority"
notice messages in logs.

* openthread_border_router: Try restore the RCP communication on error

Try to restore the communication with the RCP in case it stalls out.
Some users see "radio tx timeout" errors. It is not quite clear what
causes those, it could be firmware crashes or failures in the underlying
communication layer. With this option set, the OTBR will automatically
restore the communication, and if the fimrware supports it, also request
a crash dump (requires debug logging).

* openthread_border_router: Bump version and update changelog

* Update openthread_border_router/CHANGELOG.md

* Update openthread_border_router/CHANGELOG.md
* Mosquitto: Use Debian Bookworm instead of Bullseye as base images

* Mosquitto: Update libwebsocket, mosquitto and mosquitto-go-auth to latest versions

* Mosquitto: Add workaround for libwebsockets build error

* Mosquitto: Normalize version arguments in build.yaml

* Mosquitto: Set version to 6.5.0 and add changelog
#3864)

Co-authored-by: nodamnway <nodamnway@users.noreply.github.com>
* Update DELETE patch

* Update OTBR commit

* Bump universal-silabs-flasher to 0.0.28

* Bump version to 2.13.0

* Drop the dataset deletion patch

* Update changelog to mention dropping the patch
* Update smb.gtpl to enables files.app on iOS / iPads s 18+

* Update samba/rootfs/usr/share/tempio/smb.gtpl

included `catia` and `fruit` per documentation on Samba and recommendation for further OSX interoperability

Co-authored-by: Stefan Agner <stefan@agner.ch>

* Update CHANGELOG.md to include Apple Config

* Update config.yaml to 12.3.3

* Update CHANGELOG.md with descriptice changes to enable appl

Co-authored-by: Stefan Agner <stefan@agner.ch>

---------

Co-authored-by: Stefan Agner <stefan@agner.ch>
Co-authored-by: nana-ska <56788012+nana-ska@users.noreply.github.com>
Co-authored-by: Stefan Agner <stefan@agner.ch>
* Bump Wyoming Satellite version to 1.3.0

Bump to add support for timers via new wyoming cli arguments

* Add timer_wav to the config.yaml

* Add --timer-finished-wav-repeat flag

* Add timer repeat and delay config fields

* Adjust timer_finished.wav filename

* Config parameter adjustment

* Add timer_finished.wav

* adjust timer_finished_wav parameter usage

* fixing schema parameter

* Bump addon version to 1.3.0

* Update Assist Microphone Documentation

Add docs for new timer configuration options

* Update CHANGELOG.md

* Add field description translations for new arguments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.