Read-only import of the pre-migration homeassistant5 container (piha), per DESIGN.md phase-0 scope: 60 automations (split one-file-per-id), 5 scenes, 1 script, plus curated .storage/* export (area/entity registries, input_boolean/input_text, lovelace dashboards). No token at ~/.config/ha-deploy/ken-legacy.token — fixtures step fail-softed as designed, no repo import.sh changes needed. Verified: gitignore-excluded paths (secrets.yaml, *.db*, logs, .storage/auth*, core.restore_state, tts/, deps/, backups/, .cloud/) correctly stripped from the pull; three consecutive import.sh runs produced byte-identical output under config/ken-legacy/ and storage-export/ken-legacy/ (idempotent); automation count matches the 2026-07-22 recon estimate (~60) exactly. README.md only touched to note the import date. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
30 lines
547 B
YAML
30 lines
547 B
YAML
actions:
|
|
- action: shell_command.piplayer_shutdown
|
|
data: {}
|
|
alias: Shutdown piplayer when wzmaczniacz is off
|
|
conditions:
|
|
- condition: and
|
|
conditions:
|
|
- condition: state
|
|
entity_id: switch.tasmota_13
|
|
for:
|
|
hours: 0
|
|
minutes: 6
|
|
seconds: 0
|
|
state: 'off'
|
|
- condition: state
|
|
entity_id: binary_sensor.192_168_31_6
|
|
for:
|
|
hours: 0
|
|
minutes: 5
|
|
seconds: 0
|
|
state: 'on'
|
|
description: ''
|
|
id: '1744919746930'
|
|
mode: single
|
|
triggers:
|
|
- hours: '*'
|
|
minutes: '*'
|
|
seconds: '45'
|
|
trigger: time_pattern
|