34 lines
706 B
JSON
34 lines
706 B
JSON
{
|
|
"domain": "smartthings",
|
|
"name": "SmartThings",
|
|
"codeowners": ["@joostlek"],
|
|
"config_flow": true,
|
|
"dependencies": ["application_credentials"],
|
|
"dhcp": [
|
|
{
|
|
"hostname": "st*",
|
|
"macaddress": "24FD5B*"
|
|
},
|
|
{
|
|
"hostname": "smartthings*",
|
|
"macaddress": "24FD5B*"
|
|
},
|
|
{
|
|
"hostname": "hub*",
|
|
"macaddress": "24FD5B*"
|
|
},
|
|
{
|
|
"hostname": "hub*",
|
|
"macaddress": "D052A8*"
|
|
},
|
|
{
|
|
"hostname": "hub*",
|
|
"macaddress": "286D97*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/smartthings",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["pysmartthings"],
|
|
"requirements": ["pysmartthings==2.7.4"]
|
|
}
|