mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 06:05:26 +01:00
17 lines
380 B
JSON
17 lines
380 B
JSON
{
|
|
"domain": "sleepiq",
|
|
"name": "SleepIQ",
|
|
"codeowners": ["@mfugate1", "@kbickar"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"macaddress": "64DBA0*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/sleepiq",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["asyncsleepiq"],
|
|
"requirements": ["asyncsleepiq==1.7.0"]
|
|
}
|