home-assistant.github.io/source/details/index.markdown
Fabian Affolter 83d5638d29 New Details category (#1347)
* Place details in the new category

* Update title
2016-10-28 08:19:07 +02:00

20 lines
417 B
Markdown

---
layout: page
title: "Details Topics"
description: "Details about Home Assistant."
date: 2016-10-20 12:00 -0800
sidebar: false
comments: false
sharing: true
footer: true
regenerate: true
hide_github_edit: true
---
This page is a collection of further details about Home Assistant.
{% assign details = site.details | sort: 'title' %}
{% for detail in details %}
* [{{detail.title}}]({{detail.url}})
{% endfor %}