diff --git a/README.md b/README.md index 54205e3..869fa7c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Create documents containing live code, equations, visualizations, and explanatory text. -![The JupyterLab Hass.io add-on](images/screenshot.png) +![The JupyterLab add-on](images/screenshot.png) ## About @@ -142,7 +142,7 @@ panel_iframe: jupyterlab: title: JupyterLab icon: mdi:flask - url: https://addres.to.your.hass.io:7777 + url: https://addres.to.your.home.assistant:7777 ``` ## Getting a GitHub access token diff --git a/jupyterlab/.README.j2 b/jupyterlab/.README.j2 index ff234b9..1503c53 100644 --- a/jupyterlab/.README.j2 +++ b/jupyterlab/.README.j2 @@ -11,7 +11,7 @@ Create documents containing live code, equations, visualizations, and explanatory text. -![The JupyterLab Hass.io add-on][screenshot] +![The JupyterLab add-on][screenshot] ## About diff --git a/jupyterlab/config.json b/jupyterlab/config.json index 523ef6e..1d78a7b 100644 --- a/jupyterlab/config.json +++ b/jupyterlab/config.json @@ -2,7 +2,7 @@ "name": "JupyterLab Lite", "version": "dev", "slug": "jupyterlablite", - "description": "Create documents containing live code, equations, visualizations, and explanatory text.", + "description": "Create documents containing live code, equations, visualizations, and explanatory text", "url": "https://github.com/hassio-addons/addon-jupyterlab-lite", "webui": "[PROTO:ssl]://[HOST]:[PORT:7777]", "startup": "application",