con un clic
HomeAssistant-pyscript-Conversion-Skill
HomeAssistant-pyscript-Conversion-Skill contiene 2 skills recopiladas de gauravmm, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
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.