Skip to content

Commit

Permalink
Sort manifest file entries
Browse files Browse the repository at this point in the history
  • Loading branch information
CM000n committed Mar 1, 2023
1 parent d869e8e commit ab622c0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions custom_components/qss/manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"domain": "qss",
"version": "0.0.1",
"name": "QuestDB State Storage (QSS)",
"codeowners": [
"@CM000n"
],
"dependencies": [],
"documentation": "https://github.com/CM000n/QSS",
"domain": "qss",
"iot_class": "local_push",
"issue_tracker": "https://github.com/CM000n/QSS/issues",
"name": "QuestDB State Storage (QSS)",
"requirements": [
"questdb>=1.0,<2.0",
"tenacity>=5.0,<6.0"
],
"dependencies": [],
"iot_class": "local_push",
"codeowners": [
"@CM000n"
]
"version": "0.0.1"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "qss"
version = "0.0.2"
version = "0.0.3"
description = "QuestDB State Storage (QSS) for Home Assistant"
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit ab622c0

Please sign in to comment.