hass-core/homeassistant/components/sleepiq/manifest.json
Mike Fugate 0bd0b4766e
Refactor sleepiq as async with config flow (#64850)
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-02-16 08:51:29 -06:00

13 lines
319 B
JSON

{
"domain": "sleepiq",
"name": "SleepIQ",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/sleepiq",
"requirements": ["sleepyq==0.8.1"],
"codeowners": ["@mfugate1"],
"dhcp": [
{"macaddress": "64DBA0*"}
],
"iot_class": "cloud_polling",
"loggers": ["sleepyq"]
}