Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rgc99 committed Jun 23, 2024
1 parent 2b54d35 commit c18cffd
Show file tree
Hide file tree
Showing 6 changed files with 5,179 additions and 6,670 deletions.
52 changes: 32 additions & 20 deletions .devcontainer/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ default_config:
lovelace:
mode: yaml
resources:
- url: http://127.0.0.1:5000/irrigation-unlimited-card.js
type: module
- url: http://127.0.0.1:5000/irrigation-unlimited-card.js
type: module
demo:

logger:
Expand All @@ -15,33 +15,45 @@ irrigation_unlimited:
granularity: 10
refresh_interval: 10
controllers:
- name: 'My Garden'
enabled: true
- name: "My Garden"
all_zones_config:
show:
timeline: true
zones:
- name: 'Front Lawn'
- name: 'Vege Patch'
- name: 'Roses'
- name: 'Back Yard'
- name: "Front Lawn"
- name: "Vege Patch"
zone_id: vegetables
- name: "Roses"
- name: "Back Yard"
- name: "Test"
sequences:
- name: 'Morning'
duration: '0:10:00'
delay: '0:00:10'
- name: "Morning"
duration: "0:10:00"
delay: "0:00:10"
schedules:
- name: 'Sunrise'
- name: "Sunrise"
time:
sun: 'sunrise'
sun: "sunrise"
zones:
- zone_id: 1
- zone_id: 2
- zone_id: vegetables
- zone_id: 4
- name: 'Evening'
duration: '0:10:00'
delay: '0:00:10'
- name: "Evening"
duration: "0:10:00"
delay: "0:00:10"
schedules:
- name: 'Dusk'
- name: "Dusk"
time:
sun: 'sunset'
sun: "sunset"
zones:
- zone_id: 1
- zone_id: [2,3]
- zone_id: [vegetables, 3]
- zone_id: 4
- name: "Never"
schedules:
- name: "Ever"
time: "08:00"
month: [feb]
day: [30]
zones:
- zone_id: 5
9 changes: 3 additions & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
"name": "Irrigation Unlimited Card Development",
"image": "mcr.microsoft.com/devcontainers/python:3.12-bookworm",
// "context": "..",
"appPort": [
"5000:5000",
"9123:8123"
],
"postCreateCommand": "scripts/setup",
"appPort": ["5000:5000", "9123:8123"],
"postCreateCommand": "scripts/setup",
"runArgs": [
"-v",
"${env:HOME}${env:USERPROFILE}/.ssh:/tmp/.ssh" // This is added so you can push from inside the container
Expand Down Expand Up @@ -41,4 +38,4 @@
"version": "latest"
}
}
}
}
1,185 changes: 109 additions & 1,076 deletions dist/irrigation-unlimited-card.js

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,28 @@
"lit": "^2.7.4"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@rollup/plugin-json": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^8.52.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.0",
"@babel/core": "^7.24.7",
"@babel/plugin-transform-class-properties": "^7.24.7",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@rollup/plugin-json": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^3.1.0",
"prettier-eslint": "^16.1.2",
"rollup": "^2.79.1",
"rollup-plugin-babel": "^4.4.0",
"prettier": "^3.3.2",
"prettier-eslint": "^16.3.0",
"rollup": "^4.18.0",
"rollup-plugin-babel": "^6.0.4",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-serve": "^1.1.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"tslib": "^2.3.1",
"typescript": "^4.6.3"
"rollup-plugin-typescript2": "^0.36.0",
"tslib": "^2.6.3",
"typescript": "^5.5.2"
},
"resolutions": {
"lit": "^2.1.2",
Expand Down
Loading

0 comments on commit c18cffd

Please sign in to comment.