mirror of
https://github.com/home-assistant/core.git
synced 2026-03-03 00:00:58 +00:00
39 lines
807 B
JSON
39 lines
807 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*"
|
|
},
|
|
{
|
|
"hostname": "samsung-*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/smartthings",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["pysmartthings"],
|
|
"quality_scale": "bronze",
|
|
"requirements": ["pysmartthings==3.6.0"]
|
|
}
|