hass-core/homeassistant/components/vera/manifest.json
jlrgraham 5be695c49c Bump pyvera to 0.3.2, null/missing value protection (#25041)
* Bump pyvera to 0.3.2, null/missing value protection.

* Add another place where the pyvera version is set.
2019-07-09 20:06:45 +02:00

10 lines
196 B
JSON

{
"domain": "vera",
"name": "Vera",
"documentation": "https://www.home-assistant.io/components/vera",
"requirements": [
"pyvera==0.3.2"
],
"dependencies": [],
"codeowners": []
}