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

Bump ZHA quirks #25618

Merged
merged 1 commit into from Aug 1, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 2 additions & 5 deletions homeassistant/components/zha/manifest.json
Expand Up @@ -5,14 +5,11 @@
"documentation": "https://www.home-assistant.io/components/zha",
"requirements": [
"bellows-homeassistant==0.9.0",
"zha-quirks==0.0.19",
"zha-quirks==0.0.20",
"zigpy-deconz==0.2.1",
"zigpy-homeassistant==0.7.0",
"zigpy-xbee-homeassistant==0.4.0"
],
"dependencies": [],
"codeowners": [
"@dmulcahey",
"@adminiuga"
]
"codeowners": ["@dmulcahey", "@adminiuga"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -1963,7 +1963,7 @@ zengge==0.2
zeroconf==0.23.0

# homeassistant.components.zha
zha-quirks==0.0.19
zha-quirks==0.0.20

# homeassistant.components.zhong_hong
zhong_hong_hvac==1.0.9
Expand Down