core/homeassistant/components/huisbaasje/manifest.json

14 lines
312 B
JSON
Raw Normal View History

{
"domain": "huisbaasje",
"name": "Huisbaasje",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/huisbaasje",
"requirements": [
"huisbaasje-client==0.1.0"
],
"codeowners": [
"@dennisschroer"
],
"iot_class": "cloud_polling",
"loggers": ["huisbaasje"]
}