2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "tesla",
|
|
|
|
"name": "Tesla",
|
2019-12-23 20:54:25 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/tesla",
|
2021-05-02 00:04:37 +00:00
|
|
|
"requirements": ["teslajsonpy==0.18.3"],
|
2021-01-14 08:09:08 +00:00
|
|
|
"codeowners": ["@zabuldon", "@alandtse"],
|
|
|
|
"dhcp": [
|
2021-04-15 08:21:38 +00:00
|
|
|
{
|
|
|
|
"hostname": "tesla_*",
|
|
|
|
"macaddress": "4CFCAA*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"hostname": "tesla_*",
|
|
|
|
"macaddress": "044EAF*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"hostname": "tesla_*",
|
|
|
|
"macaddress": "98ED5C*"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"iot_class": "cloud_polling"
|
2020-04-03 19:58:19 +00:00
|
|
|
}
|