Skip to content

Commit

Permalink
[update]: update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
oooohhoo committed Sep 12, 2024
1 parent b0fbcd0 commit d74899b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ repos:
- --pretty
- --show-error-codes
- --show-error-context
- repo: https://github.com/tillig/json-sort-cli
rev: v1.0.0 # Use a version tag or SHA commit hash
hooks:
- id: json-sort
args:
- --autofix
# - repo: https://github.com/tillig/json-sort-cli
# rev: v1.0.0 # Use a version tag or SHA commit hash
# hooks:
# - id: json-sort
# args:
# - --autofix
- repo: https://github.com/google/yamlfmt
rev: v0.10.0
hooks:
Expand Down
7 changes: 4 additions & 3 deletions custom_components/tokit_cooker/manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{
"domain": "tokit_cooker",
"name": "TOKIT Smart Rice Cooker",
"codeowners": [
"@oooohhoo"
],
"config_flow": true,
"dependencies": [
],
"documentation": "https://github.com/oooohhoo/tokit_cooker",
"domain": "tokit_cooker",

"iot_class": "local_polling",
"issue_tracker": "https://github.com/oooohhoo/tokit_cooker/issues",
"name": "TOKIT Smart Rice Cooker",
"requirements": [
"python-miio@git+https://github.com/oooohhoo/python-miio.git",
"python-miio@git+https://github.com/oooohhoo/python-miio.git@master",
"crcmod"
],
"version": "1.0.0"
Expand Down

0 comments on commit d74899b

Please sign in to comment.