diff --git a/readme.md b/readme.md index abda5c9..e170198 100644 --- a/readme.md +++ b/readme.md @@ -310,18 +310,23 @@ haos-project/ │ ├── automations-overview.md # Vue d'ensemble des automatisations │ └── security-policy.md # Politique de sécurité appliquée │ -└── configs/ - ├── homeassistant/ - │ └── configuration.yaml.example # Config principale HAOS (anonymisée) - ├── zigbee2mqtt/ - │ └── configuration.yaml.example # Config Zigbee2MQTT (anonymisée) - ├── alarmo/ - │ └── automations-alarm.yaml # Automatisations alarme (anonymisées) - ├── esphome/ - │ └── humidity-sensor.yaml # Config capteur ESP32 humidité - └── frigate/ - └── config.yaml.example # Template config Frigate NVR - +├── configs/ +│ ├── homeassistant/ +│ │ └── configuration.yaml.example # Config principale HAOS (anonymisée) +│ ├── zigbee2mqtt/ +│ │ └── configuration.yaml.example # Config Zigbee2MQTT (anonymisée) +│ ├── alarmo/ +│ │ └── automations-alarm.yaml # Automatisations alarme (anonymisées) +│ ├── esphome/ +│ │ └── humidity-sensor.yaml # Config capteur ESP32 humidité +│ └── frigate/ +│ └── config.yaml.example # Template config Frigate NVR +│ +└── screenshots/ + ├── 1.png # Dashboard principal + ├── 2.png # Dashboard datas + ├── 3.png # Interface Frigate + └── 4.png # Vue réseau Zigbee ``` --- diff --git a/screenshots/1.png b/screenshots/1.png new file mode 100644 index 0000000..ded6956 Binary files /dev/null and b/screenshots/1.png differ diff --git a/screenshots/2.png b/screenshots/2.png new file mode 100644 index 0000000..fffb7df Binary files /dev/null and b/screenshots/2.png differ diff --git a/screenshots/3.png b/screenshots/3.png new file mode 100644 index 0000000..838658a Binary files /dev/null and b/screenshots/3.png differ diff --git a/screenshots/4.png b/screenshots/4.png new file mode 100644 index 0000000..664ac2e Binary files /dev/null and b/screenshots/4.png differ