1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-05 21:55:36 +01:00
Files
core/homeassistant/components/smartthings/manifest.json
T
2026-04-01 19:52:05 +02:00

43 lines
880 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": "smarthub",
"macaddress": "683A48*"
},
{
"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.7.3"]
}