From 17d4967916ed20153d67d1de84f9deba50dda7cd Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 15 Dec 2016 18:44:53 +0100 Subject: [PATCH] Fix liquid error --- source/_ecosystem/hadashboard/dash_config.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_ecosystem/hadashboard/dash_config.markdown b/source/_ecosystem/hadashboard/dash_config.markdown index 2fb2c4cda55..82a54af87a9 100755 --- a/source/_ecosystem/hadashboard/dash_config.markdown +++ b/source/_ecosystem/hadashboard/dash_config.markdown @@ -16,11 +16,13 @@ Hadashboard is a Dashing application, so make sure to read all the instructions Make a copy of `dashboards/example.erb` and call it `main.erb`, then edit this file to reference the items you want to display and control and to get the layout that you want. Leave the original `example.erb` intact and unchanged so that you don't run into problems when trying to update using the git commands mentioned later in "Updating the Dashboard". The basic anatomy of a widget is this: + ``` html
  • ``` + - **data-row**, **data-col**: The position of the widget in the grid. - **data-sizex**, **data-sizey**: The size of the widget in terms of grid tile. - **data-id**: The homeassitant entity id without the entity type (e.g. `light.office` becomes `office`). @@ -44,7 +46,7 @@ This may break `hapush`'s parsing of the file, so keep to the line format first Please, refer to the Dashing website for instructions on how to change the grid and tile size, as well as more general instructions about widgets, their properties, and how to create new widgets. -## {% linkable_title Supported Widgets %] +## {% linkable_title Supported Widgets %} At this time I have provided support for the following Home Assistant entity types.