بنقرة واحدة
HomeAssistant-pyscript-Conversion-Skill
يحتوي HomeAssistant-pyscript-Conversion-Skill على 2 من skills المجمعة من gauravmm، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
Work with HomeAssistant pyscript automation files. Use when asked to add, modify, debug, or refactor automations in the pyscript/ directory. Also use when asked to sync or patch stubs from HA.
Converts Home Assistant YAML automations to HA-Pyscript Python files. Use when asked to convert, migrate, or rewrite HA automations from YAML/JSON format to pyscript. Groups related automations into the same Python file, merges complementary automations into single functions with multiple triggers, and replaces delays with task.sleep(). The source automations are in originals/ and the output goes to the pyscript/ directory.