Add FAQ (#2836)
This commit is contained in:
parent
5d240e1898
commit
e37fb6f094
7 changed files with 113 additions and 0 deletions
16
source/_faq/component.markdown
Normal file
16
source/_faq/component.markdown
Normal 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`.
|
Loading…
Add table
Add a link
Reference in a new issue