Skip to content

Commit

Permalink
requirements aionasa from pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
caiosweet committed Apr 24, 2022
1 parent 5967d03 commit f6ea211
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 14 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ on:
# - cron: "0 0 * * *"

jobs:
# validate-hassfest:
# runs-on: "ubuntu-latest"
# name: With hassfest
# steps:
# - name: 📥 Checkout the repository
# uses: "actions/checkout@v2"
validate-hassfest:
runs-on: "ubuntu-latest"
name: With hassfest
steps:
- name: 📥 Checkout the repository
uses: "actions/checkout@v2"

# - name: ✅ Hassfest validation
# uses: "home-assistant/actions/hassfest@master"
- name: ✅ Hassfest validation
uses: "home-assistant/actions/hassfest@master"

validate-hacs:
runs-on: "ubuntu-latest"
Expand Down
4 changes: 1 addition & 3 deletions custom_components/nasa/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"documentation": "https://github.com/caiosweet/Home-Assistant-custom-components-NASA",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/caiosweet/Home-Assistant-custom-components-NASA/issues",
"requirements": [
"git+https://github.com/caiosweet/aionasa.git@dev#dev==v0.2.2"
],
"requirements": ["aionasa"],
"codeowners": ["@caiosweet"],
"version": "0.0.0",
"loggers": ["aionasa"]
Expand Down
1 change: 0 additions & 1 deletion custom_components/nasa/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"config": {
"step": {
"user": {
"title": "Nasa",
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]"
}
Expand Down
1 change: 0 additions & 1 deletion custom_components/nasa/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"config": {
"step": {
"user": {
"title": "Nasa",
"data": {
"api_key": "API Key"
}
Expand Down
1 change: 0 additions & 1 deletion custom_components/nasa/translations/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"config": {
"step": {
"user": {
"title": "Nasa",
"data": {
"api_key": "Chiave API"
}
Expand Down

0 comments on commit f6ea211

Please sign in to comment.