This commit is contained in:
Fabian Affolter 2017-06-18 18:57:34 +02:00 committed by Paulus Schoutsen
parent 5d240e1898
commit e37fb6f094
7 changed files with 113 additions and 0 deletions

View file

@ -0,0 +1,16 @@
---
layout: page
title: "Component"
description: "My component does not show up"
date: 2017-06-18 09:00
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Configuration
---
When a component does not show up, many different things can be the case. Before you try any of these steps, make sure to look at the `home-assistant.log` file and see if there are any errors related to your component you are trying to set up.
If you have incorrect entries in your configuration files you can use the `check_config` script to assist in identifying them: `hass --script check_config`.