Made improvements to pass CI tests
This commit is contained in:
parent
b60a7569d3
commit
b10c0c4a49
@ -42,7 +42,7 @@ And restart Home Assistant.
|
||||
|
||||
# Contributing
|
||||
|
||||
Contributions are welcome! If you find a bug or have a suggestion, please create an issue or submit Merge Request on [Gitlab](https://gitlab.com/rogs/ute).
|
||||
Contributions are welcome! If you find a bug or have a suggestion, please create an issue or submit Pull Request on [Github](https://github.com/rogsme/homeassistant_ute).
|
||||
|
||||
# License
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
{
|
||||
"domain": "ute",
|
||||
"name": "UTE Electricity",
|
||||
"codeowners": ["@rogsme"],
|
||||
"config_flow": false,
|
||||
"dependencies": [],
|
||||
"documentation": "https://github.com/rogsme/homeassistant_ute",
|
||||
"domain": "ute",
|
||||
"iot_class": "cloud_polling",
|
||||
"name": "UTE Electricity",
|
||||
"issue_tracker": "https://github.com/rogsme/homeassistant_ute/issues",
|
||||
"requirements": ["ute-wrapper==1.1.0"],
|
||||
"version": "1.1.0",
|
||||
"issue_tracker": "https://github.com/rogsme/homeassistant_ute/issues"
|
||||
"version": "1.1.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user