Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Hebrew Translation #1368

Merged
merged 42 commits into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
2902cd1
Update sk.json
misa1515 Jul 4, 2023
cb5680e
Update custom_card_homeassistant_updates.md to use the new command_li…
rick2909 Jul 13, 2023
b51e65f
make json attributes consistand
rick2909 Jul 13, 2023
7c17d13
UI fix and improvement
imswel Jul 15, 2023
819ebfc
README correction
imswel Jul 15, 2023
b6f86da
Merge branch 'UI-Lovelace-Minimalist:main' into main
imswel Jul 15, 2023
345586b
Update README.md
imswel Jul 15, 2023
a6e0ff2
Update README.md
imswel Jul 15, 2023
b27133c
Guideline fix
imswel Jul 15, 2023
2350adf
Fix code quality
imswel Jul 15, 2023
79f07f9
- Add aspect ratio support for picture_entity card
jeffreygarc Jul 19, 2023
26fc455
Fix clicking on title not opening more-info dialog
jeffreygarc Jul 20, 2023
5f48518
Included information for new aspect_ratio variable
jeffreygarc Jul 20, 2023
4caac31
Fix indentation
jeffreygarc Jul 20, 2023
8e5c974
Merge pull request #1327 from misa1515/patch-3
basbruss Jul 31, 2023
f7829c0
Merge pull request #1332 from rick2909/fix-Custom-card-Homeassistant-…
basbruss Jul 31, 2023
a7f31dc
Merge pull request #1334 from jeffreygarc/main
basbruss Jul 31, 2023
89933f1
Merge pull request #1333 from imswel/main
basbruss Jul 31, 2023
9cca344
Update docs
basbruss Jul 31, 2023
88b3875
Merge pull request #1347 from UI-Lovelace-Minimalist/automated_custom…
basbruss Aug 1, 2023
55216b8
Update fr.json
alray31 Aug 10, 2023
6b9907c
Update de.json
CM000n Aug 15, 2023
c03234f
Update en.json
CM000n Aug 15, 2023
7279cda
Update da.json
CM000n Aug 15, 2023
3bba9b2
Update nl.json
CM000n Aug 15, 2023
5fa823b
Update automatic-custom-card-docs.yml
CM000n Aug 15, 2023
aed5891
Update check-code-quality.yml
CM000n Aug 15, 2023
f20ec5b
Update codeql.yml
CM000n Aug 15, 2023
b993c9d
Update hacs-validate.yml
CM000n Aug 15, 2023
357cad4
Update labeler.yml
CM000n Aug 15, 2023
0fa54aa
Update pages.yml
CM000n Aug 15, 2023
1085340
Update release-drafter.yml
CM000n Aug 15, 2023
7267adb
Update release.yml
CM000n Aug 15, 2023
afe97de
Padding hotfix
imswel Aug 21, 2023
cf35b54
Updated post intall steps to clarify post install process
Rade0nFighter Aug 24, 2023
c32cd79
Added Hebrew Translation
kaaspad Sep 6, 2023
dee2fa0
Merge branch 'main' into main
alray31 Oct 2, 2023
94ab39a
Merge pull request #1357 from alray31/main
basbruss Nov 2, 2023
937bf16
Merge pull request #1362 from imswel/main
basbruss Nov 2, 2023
dcb6117
Merge pull request #1363 from Rade0nFighter/post-install-steps-clarif…
basbruss Nov 2, 2023
f569a02
Merge branch 'main' into main
basbruss Nov 2, 2023
45ad1e8
Merge branch 'release' into main
basbruss Nov 2, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/automatic-custom-card-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
docit:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- uses: "actions/checkout@v3"
with:
fetch-depth: 0
- name: "Copy and rename README.md files"
Expand All @@ -24,14 +24,14 @@ jobs:
cp "${dirname}/$filename" "./docs/usage/custom_cards/${foldername}.md"
done
- name: "Find and replace asset paths"
uses: "jacobtomlinson/gha-find-replace@v2"
uses: "jacobtomlinson/gha-find-replace@v3"
with:
find: "../../docs/assets/img"
replace: "../../assets/img"
include: "docs/usage/custom_cards/**"
regex: true
- name: "Create Pull Request"
uses: "peter-evans/create-pull-request@v3"
uses: "peter-evans/create-pull-request@v5"
with:
token: "${{ secrets.GITHUB_TOKEN }}"
branch: "automated_custom_card_docs"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/check-code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "⤵️ Check out code from GitHub"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"
- name: "⚙️ Set up Python"
uses: "actions/setup-python@v2"
uses: "actions/setup-python@v4"
with:
python-version: 3.8
- name: "⚙️ Set up Ruby"
Expand All @@ -22,4 +22,4 @@ jobs:
ruby-version: 2.7
bundler-cache: true
- name: "\U0001F680 Run pre-commit"
uses: "pre-commit/action@v2.0.3"
uses: "pre-commit/action@v3"
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: "Checkout repository"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"

# Initializes the CodeQL tools for scanning.
- name: "Initialize CodeQL"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/hacs-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "checkout"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"
- name: "validation"
uses: "home-assistant/actions/hassfest@master"

