core/homeassistant/components/tesla/manifest.json

9 lines
224 B
JSON
Raw Normal View History

{
"domain": "tesla",
"name": "Tesla",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/tesla",
2020-08-08 03:58:31 +00:00
"requirements": ["teslajsonpy==0.10.4"],
"codeowners": ["@zabuldon", "@alandtse"]
2020-04-03 19:58:19 +00:00
}