Skip to content

Commit 86b09ef

Browse files
committed
Clarify Pyscript configuration instructions across blueprint files.
1 parent a618aa6 commit 86b09ef

13 files changed

Lines changed: 13 additions & 13 deletions

advanced_youtube_search_full_llm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ blueprint:
1313
- The `scripts/youtube_data_tool.py` script needs to be copied into the `config/pyscript` folder.
1414
- The `scripts/requirements.txt` file needs to be copied into the `config/pyscript` folder.
1515
- The mentioned file(s) is/are included in the repository.
16-
- Enable two Pyscript configuration options in `config/configuration.yaml` to permit the import of any Python package and to expose hass as a variable.
16+
- You need to enable two Pyscript options through the UI or via YAML to allow importing all Python packages and to make hass available as a global variable.
1717
- A YouTube API key needs to be configured in `config/configuration.yaml` and `config/secrets.yaml`.
1818
1919
```

create_lunar_events.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ blueprint:
1212
- The Pyscript integration needs to be installed through HACS and properly configured.
1313
- The `scripts/date_conversion_tool.py` script needs to be copied into the `config/pyscript` folder.
1414
- The mentioned file(s) is/are included in the repository.
15-
- Enable two Pyscript configuration options in `config/configuration.yaml` to permit the import of any Python package and to expose hass as a variable.
15+
- You need to enable two Pyscript options through the UI or via YAML to allow importing all Python packages and to make hass available as a global variable.
1616
1717
```
1818
# File configuration.yaml

date_lookup_and_conversion_full_llm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ blueprint:
1212
- The Pyscript integration needs to be installed through HACS and properly configured.
1313
- The `scripts/date_conversion_tool.py` script needs to be copied into the `config/pyscript` folder.
1414
- The mentioned file(s) is/are included in the repository.
15-
- Enable two Pyscript configuration options in `config/configuration.yaml` to permit the import of any Python package and to expose hass as a variable.
15+
- You need to enable two Pyscript options through the UI or via YAML to allow importing all Python packages and to make hass available as a global variable.
1616
1717
```
1818
# File configuration.yaml

devices_schedules.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ blueprint:
1919
- The `scripts/common_utilities.py` script need to be copied into the `config/pyscript` folder.
2020
- This blueprint is a dependency for the `devices_schedules_full_llm.yaml` and the `devices_schedules_restart_handler.yaml` blueprints.
2121
- The mentioned file(s) is/are included in the repository.
22-
- Enable two Pyscript configuration options in `config/configuration.yaml` to permit the import of any Python package and to expose hass as a variable.
22+
- You need to enable two Pyscript options through the UI or via YAML to allow importing all Python packages and to make hass available as a global variable.
2323
2424
```
2525
# File configuration.yaml

devices_schedules_restart_handler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ blueprint:
1616
- The `scripts/common_utilities.py` script need to be copied into the `config/pyscript` folder.
1717
- The `devices_schedules.yaml` blueprint needs to be installed.
1818
- The mentioned file(s) is/are included in the repository.
19-
- Enable two Pyscript configuration options in `config/configuration.yaml` to permit the import of any Python package and to expose hass as a variable.
19+
- You need to enable two Pyscript options through the UI or via YAML to allow importing all Python packages and to make hass available as a global variable.
2020
2121
```
2222
# File configuration.yaml

memory_tool_full_llm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ blueprint:
1212
- The Pyscript integration needs to be installed through HACS and properly configured.
1313
- The `scripts/memory.py` script needs to be copied into the `config/pyscript` folder.
1414
- The mentioned file(s) is/are included in the repository.
15-
- Enable two Pyscript configuration options in `config/configuration.yaml` to permit the import of any Python package and to expose hass as a variable.
15+
- You need to enable two Pyscript options through the UI or via YAML to allow importing all Python packages and to make hass available as a global variable.
1616
1717
```
1818
# File configuration.yaml

memory_tool_local.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ blueprint:
1212
- The Pyscript integration needs to be installed through HACS and properly configured.
1313
- The `scripts/memory.py` and `scripts/common_utilities.py` scripts need to be copied into the `config/pyscript` folder.
1414
- The mentioned file(s) is/are included in the repository.
15-
- Enable two Pyscript configuration options in `config/configuration.yaml` to permit the import of any Python package and to expose hass as a variable.
15+
- You need to enable two Pyscript options through the UI or via YAML to allow importing all Python packages and to make hass available as a global variable.
1616
1717
```
1818
# File configuration.yaml

send_to_telegram_full_llm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ blueprint:
1414
- The `scripts/telegram_bot_handle_tool.py` script needs to be copied into the `config/pyscript` folder.
1515
- The `scripts/requirements.txt` file needs to be copied into the `config/pyscript` folder.
1616
- The mentioned file(s) is/are included in the repository.
17-
- Enable two Pyscript configuration options in `config/configuration.yaml` to permit the import of any Python package and to expose hass as a variable.
17+
- You need to enable two Pyscript options through the UI or via YAML to allow importing all Python packages and to make hass available as a global variable.
1818
- A Telegram bot token needs to be configured in `config/configuration.yaml` and `config/secrets.yaml`.
1919
2020
```

send_to_zalo_bot_full_llm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ blueprint:
1414
- The `scripts/zalo_bot_handle_tool.py` script needs to be copied into the `config/pyscript` folder.
1515
- The `scripts/requirements.txt` file needs to be copied into the `config/pyscript` folder.
1616
- The mentioned file(s) is/are included in the repository.
17-
- Enable two Pyscript configuration options in `config/configuration.yaml` to permit the import of any Python package and to expose hass as a variable.
17+
- You need to enable two Pyscript options through the UI or via YAML to allow importing all Python packages and to make hass available as a global variable.
1818
- A Zalo bot token needs to be configured in `config/configuration.yaml` and `config/secrets.yaml`.
1919
2020
```

telegram_bot_webhook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ blueprint:
1616
- The `scripts/telegram_bot_handle_tool.py` and `scripts/common_utilities.py` scripts need to be copied into the `config/pyscript` folder.
1717
- The `scripts/requirements.txt` file needs to be copied into the `config/pyscript` folder.
1818
- The mentioned file(s) is/are included in the repository.
19-
- Enable two Pyscript configuration options in `config/configuration.yaml` to permit the import of any Python package and to expose hass as a variable.
19+
- You need to enable two Pyscript options through the UI or via YAML to allow importing all Python packages and to make hass available as a global variable.
2020
- A Telegram bot token needs to be configured in `config/configuration.yaml` and `config/secrets.yaml`.
2121
2222
```

0 commit comments

Comments
 (0)