1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/smartthings/manifest.json
2025-08-20 07:45:35 +02:00

35 lines
735 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"],
"quality_scale": "bronze",
"requirements": ["pysmartthings==3.2.9"]
}