Expand All @@ -22,7 +22,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "checkout"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"
- name: "validation"
uses: "hacs/action@main"
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "⤵️ Check out code from GitHub"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"
- name: "\U0001F680 Run Labeler"
uses: "crazy-max/ghaction-github-labeler@v3.1.1"
uses: "crazy-max/ghaction-github-labeler@v4"
with:
skip-delete: false
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
deploy:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- uses: "actions/checkout@v3"
with:
node-version: "16.x"
- uses: "actions/setup-python@v2"
- uses: "actions/setup-python@v4"
with:
python-version: "3.11"
- run: "pip install mkdocs-material mkdocs-awesome-pages-plugin"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Run release-drafter"
uses: "release-drafter/release-drafter@v5.15.0"
uses: "release-drafter/release-drafter@v5"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Check out repository"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"

- name: "Get version"
id: "version"
Expand Down
12 changes: 12 additions & 0 deletions custom_cards/custom_card_camera/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ Version: 1.0.0

## Changelog

<details>
<summary>1.0.1</summary>
Added variable to passthough aspect ratio to the picture entity card. Fix minor issues with title.
</details>
<details>
<summary>1.0.0</summary>
Initial release.
Expand All @@ -35,6 +39,7 @@ Initial release.
ulm_custom_card_camera_title: true
ulm_custom_card_camera_name: "name"
ulm_custom_card_camera_label: "label"
ulm_custom_card_camera_aspect_ratio: '16:9'
```

## Variables
Expand Down Expand Up @@ -68,6 +73,13 @@ Initial release.
<td></td>
<td>Label of your choice</td>
</tr>
<tr>
<td>ulm_custom_card_camera_aspect_ratio</td>
<td>'16:9'</td>
<td>no</td>
<td></td>
<td>Aspect ratio of camera entity</td>
</tr>
</table>

??? note "Template Code"
Expand Down
5 changes: 5 additions & 0 deletions custom_cards/custom_card_camera/custom_card_camera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,14 @@ custom_card_camera:
show_icon: "[[[ return variables.ulm_custom_card_camera_title; ]]]"
name: "[[[ return variables.ulm_custom_card_camera_name; ]]]"
label: "[[[ return variables.ulm_custom_card_camera_label; ]]]"
tap_action:
action: "more-info"
entity: "[[[ return entity.entity_id ]]]"
styles:
card:
- box-shadow: "none"
- padding: "0"
- --mdc-ripple-press-opacity: 0
name:
- align-self: "end"
- justify-self: "start"
Expand All @@ -70,5 +74,6 @@ custom_card_camera:
entity: "[[[ return entity.entity_id ]]]"
show_name: false
show_state: false
aspect_ratio: "[[[ return variables.ulm_custom_card_camera_aspect_ratio; ]]]"
tap_action:
action: "more-info"
39 changes: 32 additions & 7 deletions custom_cards/custom_card_imswel_person/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ This is a `custom-card` that improves the original person card (`card_person`) b
## Credits

Author: imswel - 2022
Version: 1.0.1
Version: 1.0.2

## Changelog

<details>
<summary>1.0.2</summary>
UI fix and improvement.
</details>
<details>
<summary>1.0.1</summary>
Breaking change: removed variable for zones, instead load all zones automatically.
Expand Down Expand Up @@ -52,9 +56,9 @@ This card needs the following to function correctly:
template: custom_card_imswel_person
variables:
ulm_card_imswel_person_entity: person.john
ulm_card_imswel_person_wifi_tracker: device_tracker.wifi_oneplus_6t
ulm_card_imswel_person_gps_tracker: device_tracker.oneplus_6t
ulm_card_imswel_person_findmy_script: script.find_my_oneplus_6t
ulm_card_imswel_person_wifi_tracker: device_tracker.my_phone_wifi
ulm_card_imswel_person_gps_tracker: device_tracker.my_phone
ulm_card_imswel_person_findmy_script: script.find_my_phone
ulm_card_imswel_person_use_entity_picture: true
```

Expand All @@ -75,19 +79,19 @@ This card needs the following to function correctly:
</tr>
<tr>
<td>ulm_card_imswel_person_wifi_tracker</td>
<td>device_tracker.wifi_oneplus_6t</td>
<td>device_tracker.my_phone_wifi</td>
<td>yes</td>
<td>A device_tracker entity of the person based on wifi</td>
</tr>
<tr>
<td>ulm_card_imswel_person_gps_tracker</td>
<td>device_tracker.oneplus_6t</td>
<td>device_tracker.my_phone</td>
<td>yes</td>
<td>A device_tracker entity of the person based on location</td>
</tr>
<tr>
<td>ulm_card_imswel_person_findmy_script</td>
<td>script.find_my_oneplus_6t</td>
<td>script.find_my_phone</td>
<td>yes</td>
<td>A script entity that make ring your phone</td>
</tr>
Expand All @@ -99,6 +103,27 @@ This card needs the following to function correctly:
</tr>
</table>

#### Phone finder script example

```yaml
find_my_phone:
sequence:
- service: notify.mobile_app_my_android
data:
message: command_volume_level
data:
media_stream: alarm_stream
command: 20
- service: notify.mobile_app_my_android
data:
message: Home Assistant is searching your phone !
data:
ttl: 0
priority: high
channel: alarm_stream
mode: single
```

??? note "Template Code"

```yaml title="custom_card_imswel_person.yaml"
Expand Down
Loading
Loading