core/homeassistant/components/honeywell/manifest.json

11 lines
325 B
JSON
Raw Normal View History

{
"domain": "honeywell",
2020-01-09 12:36:32 +00:00
"name": "Honeywell Total Connect Comfort (US)",
2023-02-08 19:27:05 +00:00
"codeowners": ["@rdfurman", "@mkmer"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/honeywell",
"iot_class": "cloud_polling",
2023-02-08 19:27:05 +00:00
"loggers": ["somecomfort"],
2023-03-08 21:02:18 +00:00
"requirements": ["aiosomecomfort==0.0.14"]
}