From 090958f9f05713218cffab2fe5933bb9830893ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Wed, 23 Jan 2019 22:44:08 +0100 Subject: [PATCH] Version 0.3 --- README.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index ccf3145..fc74714 100644 --- a/README.md +++ b/README.md @@ -4,29 +4,18 @@ card-tools This is a collection of tools to simplify creating custom cards for [Home Assistant](https://home-assistant.io) # IMPORTANT -card-tools and any plugins that require it works only with Home Assistant 0.84 or later. +`card-tools` v. 0.3 and any plugins that require it works only with Home Assistant 0.86 or later. ## Installation instructions If you see "Can't find card-tools. [...]" in your Home Assistant UI, follow these instructions. -1. Download [card-tools.js](https://github.com/thomasloven/lovelace-card-tools/raw/master/card-tools.js) and place in `/www/card-tools.js`. - -2. Add the following lines to `/ui-lovelace.yaml` - -```yaml -resources: - - url: /local/card-tools.js - type: js -``` +To install `card-tools` follow [this guide](https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins). ## User instructions That's all. You don't need to do anything else. -> However, if you wish to update `card-tools` automatically using the [custom updater](https://github.com/custom-components/custom_updater), you should add `?v=0` to the end of the `url:` in your `resources:` section. - - ## Developer instructions *BREAKING CHANGES IN VERSION 0.3* Please read changelog below