Skip to content

Commit 2abca19

Browse files
authored
Merge pull request #97
dev
2 parents 6ede00e + b1ca5c1 commit 2abca19

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

create_lunar_events.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ sequence:
133133
response_variable: response
134134
- variables:
135135
solar_date: >-
136-
{{ response.date if (response is defined and response.get('date')) }}
136+
{{ response.solar_date if (response is defined and response.get('solar_date')) }}
137137
- action: calendar.create_event
138138
data:
139139
summary: "{{ event_summary }}"

traffic_fine_notification.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ blueprint:
1313
- Cần sao chép tập lệnh `scripts/traffic_fine_lookup_tool.py` vào thư mục `config/pyscript`.
1414
- Cần sao chép tập tin `scripts/requirements.txt` vào thư mục `config/pyscript`.
1515
- Các tệp được đề cập bên trên đều có sẵn trong kho lưu trữ Github.
16-
- 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.
16+
- 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.
1717
- 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.
1818
1919
```

0 commit comments

Comments
 (0)