Skip to content

Commit

Permalink
Apply wording update patch (#1)
Browse files Browse the repository at this point in the history
* Add fallback for missing logs boot result. (home-assistant#22600)

* Add fallback for missing logs boot result.

* Add fallback for logs full download when boots are missing

* Fix function naming and single boot select in error-log-card

* Sync and apply wording update patch

---------

Co-authored-by: Wendelin <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Naimur Hasan <[email protected]>
  • Loading branch information
3 people authored Oct 31, 2024
1 parent c2abfbf commit 306629d
Show file tree
Hide file tree
Showing 40 changed files with 450 additions and 442 deletions.
2 changes: 1 addition & 1 deletion .github/data/last_commit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1
744cda39747b834277796fb4cdcb5d0f3f3d88d8
2 changes: 1 addition & 1 deletion .github/workflows/design_preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
# Skip running on forks since it won't have access to secrets
# Skip running PRs without 'needs design preview' label
if: github.repository == 'home-assistant/frontend' && contains(github.event.pull_request.labels.*.name, 'needs design preview')
if: github.repository == 'my-smart-homes/cloned-frontend-ha' && contains(github.event.pull_request.labels.*.name, 'needs design preview')
steps:
- name: Check out files from GitHub
uses: actions/[email protected]
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Download translations
run: ./script/translations_download
env:
LOKALISE_TOKEN: ${{ secrets.LOKALISE_TOKEN }}
# - name: Download translations
# run: ./script/translations_download
# env:
# LOKALISE_TOKEN: ${{ secrets.LOKALISE_TOKEN }}

- name: Bump version
run: script/version_bump.js nightly
Expand All @@ -50,22 +50,22 @@ jobs:
yarn install
export SKIP_FETCH_NIGHTLY_TRANSLATIONS=1
script/build_frontend
rm -rf dist home_assistant_frontend.egg-info
rm -rf dist my_smart_homes_frontend.egg-info
python3 -m build
- name: Archive translations
run: tar -czvf translations.tar.gz translations
# - name: Archive translations
# run: tar -czvf translations.tar.gz translations

- name: Upload build artifacts
uses: actions/[email protected]
with:
name: wheels
path: dist/home_assistant_frontend*.whl
path: dist/my_smart_homes_frontend*.whl
if-no-files-found: error

- name: Upload translations
uses: actions/[email protected].3
with:
name: translations
path: translations.tar.gz
if-no-files-found: error
# - name: Upload translations
# uses: actions/[email protected].0
# with:
# name: translations
# path: translations.tar.gz
# if-no-files-found: error
26 changes: 13 additions & 13 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Download Translations
run: ./script/translations_download
env:
LOKALISE_TOKEN: ${{ secrets.LOKALISE_TOKEN }}
# - name: Download Translations
# run: ./script/translations_download
# env:
# LOKALISE_TOKEN: ${{ secrets.LOKALISE_TOKEN }}
- name: Build and release package
run: |
python3 -m pip install twine build
Expand All @@ -71,13 +71,13 @@ jobs:
# Sleep to give pypi time to populate the new version across mirrors
sleep 240
version=$(echo "${{ github.ref }}" | awk -F"/" '{print $NF}' )
echo "home-assistant-frontend==$version" > ./requirements.txt
echo "my-home-assistant-frontend==$version" > ./requirements.txt
- name: Build wheels
uses: home-assistant/[email protected]
with:
abi: cp312
tag: musllinux_1_2
arch: amd64
wheels-key: ${{ secrets.WHEELS_KEY }}
requirements: "requirements.txt"
# - name: Build wheels
# uses: home-assistant/[email protected]
# with:
# abi: cp312
# tag: musllinux_1_2
# arch: amd64
# wheels-key: ${{ secrets.WHEELS_KEY }}
# requirements: "requirements.txt"
2 changes: 1 addition & 1 deletion demo/src/configs/arsaboo/lovelace.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { DemoConfig } from "../types";

export const demoLovelaceArsaboo: DemoConfig["lovelace"] = (localize) => ({
title: "Home Assistant",
title: "My Smart Homes",
views: [
{
icon: "hass:home-assistant",
Expand Down
15 changes: 9 additions & 6 deletions demo/src/configs/sections/entities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -538,12 +538,13 @@ export const demoEntitiesSections: DemoConfig["entities"] = (localize) =>
latest_version: "12.1",
release_summary: null,
release_url:
"https://github.com/home-assistant/operating-system/commits/dev",
// "https://github.com/home-assistant/operating-system/commits/dev",
"https://github.com/my-smart-homes/operating-system/commits/dev",
skipped_version: null,
title: "Home Assistant Operating System",
entity_picture:
"https://brands.home-assistant.io/homeassistant/icon.png",
friendly_name: "Home Assistant Operating System Update",
friendly_name: "My Smart Homes Operating System Update",
supported_features: 3,
},
},
Expand All @@ -557,11 +558,12 @@ export const demoEntitiesSections: DemoConfig["entities"] = (localize) =>
latest_version: "2024.02.2",
release_summary: null,
release_url:
"https://github.com/home-assistant/supervisor/commits/main",
// "https://github.com/home-assistant/supervisor/commits/main",
"https://github.com/my-smart-homes/supervisor/commits/main",
skipped_version: null,
title: "Home Assistant Supervisor",
entity_picture: "https://brands.home-assistant.io/hassio/icon.png",
friendly_name: "Home Assistant Supervisor Update",
friendly_name: "My Smart Homes Supervisor Update",
supported_features: 1,
},
},
Expand All @@ -574,12 +576,13 @@ export const demoEntitiesSections: DemoConfig["entities"] = (localize) =>
in_progress: false,
latest_version: "2024.4.0",
release_summary: null,
release_url: "https://github.com/home-assistant/core/commits/dev",
// release_url: "https://github.com/home-assistant/core/commits/dev",
release_url: "https://github.com/my-smart-homes/core/commits/dev",
skipped_version: null,
title: "Home Assistant Core",
entity_picture:
"https://brands.home-assistant.io/homeassistant/icon.png",
friendly_name: "Home Assistant Core Update",
friendly_name: "My Smart Homes Core Update",
supported_features: 11,
},
},
Expand Down
Binary file modified public/static/icons/favicon-1024x1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/static/icons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/static/icons/favicon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/static/icons/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/static/icons/favicon-384x384.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/static/icons/favicon-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/static/icons/favicon-apple-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/static/icons/favicon.ico
Binary file not shown.
Binary file modified public/static/icons/maskable_icon-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/static/icons/maskable_icon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/static/icons/maskable_icon-384x384.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/static/icons/maskable_icon-48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/static/icons/maskable_icon-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/static/icons/maskable_icon-72x72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/static/icons/maskable_icon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 19 additions & 1 deletion public/static/icons/ohf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/static/icons/tile-win-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/static/icons/tile-win-310x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/static/icons/tile-win-310x310.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/static/icons/tile-win-70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 306629d

Please sign in to comment.