Skip to content
Merged

dev #97

Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion create_lunar_events.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ sequence:
response_variable: response
- variables:
solar_date: >-
{{ response.date if (response is defined and response.get('date')) }}
{{ response.solar_date if (response is defined and response.get('solar_date')) }}
- action: calendar.create_event
data:
summary: "{{ event_summary }}"
Expand Down
2 changes: 1 addition & 1 deletion traffic_fine_notification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ blueprint:
- Cần sao chép tập lệnh `scripts/traffic_fine_lookup_tool.py` vào thư mục `config/pyscript`.
- Cần sao chép tập tin `scripts/requirements.txt` vào thư mục `config/pyscript`.
- Các tệp được đề cập bên trên đều có sẵn trong kho lưu trữ Github.
- Bật hai cài đặt cấu hình Pyscript để cho phép nhập bất kỳ gói Python nào hiển thị hass dưới dạng một biến.
- Cần kích hoạt hai tùy chọn Pyscript thông qua giao diện người dùng hoặc qua YAML để cho phép nhập tất cả các gói Python và để biến hass thành một biến toàn cục.
- Cần cấu hình 1 khóa Gemini API trong `config/configuration.yaml` và `config/secrets.yaml` sử dụng cho việc giải mã CAPTCHA.

```
Expand Down