Stefan Agner
1f7199cf00
Add OTBR discovery ( #4040 )
...
* Add OTBR discovery
* Fix typo
* Move constants to correct file
* Drop Web Service port
* Use existing port constant
2022.12.1
2022-12-19 14:05:15 +01:00
dependabot[bot]
e48e024bb3
Bump pylint from 2.15.6 to 2.15.9 ( #4055 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-19 10:28:19 +01:00
dependabot[bot]
02c181c1ff
Bump coverage from 6.5.0 to 7.0.0 ( #4056 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-19 09:09:49 +01:00
Joakim Sørensen
70cf6cc0d9
Bump frontend to 5cabf1d0 ( #4051 )
2022.12.0
2022-12-13 12:22:48 +01:00
Sergio Oller
9abf38f285
Do not let aiohttp add a Content-Type header ( #4038 )
...
* Do not let aiohttp add a Content-Type header
aiohttp adds a Content-Type header by default, as well as other headers.
This may usually be convenient, but it breaks APIs that explicitly ask for no content type header, for instance on post requests with an empty body.
Since ingress is proxying the requests from the browser to the add-on, it should avoid modifying them.
I only skip this header auto generation because it actually breaks the Adguard add-on.
- https://github.com/hassio-addons/addon-adguard-home/issues/359
I haven't tested this yet.
* Use headers constant
2022-12-13 09:46:10 +01:00
dependabot[bot]
54dfba1faa
Bump actions/checkout from 3.1.0 to 3.2.0 ( #4050 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-13 08:33:45 +01:00
dependabot[bot]
ed778f09ee
Bump actions/setup-python from 4.3.0 to 4.3.1 ( #4043 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-09 13:54:24 +01:00
Stefan Agner
b044095e57
Prevent multiple primary interfaces ( #4046 )
2022-12-09 12:56:52 +01:00
dependabot[bot]
c41f13bf18
Bump dessant/lock-threads from 3.0.0 to 4.0.0 ( #4036 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-05 09:47:37 +01:00
Pascal Vizeli
2ddb5ca53f
Support arch specific dockerfiles ( #4022 )
2022-11-28 09:09:22 +01:00
dependabot[bot]
fad75810ab
Bump home-assistant/builder from 2022.09.0 to 2022.11.0 ( #4026 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-25 08:00:34 +01:00
dependabot[bot]
4d9e30adef
Bump sentry-sdk from 1.11.0 to 1.11.1 ( #4017 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-23 10:03:43 +01:00
dependabot[bot]
80a6171692
Bump pylint from 2.15.5 to 2.15.6 ( #4013 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-21 09:06:26 +01:00
dependabot[bot]
815669e6e3
Bump sentry-sdk from 1.10.1 to 1.11.0 ( #4001 )
...
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.10.1 to 1.11.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases )
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-python/compare/1.10.1...1.11.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
2022-11-15 16:25:42 -05:00
Mike Degatano
a8133f0640
Jobs reset saves data ( #4007 )
2022-11-15 22:21:45 +01:00
Pascal Vizeli
2809f23391
Make dbus-fast calls more robust ( #4005 )
...
* Make dbus-fast calls more robust
* Handle all exceptions and add test
* DBus minimal can't return commands list
Co-authored-by: Mike Degatano <michael.degatano@gmail.com>
2022-11-15 22:19:38 +01:00
Martin Hjelmare
348fb56cb5
Add matter discovery ( #4002 )
2022.11.2
2022-11-15 15:07:56 +01:00
dependabot[bot]
4afbedfa3d
Bump dbus-fast from 1.73.0 to 1.74.0 ( #4000 )
...
Bumps [dbus-fast](https://github.com/bluetooth-devices/dbus-fast ) from 1.73.0 to 1.74.0.
- [Release notes](https://github.com/bluetooth-devices/dbus-fast/releases )
- [Changelog](https://github.com/Bluetooth-Devices/dbus-fast/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bluetooth-devices/dbus-fast/compare/v1.73.0...v1.74.0 )
---
updated-dependencies:
- dependency-name: dbus-fast
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
2022.11.1
2022-11-15 09:45:26 +01:00
Mike Degatano
8d495aa437
Call dbus with string value not enum ( #3996 )
...
Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
2022-11-15 09:28:40 +01:00
Mike Degatano
9559ac06b9
Update pre-commit ( #3997 )
2022-11-15 09:10:16 +01:00
dependabot[bot]
e80d882395
Bump dbus-fast from 1.61.1 to 1.73.0 ( #3995 )
...
Bumps [dbus-fast](https://github.com/bluetooth-devices/dbus-fast ) from 1.61.1 to 1.73.0.
- [Release notes](https://github.com/bluetooth-devices/dbus-fast/releases )
- [Changelog](https://github.com/Bluetooth-Devices/dbus-fast/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bluetooth-devices/dbus-fast/compare/v1.61.1...v1.73.0 )
---
updated-dependencies:
- dependency-name: dbus-fast
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022.11.0
2022-11-14 11:13:34 -05:00
Mike Degatano
14fcda5d78
Sentry only loaded when diagnostics on ( #3993 )
...
* Sentry only loaded when diagnostics on
* Logging when sentry is closed
2022-11-13 21:23:52 +01:00
dependabot[bot]
14cd261b76
Bump pyupgrade from 3.2.1 to 3.2.2 ( #3994 )
...
Bumps [pyupgrade](https://github.com/asottile/pyupgrade ) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/asottile/pyupgrade/releases )
- [Commits](https://github.com/asottile/pyupgrade/compare/v3.2.1...v3.2.2 )
---
updated-dependencies:
- dependency-name: pyupgrade
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-11 08:50:43 -05:00
dependabot[bot]
783395a27d
Bump pyupgrade from 3.2.0 to 3.2.1 ( #3992 )
...
Bumps [pyupgrade](https://github.com/asottile/pyupgrade ) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/asottile/pyupgrade/releases )
- [Commits](https://github.com/asottile/pyupgrade/compare/v3.2.0...v3.2.1 )
---
updated-dependencies:
- dependency-name: pyupgrade
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-10 12:55:48 -05:00
dependabot[bot]
a2dffe595e
Bump pyupgrade from 3.1.0 to 3.2.0 ( #3979 )
...
* Bump pyupgrade from 3.1.0 to 3.2.0
Bumps [pyupgrade](https://github.com/asottile/pyupgrade ) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/asottile/pyupgrade/releases )
- [Commits](https://github.com/asottile/pyupgrade/compare/v3.1.0...v3.2.0 )
---
updated-dependencies:
- dependency-name: pyupgrade
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update .pre-commit-config.yaml
* Fixing pyupgrade
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
2022-11-08 19:38:55 +01:00
Mike Degatano
a0b28ebb97
Use CPE name for boards ( #3990 )
...
* Use CPE name for boards
* Simplify test
2022-11-08 09:12:52 +01:00
dependabot[bot]
89de909020
Bump getsentry/action-release from 1.2.0 to 1.2.1 ( #3986 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-07 16:03:16 +01:00
Mike Degatano
672b220f69
Add boards APIs ( #3984 )
...
* Add boards APIs
* Move boards to agent
2022-11-04 08:22:24 +01:00
dependabot[bot]
d59625e5b8
Bump dbus-fast from 1.49.0 to 1.61.1 ( #3982 )
...
Bumps [dbus-fast](https://github.com/bluetooth-devices/dbus-fast ) from 1.49.0 to 1.61.1.
- [Release notes](https://github.com/bluetooth-devices/dbus-fast/releases )
- [Changelog](https://github.com/Bluetooth-Devices/dbus-fast/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bluetooth-devices/dbus-fast/compare/v1.49.0...v1.61.1 )
---
updated-dependencies:
- dependency-name: dbus-fast
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-03 17:38:34 -04:00
dependabot[bot]
2947e8e8e9
Bump cryptography from 38.0.1 to 38.0.3 ( #3983 )
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 38.0.1 to 38.0.3.
- [Release notes](https://github.com/pyca/cryptography/releases )
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/38.0.1...38.0.3 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-03 10:28:07 -04:00
Mike Degatano
5f04e4fb6a
Fix addon image changed on update ( #3971 )
2022-11-03 14:21:57 +01:00
dependabot[bot]
4c5d54b7a3
Bump docker from 6.0.0 to 6.0.1 ( #3985 )
...
Bumps [docker](https://github.com/docker/docker-py ) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/docker/docker-py/releases )
- [Commits](https://github.com/docker/docker-py/compare/6.0.0...6.0.1 )
---
updated-dependencies:
- dependency-name: docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-03 08:30:16 +01:00
dependabot[bot]
30932a83f8
Bump dbus-fast from 1.48.0 to 1.49.0 ( #3975 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022.10.2
2022-10-27 09:58:07 +02:00
Mike Degatano
1df0a5db2a
Make host log endpoints cli friendly ( #3974 )
...
* Make host log endpoints cli friendly
* Remove blank identifiers
2022-10-27 08:48:15 +02:00
dependabot[bot]
9affa5316c
Bump pytest from 7.1.3 to 7.2.0 ( #3972 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-26 10:00:44 +02:00
dependabot[bot]
a13c8d86b9
Bump deepmerge from 1.0.1 to 1.1.0 ( #3970 )
...
Bumps [deepmerge](https://github.com/toumorokoshi/deepmerge ) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/toumorokoshi/deepmerge/releases )
- [Commits](https://github.com/toumorokoshi/deepmerge/compare/v1.0.1...v1.1.0 )
---
updated-dependencies:
- dependency-name: deepmerge
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-25 15:23:20 -04:00
Joakim Sørensen
80248dc36d
Bump forntend to 5bb95388 ( #3968 )
2022-10-25 15:17:53 +02:00
dependabot[bot]
2ad122ec18
Bump pylint from 2.15.4 to 2.15.5 ( #3966 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-24 14:24:57 +02:00
dependabot[bot]
d7ec3646f9
Bump actions/upload-artifact from 3.1.0 to 3.1.1 ( #3963 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-24 14:24:09 +02:00
dependabot[bot]
030e1a92f3
Bump home-assistant/wheels from 2022.06.7 to 2022.10.1 ( #3964 )
...
Bumps [home-assistant/wheels](https://github.com/home-assistant/wheels ) from 2022.06.7 to 2022.10.1.
- [Release notes](https://github.com/home-assistant/wheels/releases )
- [Commits](https://github.com/home-assistant/wheels/compare/2022.06.7...2022.10.1 )
---
updated-dependencies:
- dependency-name: home-assistant/wheels
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-24 10:03:08 +02:00
dependabot[bot]
3cf999b306
Bump sentry-sdk from 1.10.0 to 1.10.1 ( #3965 )
...
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.10.0 to 1.10.1.
- [Release notes](https://github.com/getsentry/sentry-python/releases )
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-python/compare/1.10.0...1.10.1 )
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-24 10:02:54 +02:00
dependabot[bot]
2d2926f7ff
Bump dbus-fast from 1.47.0 to 1.48.0 ( #3962 )
...
Bumps [dbus-fast](https://github.com/bluetooth-devices/dbus-fast ) from 1.47.0 to 1.48.0.
- [Release notes](https://github.com/bluetooth-devices/dbus-fast/releases )
- [Changelog](https://github.com/Bluetooth-Devices/dbus-fast/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bluetooth-devices/dbus-fast/compare/v1.47.0...v1.48.0 )
---
updated-dependencies:
- dependency-name: dbus-fast
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022.10.1
2022-10-21 14:39:50 -04:00
dependabot[bot]
23ba0ad6a5
Bump sentry-sdk from 1.9.10 to 1.10.0 ( #3961 )
...
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.9.10 to 1.10.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases )
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-python/compare/1.9.10...1.10.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-21 13:17:37 -04:00
dependabot[bot]
38fffb7641
Bump dbus-fast from 1.41.0 to 1.47.0 ( #3959 )
...
Bumps [dbus-fast](https://github.com/bluetooth-devices/dbus-fast ) from 1.41.0 to 1.47.0.
- [Release notes](https://github.com/bluetooth-devices/dbus-fast/releases )
- [Changelog](https://github.com/Bluetooth-Devices/dbus-fast/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bluetooth-devices/dbus-fast/compare/v1.41.0...v1.47.0 )
---
updated-dependencies:
- dependency-name: dbus-fast
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-20 13:20:00 -04:00
dependabot[bot]
03eda30e20
Bump release-drafter/release-drafter from 5.21.0 to 5.21.1 ( #3957 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-18 17:38:29 +02:00
Joakim Sørensen
10c87d5a39
Add action concurrency ( #3956 )
2022-10-17 08:04:38 +02:00
Mike Degatano
7a0c4c5060
Unsupported check for journal gateway ( #3950 )
2022-10-16 11:07:31 +02:00
Mike Degatano
5d2b5bada7
Events when unhealthy/unsupported changes ( #3951 )
...
* Events when unhealthy/unsupported changes
* called_once_with to called_once
2022-10-16 11:07:15 +02:00
Mike Degatano
bde5c938a7
Ignore veth changes ( #3955 )
...
* Reduce log noise for unmanaged interfaces
* Ignore signals with veth changes only
* Fix test and add one
2022-10-16 11:06:35 +02:00
dependabot[bot]
34afcef4f1
Bump actions/cache from 3.0.10 to 3.0.11 ( #3952 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-14 10:11:15 +02:00