From 1031250fdf392a4e928a6e580f5e65c50d847df6 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Mon, 10 Aug 2026 23:17:24 +0300 Subject: [PATCH] docs: improve README --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 440c909..c26e731 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # Home Assistant CUPS Print Server App [![Version](https://img.shields.io/badge/version-1.0.0-blue.svg)](https://github.com/arest/cups-addon) @@ -134,7 +136,7 @@ This project is licensed under the MIT License. ## Data Persistence -This app stores all CUPS data in the Home Assistant `/data` directory, ensuring: +This app stores all CUPS data in the Home Assistant `/share` directory, ensuring: - Printer configurations persist across app restarts - Print jobs and settings are maintained through system reboots @@ -142,8 +144,7 @@ This app stores all CUPS data in the Home Assistant `/data` directory, ensuring: - All CUPS data is included in Home Assistant backups The following directories are maintained in the persistent storage: -- `/data/cups/config`: CUPS configuration files -- `/data/cups/cache`: CUPS cache data -- `/data/cups/logs`: CUPS log files -- `/data/cups/state`: CUPS state information - +- `/share/cups/config`: CUPS configuration files +- `/share/cups/cache`: CUPS cache data +- `/share/cups/logs`: CUPS log files +- `/share/cups/state`: CUPS state information