Skip to content

Commit

Permalink
inital commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chilikla authored Oct 13, 2024
1 parent cac3824 commit 2609e85
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 357 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run rollup
# - name: copy sensor files
# run: mkdir -p dist/custom_components && mkdir -p dist/custom_components/yerushamayim && cd src/sensor/ && cp __init__.py sensor.py manifest.json ../../dist/custom_components/yerushamayim
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Commit dist
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ on:
push:

jobs:
validate-hacs-integration:
runs-on: "ubuntu-latest"
steps:
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"
validate-hacs-plugin:
runs-on: "ubuntu-latest"
steps:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Yerushamayim
## Unofficial Yerushamayim Home Assistant integration and Lovelace card
## Unofficial Yerushamayim Home Assistant dashboard card for the unofficial Yerushamayim integration

### :hammer_and_wrench: Version: v1.0.18
<br/>
![screenshot](https://raw.githubusercontent.com/chilikla/yerushamayim/main/screenshot.png)

### Instructions
- Add this repo to HACS' Custom repositories: `https://github.com/chilikla/yerushamayim`
- Add this repo to HACS' Custom repositories: `https://github.com/chilikla/yerushamayim-card`
- Restart Home Assistant
- Add card to your dashboard

Expand Down
Empty file.
72 changes: 0 additions & 72 deletions custom_components/yerushamayim/config_flow.py

This file was deleted.

6 changes: 0 additions & 6 deletions custom_components/yerushamayim/const.py

This file was deleted.

16 changes: 0 additions & 16 deletions custom_components/yerushamayim/manifest.json

This file was deleted.

163 changes: 0 additions & 163 deletions custom_components/yerushamayim/sensor.py

This file was deleted.

85 changes: 0 additions & 85 deletions custom_components/yerushamayim/weather.py

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "yerushamayim",
"name": "yerushamayim-card",
"version": "1.0.0",
"description": "Home Assistant Yerusamayim custom card",
"description": "Unofficial Yerushamayim Home Assistant dashboard card for the unofficial Yerushamayim integration",
"main": "yerushamayim-card.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
Loading

0 comments on commit 2609e85

Please sign in to comment.