16 lines
432 B
Markdown
16 lines
432 B
Markdown
---
|
|
layout: page
|
|
title: "Components"
|
|
description: "List of the built-in components of Home Assistant."
|
|
date: 2014-12-21 13:35
|
|
sidebar: false
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
---
|
|
|
|
Home Assistant consists of the following built-in components:
|
|
|
|
{% directory path:components exclude:index %}
|
|
* [{{ file.slug | replace: '_',' ' | capitalize }}]({{ file.slug | prepend: '/components/' | append: '.html' }})
|
|
{% enddirectory %}
|