Update xknx to 0.14.3 (#40430)

This commit is contained in:
Marvin Wichmann 2020-09-22 15:35:44 +02:00 committed by GitHub
parent 02a19d0123
commit d82b97fbe1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -2,6 +2,7 @@
"domain": "knx",
"name": "KNX",
"documentation": "https://www.home-assistant.io/integrations/knx",
"requirements": ["xknx==0.14.2"],
"codeowners": ["@Julius2342", "@farmio", "@marvin-w"]
"requirements": ["xknx==0.14.3"],
"codeowners": ["@Julius2342", "@farmio", "@marvin-w"],
"quality_scale": "silver"
}