core/homeassistant/components/trend/manifest.json

11 lines
199 B
JSON
Raw Normal View History

{
"domain": "trend",
"name": "Trend",
"documentation": "https://www.home-assistant.io/components/trend",
"requirements": [
2019-08-16 15:36:57 +00:00
"numpy==1.17.0"
],
"dependencies": [],
"codeowners": []
}