From f30ad17fe3a0b8207a6e760083628eab42db90cd Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 16 Apr 2020 17:03:03 -0700 Subject: [PATCH] Add documentation link --- custom_components/browser_mod/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/browser_mod/manifest.json b/custom_components/browser_mod/manifest.json index a559ef5..a6850ca 100644 --- a/custom_components/browser_mod/manifest.json +++ b/custom_components/browser_mod/manifest.json @@ -1,7 +1,7 @@ { "domain": "browser_mod", "name": "Browser mod", - "documentation": "", + "documentation": "https://github.com/thomasloven/hass-browser_mod/blob/master/README.md", "dependencies": ["websocket_api", "http"], "codeowners": [], "requirements": []