Imported from adamlonsdale/hass-livoltek (AGENTS.md). Install upstream with npx skills add adamlonsdale/hass-livoltek. Copyright stays with the author.
Contributor Guide
Dev Environment Tips
Run scripts/setup from the repository root to create a virtual environment and install requirements.
Execute scripts/develop to start a Home Assistant instance with the integration loaded from custom_components.
Use scripts/cli-gen.sh to regenerate the API client if you modify openapi.yaml.
Testing Instructions
Run scripts/lint to check the codebase with Ruff.
Execute pytest to run the unit tests.
Ensure all linting and tests pass before submitting a PR.
PR instructions
Title format: [hass-livoltek] <Title>
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/adamlonsdale-hass-livoltek-hass-livoltek/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "adamlonsdale-hass-livoltek-hass-livoltek",
"kind": "skill",
"name": "hass-livoltek",
"description": "Contributor Guide",
"publisher": "adamlonsdale",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Contributor Guide"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/adamlonsdale/hass-livoltek",
"path": "AGENTS.md",
"ref": "c93956a88a442598c4c68083798ccf74b2ab734f",
"url": "https://github.com/adamlonsdale/hass-livoltek/blob/c93956a88a442598c4c68083798ccf74b2ab734f/AGENTS.md",
"key": "adamlonsdale/hass-livoltek/AGENTS.md"
}
},
"instructions": "# Contributor Guide\n\n## Dev Environment Tips\n- Run `scripts/setup` from the repository root to create a virtual environment and install requirements.\n- Execute `scripts/develop` to start a Home Assistant instance with the integration loaded from `custom_components`.\n- Use `scripts/cli-gen.sh` to regenerate the API client if you modify `openapi.yaml`.\n\n## Testing Instructions\n- Run `scripts/lint` to check the codebase with Ruff.\n- Execute `pytest` to run the unit tests.\n- Ensure all linting and tests pass before submitting a PR.\n\n## PR instructions\nTitle format: `[hass-livoltek] <Title>`",
"cost": {
"context_tokens": 148
}
}
Fetch it by URL: GET /api/v1/registry/adamlonsdale-hass-livoltek-hass-livoltek/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.