core/homeassistant/components/schlage/manifest.json

10 lines
250 B
JSON
Raw Normal View History

{
"domain": "schlage",
"name": "Schlage",
"codeowners": ["@dknowles2"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/schlage",
"iot_class": "cloud_polling",
2024-02-21 21:23:06 +00:00
"requirements": ["pyschlage==2024.2.0"]
}