Skip to content

Commit da479a7

Browse files
authored
Merge pull request #123
Update the README to recommend using the Blueprints Updater
2 parents 6ea56b5 + 103fde5 commit da479a7

32 files changed

Lines changed: 36 additions & 30 deletions

README.en.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
**[ 🇺🇸 English | [🇻🇳 Tiếng Việt](README.md) ]**
44

5+
> [!TIP]
6+
> **[Blueprints Updater](https://github.com/luuquangvu/blueprints-updater)**: A highly useful integration that automatically updates blueprints in this collection. When you have many blueprints from different sources, keeping track of updates can be challenging - this integration handles it for you automatically.
7+
58
**Google has recently significantly cut back on the free Gemini API, making it almost impossible to meet the usage needs of Home Assistant. You can find [a completely free alternative solution here](https://github.com/luuquangvu/ha-addons).**
69

710
_All blueprints in this collection are fine-tuned to work best with **Gemini Flash** models. Other models may require minor adjustments to behave as expected._

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
**[ [🇺🇸 English](README.en.md) | 🇻🇳 Tiếng Việt ]**
44

5+
> [!TIP]
6+
> **[Blueprints Updater](https://github.com/luuquangvu/blueprints-updater)**: Một tích hợp cực kỳ hữu ích giúp tự động cập nhật các blueprint trong bộ sưu tập này. Khi bạn cài đặt nhiều blueprint từ nhiều nguồn khác nhau, việc theo dõi cập nhật từ các tác giả trở nên khó khăn - tích hợp này sẽ giải quyết vấn đề đó cho bạn hoàn toàn tự động.
7+
58
**Gần đây, Google đã cắt giảm đáng kể API Gemini miễn phí, khiến nó gần như không thể đáp ứng nhu cầu sử dụng của Home Assistant. Các bạn có thể tham khảo [một giải pháp thay thế hoàn toàn miễn phí tại đây](https://github.com/luuquangvu/ha-addons).**
69

710
_Tất cả blueprint trong bộ sưu tập này được tinh chỉnh để hoạt động tối ưu với các mô hình (model) **Gemini Flash**. Các mô hình ngôn ngữ khác có thể cần điều chỉnh nhỏ để đạt hiệu quả tương tự._

ac_mode_and_fan_control_full_llm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ blueprint:
4848
- Once the script is created, click the three dots in the top right corner, choose "Edit in YAML," and remove the `description: ...` line to restore the default. This step is important because it helps the LLM better understand the script's purpose.
4949
domain: script
5050
homeassistant:
51-
min_version: 2024.10.0
51+
min_version: 2024.12.0
5252
input:
5353
entity_aliases_settings:
5454
name: Settings for Entity Aliases

advanced_google_search_full_llm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ blueprint:
3030
- Once the script is created, click the three dots in the top right corner, choose "Edit in YAML," and remove the `description: ...` line to restore the default. This step is important because it helps the LLM better understand the script's purpose.
3131
domain: script
3232
homeassistant:
33-
min_version: 2025.4.0
33+
min_version: 2024.12.0
3434
input:
3535
agent_settings:
3636
name: Settings for Conversation Agent

advanced_youtube_search_full_llm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ blueprint:
4242
- Once the script is created, click the three dots in the top right corner, choose "Edit in YAML," and remove the `description: ...` line to restore the default. This step is important because it helps the LLM better understand the script's purpose.
4343
domain: script
4444
homeassistant:
45-
min_version: 2024.10.0
45+
min_version: 2024.12.0
4646
input:
4747
results_settings:
4848
name: Settings for Results

calendar_events_lookup_full_llm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ blueprint:
2323
- Once the script is created, click the three dots in the top right corner, choose "Edit in YAML," and remove the `description: ...` line to restore the default. This step is important because it helps the LLM better understand the script's purpose.
2424
domain: script
2525
homeassistant:
26-
min_version: 2024.10.0
26+
min_version: 2024.12.0
2727
input:
2828
calendar_settings:
2929
name: Settings for Calendar

camera_snapshot_full_llm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ blueprint:
4949
- Once the script is created, click the three dots in the top right corner, choose "Edit in YAML," and remove the `description: ...` line to restore the default. This step is important because it helps the LLM better understand the script's purpose.
5050
domain: script
5151
homeassistant:
52-
min_version: 2024.10.0
52+
min_version: 2024.12.0
5353
input:
5454
entity_aliases_settings:
5555
name: Settings for Entity Aliases

check_the_device_turns_on_manually.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ blueprint:
88
- Prevents false triggers when device comes back from unavailable/unknown state.
99
domain: automation
1010
homeassistant:
11-
min_version: 2024.10.0
11+
min_version: 2024.12.0
1212
input:
1313
linked_entity:
1414
name: Entity

control_music_full_llm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ blueprint:
2323
- Special thanks to the original blueprint from [music-assistant/voice-support](https://github.com/music-assistant/voice-support). This version has been refined and optimized specifically for use with Gemini.
2424
domain: script
2525
homeassistant:
26-
min_version: 2024.6.0
26+
min_version: 2024.12.0
2727
input:
2828
music_assistant_settings:
2929
name: Settings for Music Assistant playback

create_calendar_event_full_llm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ blueprint:
2424
- Once the script is created, click the three dots in the top right corner, choose "Edit in YAML," and remove the `description: ...` line to restore the default. This step is important because it helps the LLM better understand the script's purpose.
2525
domain: script
2626
homeassistant:
27-
min_version: 2024.10.0
27+
min_version: 2024.12.0
2828
input:
2929
calendar_settings:
3030
name: Settings for Calendar

0 commit comments

Comments
 (0)