Add info.md for hacs

This commit is contained in:
Thomas Lovén 2019-08-08 13:16:49 +02:00
parent ecbacde665
commit a56d78e096
2 changed files with 12 additions and 1 deletions

View File

@ -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

9
info.md Normal file
View File

@ -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