com um clique
HomeAssistant-pyscript-Conversion-Skill
HomeAssistant-pyscript-Conversion-Skill contém 2 skills coletadas de gauravmm, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
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.