File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 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#
79hass_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+ #
1317hass_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+ #
1824hass_token = REPLACE_WITH_THE_LONG_TERM_ACCESS_KEY_FROM_HASS
You can’t perform that action at this time.
0 commit comments