From 41d1d3ad15c6c6247dc5244c6514de5184244173 Mon Sep 17 00:00:00 2001 From: Craig Barratt <19445341+craigbarratt@users.noreply.github.com> Date: Fri, 4 Sep 2020 21:59:27 -0700 Subject: [PATCH] minor comment updates --- pyscript.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pyscript.conf b/pyscript.conf index 69d18c7..97c0130 100644 --- a/pyscript.conf +++ b/pyscript.conf @@ -2,7 +2,9 @@ # # Set hass_host to the host name or IP address where your HASS is running. # This should be a host name or IP address you can ping from the Jupyter -# client machine. e.g., `192.168.1.10` or `homeassistant`. +# client machine. e.g., 192.168.1.10 or homeassistant. +# +# Do not use quotes # hass_host = YOUR_HASS_HOST_OR_IP # @@ -10,9 +12,13 @@ hass_host = YOUR_HASS_HOST_OR_IP # name portion will be the same as hass_host above. # e.g., http://my-homeassistant.duckdns.org/ or http://192.168.1.10:8123. # +# Do not use quotes +# hass_url = http://YOUR_HASS_HOST_OR_IP:8123 # # Set hass_token to a long-term access token created via the button # at the bottom of your user profile page in HASS. # +# Do not use quotes +# hass_token = REPLACE_WITH_THE_LONG_TERM_ACCESS_KEY_FROM_HASS