Skip to content

Commit

Permalink
build: fix hassfest errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Jun 26, 2023
1 parent 2349c98 commit b5393d0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ deps/deps.jl

# Only keep pr_custom_component and not downloaded components
/custom_components
!/custom_components/pr_custom_component
!/custom_components/pr_custom_component/*
12 changes: 6 additions & 6 deletions custom_components/pr_custom_component/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"domain": "pr_custom_component",
"name": "PR Custom Component",
"codeowners": ["@alandtse"],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/alandtse/pr_custom_component",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/alandtse/pr_custom_component/issues",
"dependencies": [],
"version": "0.2.0",
"config_flow": true,
"codeowners": ["@alandtse"],
"requirements": ["aiofiles~=0.6.0"],
"iot_class": "cloud_polling"
"requirements": ["aiofiles>=0.6.0"],
"version": "0.2.0"
}
1 change: 0 additions & 1 deletion custom_components/pr_custom_component/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"config": {
"step": {
"user": {
"title": "PR Custom Component",
"description": "Please enter pending Pull Request link. After installation, you must restart Home Assistant to see the custom component.\n>**Warning: This will overwrite the existing custom component in your `/config/custom_components` directory.**",
"data": {
"pr_url": "Link to Home Assistant Pull Request"
Expand Down
1 change: 0 additions & 1 deletion custom_components/pr_custom_component/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"config": {
"step": {
"user": {
"title": "PR Custom Component",
"description": "Please enter pending Pull Request link. After installation, you must restart Home Assistant to see the custom component.\n>**Warning: This will overwrite the existing custom component in your `/config/custom_components` directory.**",
"data": {
"pr_url": "Link to Home Assistant Pull Request"
Expand Down

0 comments on commit b5393d0

Please sign in to comment.