1
mirror of https://github.com/home-assistant/core synced 2024-09-12 15:16:21 +02:00
ha-core/homeassistant/components/tesla_wall_connector/manifest.json

25 lines
609 B
JSON
Raw Normal View History

{
"domain": "tesla_wall_connector",
"name": "Tesla Wall Connector",
2023-02-08 20:41:50 +01:00
"codeowners": ["@einarhauks"],
"config_flow": true,
"dhcp": [
{
"hostname": "teslawallconnector_*",
"macaddress": "DC44271*"
},
{
"hostname": "teslawallconnector_*",
"macaddress": "98ED5C*"
},
{
"hostname": "teslawallconnector_*",
"macaddress": "4CFCAA*"
}
],
2023-02-08 20:41:50 +01:00
"documentation": "https://www.home-assistant.io/integrations/tesla_wall_connector",
"iot_class": "local_polling",
2023-02-08 20:41:50 +01:00
"loggers": ["tesla_wall_connector"],
"requirements": ["tesla-wall-connector==1.0.2"]
2022-03-30 10:56:37 +02:00
}