1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/tesla_wall_connector/manifest.json
2023-02-08 20:41:50 +01:00

25 lines
609 B
JSON

{
"domain": "tesla_wall_connector",
"name": "Tesla Wall Connector",
"codeowners": ["@einarhauks"],
"config_flow": true,
"dhcp": [
{
"hostname": "teslawallconnector_*",
"macaddress": "DC44271*"
},
{
"hostname": "teslawallconnector_*",
"macaddress": "98ED5C*"
},
{
"hostname": "teslawallconnector_*",
"macaddress": "4CFCAA*"
}
],
"documentation": "https://www.home-assistant.io/integrations/tesla_wall_connector",
"iot_class": "local_polling",
"loggers": ["tesla_wall_connector"],
"requirements": ["tesla-wall-connector==1.0.2"]
}