Pascal Vizeli
cea1a1a15f
Merge pull request #1306 from home-assistant/dev
...
Release 189
189
2019-09-24 15:24:27 +02:00
dependabot-preview[bot]
c2700b14dc
Bump packaging from 19.1 to 19.2 ( #1305 )
...
Bumps [packaging](https://github.com/pypa/packaging ) from 19.1 to 19.2.
- [Release notes](https://github.com/pypa/packaging/releases )
- [Changelog](https://github.com/pypa/packaging/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pypa/packaging/compare/19.1...19.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-24 10:31:56 +02:00
dependabot-preview[bot]
07d27170db
Bump pytest from 5.1.2 to 5.1.3 ( #1303 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 5.1.2 to 5.1.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/5.1.2...5.1.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-24 10:31:13 +02:00
Pascal Vizeli
8eb8c07df6
Update uvloop 0.13.0 ( #1302 )
2019-09-23 23:00:57 +02:00
Pascal Vizeli
7bee6f884c
Update aiohttp 3.6.1 ( #1301 )
2019-09-23 22:45:02 +02:00
Franck Nijhof
78dd20e314
Fixes accidental string concatenation in classifiers list ( #1300 )
2019-09-23 12:23:57 +02:00
Pascal Vizeli
2a011b6448
Fix typo to validate list ( #1298 )
...
* Fix typo to validate list
* Fix lint
* Add Typo
2019-09-20 17:28:23 +02:00
Pascal Vizeli
5c90370ec8
Bump version 189
2019-09-15 15:08:12 +02:00
Pascal Vizeli
120465b88d
Merge pull request #1294 from home-assistant/dev
...
Release 188
188
2019-09-15 15:07:39 +02:00
Pascal Vizeli
c77292439a
Fix invalid secrets ( #1293 )
...
* Fix invalid secrets format
* Fix style
2019-09-15 15:06:22 +02:00
Pascal Vizeli
0a0209f81a
Bump version 188
2019-09-12 23:32:20 +02:00
Pascal Vizeli
69a7ed8a5c
Merge pull request #1291 from home-assistant/dev
...
Release 187
187
2019-09-12 23:30:53 +02:00
Pascal Vizeli
8df35ab488
Fix detection of HA container / image ( #1290 )
2019-09-12 23:28:55 +02:00
Pascal Vizeli
a12567d0a8
Update secrets handling ( #1289 )
...
* Update secrets handling
* Remove start pre_check
* fix lint
* remove tasker
2019-09-12 23:16:56 +02:00
Pascal Vizeli
64fe190119
Bump version 187
2019-09-11 18:29:24 +02:00
Pascal Vizeli
e3ede66943
Merge pull request #1287 from home-assistant/dev
...
Release 186
186
2019-09-11 18:26:22 +02:00
Pascal Vizeli
2672b800d4
DNS fallback to docker internal one ( #1286 )
...
* DNS fallback to docker internal one
* Fix log
* Fix style
* Fix startup handling
2019-09-11 17:54:16 +02:00
Pascal Vizeli
c60d4bda92
Check supervisor docker permission ( #1285 )
...
* Check supervisor docker permission
* Update log message
2019-09-11 17:47:49 +02:00
Pascal Vizeli
db9d0f2639
Fix lint ( #1284 )
2019-09-11 16:37:49 +02:00
Pascal Vizeli
02d4045ec3
Add secrets support for options ( #1283 )
...
* Add secrets API
* Don't expose secrets
2019-09-11 16:29:34 +02:00
Pascal Vizeli
a308ea6927
Update Dockerfile
2019-09-05 14:20:35 +02:00
Pascal Vizeli
edc5e5e812
Update Dockerfile
2019-09-05 12:41:42 +02:00
dependabot-preview[bot]
23b65cb479
Bump pytest from 5.1.1 to 5.1.2 ( #1278 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/5.1.1...5.1.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-02 23:07:11 +02:00
Pascal Vizeli
e5eabd2143
Fix typing warning / hardware ( #1276 )
2019-09-02 15:54:37 +02:00
Pascal Vizeli
b0dd043975
Fix typing warning / hardware ( #1277 )
2019-09-02 15:45:31 +02:00
Pascal Vizeli
435a1096ed
Cleanup debug gdbus output ( #1275 )
2019-09-02 15:08:26 +02:00
Pascal Vizeli
21a9084ca0
Bump version 186
2019-09-02 14:39:56 +02:00
Pascal Vizeli
10d9135d86
Merge pull request #1274 from home-assistant/dev
...
Release 185
185
2019-09-02 14:39:17 +02:00
Pascal Vizeli
272d8b29f3
Fix version handling with nightly ( #1273 )
...
* Fix version handling with nightly
* fix lint
2019-09-02 14:37:59 +02:00
Pascal Vizeli
3d665b9eec
Support for udev device trigger ( #1272 )
2019-09-02 14:07:09 +02:00
Pascal Vizeli
c563f484c9
Add support for udev trigger
2019-09-02 11:28:49 +00:00
Pascal Vizeli
38268ea4ea
Bump version to 185
2019-08-26 10:04:36 +02:00
Pascal Vizeli
c1ad64cddf
Merge pull request #1264 from home-assistant/dev
...
Release 184
184
2019-08-26 10:03:53 +02:00
Pascal Vizeli
b898cd2a3a
Preserve ordering of locals ( #1263 )
...
* Preserve ordering of locals
* fix lint
2019-08-26 09:45:10 +02:00
Pascal Vizeli
937b31d845
Bump version 184
2019-08-23 14:22:47 +02:00
Pascal Vizeli
e4e655493b
Merge pull request #1259 from home-assistant/dev
...
Release 183
183
2019-08-23 14:21:58 +02:00
Pascal Vizeli
387d2dcc2e
Add support for gvariant annotations ( #1258 )
2019-08-23 13:41:17 +02:00
Pascal Vizeli
8abe33d48a
Bump version 183
2019-08-22 18:58:02 +02:00
Pascal Vizeli
860442d5c4
Merge pull request #1256 from home-assistant/dev
...
Release 182
182
2019-08-22 18:57:38 +02:00
Pascal Vizeli
ce5183ce16
Add support to read Host DNS ( #1255 )
...
* Add support to read Host DNS
* Include properties
* Improve host info handling
* Add API
* Better abstraction
* Change prio list
* Address lint
* fix get properties
* Fix nameserver list
* Small cleanups
* Bit more stability
* cleanup
2019-08-22 18:01:49 +02:00
dependabot-preview[bot]
3e69b04b86
Bump gitpython from 3.0.1 to 3.0.2 ( #1254 )
...
Bumps [gitpython](https://github.com/gitpython-developers/GitPython ) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases )
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/master/CHANGES )
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.0.1...3.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-22 16:20:47 +02:00
Pascal Vizeli
8b9cd4f122
Improve handling with nested objects ( #1253 )
2019-08-22 14:24:50 +02:00
Pascal Vizeli
c0e3ccdb83
Improve gdbus error handling ( #1252 )
...
* Improve gdbus error handling
* Fix logging type
* Detect no dbus
* Fix issue with complex
* Update hassio/dbus/__init__.py
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
* Update hassio/dbus/hostname.py
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
* Update hassio/dbus/rauc.py
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
* Update hassio/dbus/systemd.py
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
* Fix black
2019-08-22 12:48:02 +02:00
dependabot-preview[bot]
e8cc85c487
Bump pytest from 5.1.0 to 5.1.1 ( #1250 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/5.1.0...5.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-21 23:41:16 +02:00
Pascal Vizeli
b3eff41692
Update devcontainer.json
2019-08-20 17:51:27 +02:00
Pascal Vizeli
1ea63f185c
Bump version 182
2019-08-18 21:08:01 +02:00
Pascal Vizeli
a513d5c09a
Merge pull request #1247 from home-assistant/dev
...
Release 181
181
2019-08-18 21:07:21 +02:00
Pascal Vizeli
fb8216c102
Fix AAAA resolv for nginx ( #1246 )
2019-08-18 21:05:42 +02:00
Pascal Vizeli
4f381d01df
Log coredns errors ( #1245 )
2019-08-18 17:21:46 +02:00
Pascal Vizeli
de3382226e
Update setting on startup ( #1244 )
...
* Update setting on startup
* Fix
* fix exception
* Cleanup handling
2019-08-18 17:11:42 +02:00