core/homeassistant/components/tesla/manifest.json

14 lines
408 B
JSON
Raw Normal View History

{
"domain": "tesla",
"name": "Tesla",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/tesla",
2021-02-10 18:01:24 +00:00
"requirements": ["teslajsonpy==0.11.5"],
"codeowners": ["@zabuldon", "@alandtse"],
"dhcp": [
2021-02-10 18:01:24 +00:00
{ "hostname": "tesla_*", "macaddress": "4CFCAA*" },
{ "hostname": "tesla_*", "macaddress": "044EAF*" },
{ "hostname": "tesla_*", "macaddress": "98ED5C*" }
]
2020-04-03 19:58:19 +00:00
}