# FailureNTS™ install

Version: `0.0.46`

## Easy install from failurenetworks.net

Run this from the Home Assistant config folder, usually `/config`:

```sh
wget -O /tmp/failurents-install.sh http://failurenetworks.net/failurents/install.sh
sh /tmp/failurents-install.sh
```

Alternative with `curl`:

```sh
curl -fsSL http://failurenetworks.net/failurents/install.sh -o /tmp/failurents-install.sh
sh /tmp/failurents-install.sh
```

The installer copies only the integration code and frontend assets:

```text
custom_components/note_to_self/
www/note-to-self/
```

It does **not** delete or overwrite your notes, `.storage` data, or uploaded attachments.

## Manual install

1. Download `FailureNTS_V0.0.46_public.zip`.
2. Extract it.
3. Copy `custom_components/note_to_self` to `/config/custom_components/note_to_self`.
4. Copy `www/note-to-self` to `/config/www/note-to-self`.
5. Restart Home Assistant.
6. Go to **Settings → Devices & Services → Add Integration**.
7. Add **Note to self**.
8. Open **Note to self** from the sidebar.
9. Do one browser hard reload after upgrading.

## Upgrade note

The panel is versioned as:

```text
/local/note-to-self/note-to-self-panel.js?v=0.0.46
```

A normal Home Assistant restart plus one browser hard reload should clear stale panel assets.
