More LL cleanup

This commit is contained in:
Paulus Schoutsen 2019-01-26 11:38:57 -08:00
parent 2c7820c5f3
commit 8f6f2ebb2b
2 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,7 @@
<li>{% active_link /lovelace/how-it-works/ How it works %}</li> <li>{% active_link /lovelace/how-it-works/ How it works %}</li>
<li>{% active_link /lovelace/yaml-mode/ YAML mode %}</li> <li>{% active_link /lovelace/yaml-mode/ YAML mode %}</li>
<li>{% active_link /lovelace/views/ Views %}</li> <li>{% active_link /lovelace/views/ Views %}</li>
<li><a href='https://developers.home-assistant.io/docs/en/lovelace_custom_card.html'>Custom Cards (for developers) <i icon='icon-external-link'></i></a></li> <li><a href='https://developers.home-assistant.io/docs/en/lovelace_custom_card.html'>Developing Custom Cards <i icon='icon-external-link'></i></a></li>
</ul> </ul>
</div> </div>

View File

@ -29,7 +29,8 @@ To try it yourself, check out [the demo](https://demo.home-assistant.io).
## {% linkable_title Discuss Lovelace %} ## {% linkable_title Discuss Lovelace %}
Lovelace is still under development and we're always looking at making things better. Discussion and suggestions are welcome in the [ui-schema repository](https://github.com/home-assistant/ui-schema) and in the [chat](/join-chat/) in #lovelace. - Suggestions are welcome in the [ui-schema repository](https://github.com/home-assistant/ui-schema)
- For help with Lovelace, join the #lovelace channel on [our chat](/join-chat/) or [our forums](https://community.home-assistant.io/c/projects/frontend)
## {% linkable_title Additional Lovelace Resources %} ## {% linkable_title Additional Lovelace Resources %}