diff --git a/INFO.md b/INFO.md deleted file mode 100644 index 6c5ebdb..0000000 --- a/INFO.md +++ /dev/null @@ -1,121 +0,0 @@ -

- Logo
- - Catppuccin for Home Assistant - -

- -

- - - -

- -

- -

- -## Previews - -
-🌻 Latte - - - - - - - - - -
-
-🪴 Frappé - - - - - - - - -
-
-🌺 Macchiato - - - - - - - - -
- -
-🌿 Mocha - - - - - - - - -
- -## Usage - -### Manual -1. Add the following code to your `configuration.yaml` file (reboot required). - -```yaml -frontend: - ... # your configuration. - themes: !include_dir_merge_named themes - ... # your configuration. -``` -2. Clone the repository -```bash -git clone https://github.com/fapfaff/HA-Catppuccin-Theme.git -``` - -3. Copy `themes/catppuccin.yaml` in your existing (or create it) `themes/` folder. - -```bash -mv HA-Catppuccin-Theme/themes/catppuccin.yaml ~/config/themes/. -``` - - -## 💝 Thanks to - -- [fapfaff](https://github.com/fapfaff) - -  - -

- -

- -

- Copyright © 2021-present Catppuccin Org -

- -

- -

diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..6685511 --- /dev/null +++ b/hacs.json @@ -0,0 +1,4 @@ +{ + "name": "Catppuccin Theme", + "render_readme": true +}