Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

if manifest.json is missing "dependencies" then HA startup Hangs #24270

Closed
asantaga opened this issue Jun 2, 2019 · 1 comment
Closed

if manifest.json is missing "dependencies" then HA startup Hangs #24270

asantaga opened this issue Jun 2, 2019 · 1 comment

Comments

@asantaga
Copy link

asantaga commented Jun 2, 2019

Home Assistant release with the issue:
0.93.2

Last working Home Assistant release (if known):

Operating environment (Hass.io/Docker/Windows/etc.):
Linux Ubuntu 18.04

Component/platform:
All , was tested with custom

Description of problem:
If you miss out the dependancies section in a component/integrtions manifest.json then HA startup will hang without any error indicating what the error.

Last three lines of log file

2019-06-02 23:21:23 DEBUG (Recorder) [homeassistant.components.recorder] Connected to recorder database
2019-06-02 23:21:23 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.2 seconds.
2019-06-02 23:21:23 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=recorder>

Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):
My sample configuration YAML is for a component im developing, the relevant section is

wiser:
  host: 192.168.0.29
  password: XXXXXXXXXXXX
  scan_interval: 300
  boost_temp: 25
  boost_time: 30

Sample manifest.json which DOES NOT work and hangs is

{
  "domain": "wiser",
  "name": "Wiser Heating Component ",
  "documentation": "https://www.example.com",
  "codeowners": ["@asantaga"],
  "requirements": ["wiser-heating-api>=1.0.0"]
}

Traceback (if applicable):


Additional information:

@OttoWinter OttoWinter added the core label Jun 3, 2019
@stale
Copy link

stale bot commented Sep 1, 2019

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍
This issue now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Sep 1, 2019
@stale stale bot closed this as completed Sep 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants