Skip to content

Commit

Permalink
Create manifest.json
Browse files Browse the repository at this point in the history
Although the docs say this is only needed for built in components, on upgrade to HA 91.3, without this file, I was getting errors that prevented the component loading
  • Loading branch information
mattsaxon committed Apr 29, 2019
1 parent 9f6bb18 commit 1a1251c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"domain": "sonoff_lan_mode",
"name": "SOnOff Lan Model component",
"documentation": "https://github.com/beveradb/sonoff-lan-mode-homeassistant",
"requirements": [],
"dependencies": [],
"codeowners": ["[email protected]"]
}

0 comments on commit 1a1251c

Please sign in to comment.