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