1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/tesla_wall_connector/manifest.json
2022-03-30 10:56:37 +02:00

25 lines
609 B
JSON

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