* Reenable Smarty integration
* Updated codeowners to myself
* Revert "Updated codeowners to myself"
This reverts commit 639fef32b9
.
* Upgraded pysmarty2 to version 0.10.1 which is not pinned to specific pymodbus version
* Update requirements_all.txt
10 lines
301 B
JSON
10 lines
301 B
JSON
{
|
|
"domain": "smarty",
|
|
"name": "Salda Smarty",
|
|
"codeowners": ["@z0mbieprocess"],
|
|
"documentation": "https://www.home-assistant.io/integrations/smarty",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pymodbus", "pysmarty2"],
|
|
"requirements": ["pysmarty2==0.10.1"]
|
|
}
|