From a56d78e0968e4eea4ec551e2ccb6cad4834bfc9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Thu, 8 Aug 2019 13:16:49 +0200 Subject: [PATCH] Add info.md for hacs --- README.md | 4 +++- info.md | 9 +++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 info.md diff --git a/README.md b/README.md index d9209f5..87cbcd5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ lovelace\_gen ============ +[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg)](https://github.com/custom-components/hacs) + Improve the lovelace yaml parser for Home Assistant. See [my floorplan card](https://github.com/thomasloven/hass-config/blob/master/lovelace/floorplan.yaml) for an example of what's possible. @@ -21,7 +23,7 @@ lovelace: # Usage -This integration changes the way Home Assistant parses your `ui_lovelace.yaml` before sending the information off to the lovelace frontend in your browser. +This integration changes the way Home Assistant parses your `ui_lovelace.yaml` before sending the information off to the lovelace frontend in your browser. It's obviously only useful if you are using [YAML mode](https://www.home-assistant.io/lovelace/yaml-mode/). ### First of all To rerender the frontend, use the Refresh option from the three-dots-menu in Lovelace diff --git a/info.md b/info.md new file mode 100644 index 0000000..8e50b98 --- /dev/null +++ b/info.md @@ -0,0 +1,9 @@ +lovelace\_gen +============ + +Improve the lovelace yaml parser for Home Assistant. + +See [my floorplan card](https://github.com/thomasloven/hass-config/blob/master/lovelace/floorplan.yaml) for an example of what's possible. + +### See [README](https://github.com/thomasloven/hass-lovelace_gen/blob/master/README.md) for usage instructions +