Home Assistant: Difference between revisions

Some guidance on common errors when using the declarative configuration
Undo revision 31201 by LovesTha (talk) as it was explained well further down.
Tag: Undo
Line 88: Line 88:
   };
   };
}
}
</syntaxhighlight>There may be a bunch of other <code>extraComponents</code> you may need for the initial start of home-assistant depending on what is on your network, as the initial scans it does expects some components to be available if they are needed to interrogate your devices. The error log from home-assistant should indicate what component is missing:  <code>sudo journalctl -xeu home-assistant</code>
</syntaxhighlight>


=== Imperative configuration ===
=== Imperative configuration ===