The OpenClaw guide is now maintained as a proper repository with better structure and actionable examples.
New location: https://github.com/digitalknk/openclaw-runbook
- Streamlined narrative guide
- Copy-paste example templates
- VPS setup instructions
The OpenClaw guide is now maintained as a proper repository with better structure and actionable examples.
New location: https://github.com/digitalknk/openclaw-runbook
| {{ states.binary_sensor | |
| | selectattr('attributes.device_class', 'in', ['door','window']) | |
| | selectattr('state', 'equalto', 'on') | |
| | list | count }} |