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

Missing services.yaml and manifest.json for 0.92.0 Betas/Final #164

Closed
dreimer1986 opened this issue Apr 21, 2019 · 2 comments · Fixed by #175
Closed

Missing services.yaml and manifest.json for 0.92.0 Betas/Final #164

dreimer1986 opened this issue Apr 21, 2019 · 2 comments · Fixed by #175
Assignees
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@dreimer1986
Copy link

After I went to 0.92.0B1 and B2 I am greeted with these nice warnings now.

WARNING (MainThread) [homeassistant.helpers.service] Unable to find services.yaml for the alexa_media integration

Not only your component, almost ALL custom components I use are listed with such warnings. Thus I thought, I open a few reports ^^

@alandtse
Copy link
Owner

alandtse commented Apr 22, 2019

@alandtse alandtse changed the title Missing services.yaml for 0.92.0 Betas/Final Missing services.yaml and manifest.json for 0.92.0 Betas/Final Apr 22, 2019
@hmmkash
Copy link

hmmkash commented Apr 25, 2019

Hi,
Create the file services.yaml (empty file), and create manifest,json with content:

{
  "domain": "alexa_media",
  "name": "alexa Media",
  "documentation": "https://github.com/keatontaylor",
  "dependencies": [],
  "codeowners": ["@keatontaylor"],
  "requirements": []
}

and Reload Ha, it should work again

@alandtse alandtse added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed labels Apr 26, 2019
@alandtse alandtse self-assigned this Apr 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants