-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
20 additions
and
84 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Validate | ||
name: Validate HACS | ||
|
||
on: | ||
push: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,14 @@ | ||
# Yerushamayim | ||
## Unofficial Yerushamayim Home Assistant integration and Lovelace card | ||
## Unofficial Yerushamayim integration | ||
|
||
### :hammer_and_wrench: Version: v1.0.21 | ||
### Current version: 1.1.0 | ||
<br/> | ||
|
||
![screenshot](https://raw.githubusercontent.com/chilikla/yerushamayim/main/screenshot.png) | ||
|
||
### Instructions | ||
- Add this repo to HACS' Custom repositories: `https://github.com/chilikla/yerushamayim` | ||
- Restart Home Assistant | ||
- Add card to your dashboard | ||
|
||
### Old Instructions | ||
- Copy `dist/custom_components/yerushamayim` folder to your `custom_components` Home Assistant folder | ||
- Restart Home Assistant | ||
- Add to your configuration yaml: | ||
``` | ||
sensor: | ||
- platform: yerushamayim | ||
``` | ||
- Restart Home Assistant | ||
- Copy `dist/www/yerushamayim-card.js` or `dist/www/yerushamayim-card-local.js` to your `www` Home Assistant folder | ||
- Edit your Lovelace dashboard and add to resources `/local/yerushamayim-card.js?v=1.0.0.` as JavaScript Module | ||
- Add manual card to your dashboard: | ||
``` | ||
type: custom:yerushamayim-card | ||
entity: sensor.yerushamayim | ||
``` | ||
|
||
### License | ||
Apache-2.0. By providing a contribution, you agree the contribution is licensed under Apache-2.0. This is required for Home Assistant contributions. |
This file was deleted.
Oops, something went wrong.