core/homeassistant/components/insteon/manifest.json

17 lines
312 B
JSON
Raw Normal View History

{
"domain": "insteon",
"name": "Insteon",
"documentation": "https://www.home-assistant.io/integrations/insteon",
2021-07-12 18:02:56 +00:00
"requirements": [
2022-03-10 15:50:36 +00:00
"pyinsteon==1.0.13"
2021-07-12 18:02:56 +00:00
],
"codeowners": [
"@teharris1"
],
"config_flow": true,
"iot_class": "local_push",
2022-02-17 20:52:06 +00:00
"loggers": [
"pyinsteon",
"pypubsub"
]
}