Skip to content

Commit 41d1d3a

Browse files
committed
minor comment updates
1 parent 92acdc7 commit 41d1d3a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyscript.conf

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,23 @@
22
#
33
# Set hass_host to the host name or IP address where your HASS is running.
44
# This should be a host name or IP address you can ping from the Jupyter
5-
# client machine. e.g., `192.168.1.10` or `homeassistant`.
5+
# client machine. e.g., 192.168.1.10 or homeassistant.
6+
#
7+
# Do not use quotes
68
#
79
hass_host = YOUR_HASS_HOST_OR_IP
810
#
911
# Set hass_url to the URL of your HASS http interface. Typically the host
1012
# name portion will be the same as hass_host above.
1113
# e.g., http://my-homeassistant.duckdns.org/ or http://192.168.1.10:8123.
1214
#
15+
# Do not use quotes
16+
#
1317
hass_url = http://YOUR_HASS_HOST_OR_IP:8123
1418
#
1519
# Set hass_token to a long-term access token created via the button
1620
# at the bottom of your user profile page in HASS.
1721
#
22+
# Do not use quotes
23+
#
1824
hass_token = REPLACE_WITH_THE_LONG_TERM_ACCESS_KEY_FROM_HASS

0 commit comments

Comments
 (0)