Files
core/homeassistant/components/august/manifest.json
T
J. Nick Koston e2a113a2de Bump py-august to 0.25.0 (#32769)
Fixes a bug in the conversion to async where code validation failed.
2020-03-13 18:07:53 +01:00

16 lines
270 B
JSON

{
"domain": "august",
"name": "August",
"documentation": "https://www.home-assistant.io/integrations/august",
"requirements": [
"py-august==0.25.0"
],
"dependencies": [
"configurator"
],
"codeowners": [
"@bdraco"
],
"config_flow": true
}