core/homeassistant/components/insteon/manifest.json

11 lines
285 B
JSON
Raw Normal View History

{
"domain": "insteon",
"name": "Insteon",
"documentation": "https://www.home-assistant.io/integrations/insteon",
2022-03-30 08:56:37 +00:00
"requirements": ["pyinsteon==1.0.13"],
"codeowners": ["@teharris1"],
"config_flow": true,
"iot_class": "local_push",
2022-03-30 08:56:37 +00:00
"loggers": ["pyinsteon", "pypubsub"]
}