Skip to content

Commit

Permalink
minor comment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbarratt committed Sep 5, 2020
1 parent 92acdc7 commit 41d1d3a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyscript.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,23 @@
#
# 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
#
# Set hass_url to the URL of your HASS http interface. Typically the host
# 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

0 comments on commit 41d1d3a

Please sign in to comment.