hass-core/homeassistant/components/honeywell/manifest.json
mkmer f2c475cf1b
Bump aiosomecomfort to 0.0.17 (#98978)
* Clean up imports
Add refresh after login in update

* Bump somecomfort 0.0.17
Separate Somecomfort error to unauthorized

* Add tests

* Run Black format
2023-08-24 21:13:42 +02:00

10 lines
325 B
JSON

{
"domain": "honeywell",
"name": "Honeywell Total Connect Comfort (US)",
"codeowners": ["@rdfurman", "@mkmer"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/honeywell",
"iot_class": "cloud_polling",
"loggers": ["somecomfort"],
"requirements": ["AIOSomecomfort==0.0.17"]
}