%%{init: {'theme': 'base', 'flowchart': {'nodeSpacing': 40, 'rankSpacing': 50}}}%%
flowchart TB
subgraph rpi ["lautaro - 192.168.99.108
Raspberry Pi | Debian armv7l
NON ACCESSIBLE - Donnees documentees"]
subgraph docker_env ["Docker Engine"]
ha["Home Assistant
Port: 8123
network_mode: host"]
end
subgraph config ["Configuration"]
compose["~/homeassistant/
docker-compose.yml"]
ha_config["configuration.yaml
secrets.yaml"]
end
end
subgraph external ["Acces reseau"]
clients["Clients LAN
192.168.99.0/24"]
end
ha --- compose
ha --- ha_config
clients -->|":8123"| ha
classDef haStyle fill:#1e4a4a,stroke:#4a9a9a,color:#a8e0e0
classDef configStyle fill:#2a3a4a,stroke:#6a8aaa,color:#b0d0e8
classDef netStyle fill:#1e3a5f,stroke:#4a90d9,color:#a8d0f0
classDef dormStyle fill:#2a2a2a,stroke:#666,color:#999
class ha haStyle
class compose,ha_config configStyle
class clients netStyle
style rpi stroke-dasharray: 5 5