1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00
ha-core/homeassistant/components/nexia/manifest.json
J. Nick Koston 7a792b093f
Fix calling permanent off with nexia (#73623)
* Fix calling permanent off with nexia

Changelog: https://github.com/bdraco/nexia/compare/1.0.1...1.0.2

Fixes #73610

* one more
2022-06-17 21:57:44 -05:00

17 lines
370 B
JSON

{
"domain": "nexia",
"name": "Nexia/American Standard/Trane",
"requirements": ["nexia==1.0.2"],
"codeowners": ["@bdraco"],
"documentation": "https://www.home-assistant.io/integrations/nexia",
"config_flow": true,
"dhcp": [
{
"hostname": "xl857-*",
"macaddress": "000231*"
}
],
"iot_class": "cloud_polling",
"loggers": ["nexia"]
}