core/homeassistant/components/tesla/manifest.json

24 lines
488 B
JSON

{
"domain": "tesla",
"name": "Tesla",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/tesla",
"requirements": ["teslajsonpy==0.18.3"],
"codeowners": ["@zabuldon", "@alandtse"],
"dhcp": [
{
"hostname": "tesla_*",
"macaddress": "4CFCAA*"
},
{
"hostname": "tesla_*",
"macaddress": "044EAF*"
},
{
"hostname": "tesla_*",
"macaddress": "98ED5C*"
}
],
"iot_class": "cloud_polling"
}