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 2
2
#
3
3
# Set hass_host to the host name or IP address where your HASS is running.
4
4
# 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
6
8
#
7
9
hass_host = YOUR_HASS_HOST_OR_IP
8
10
#
9
11
# Set hass_url to the URL of your HASS http interface. Typically the host
10
12
# name portion will be the same as hass_host above.
11
13
# e.g., http://my-homeassistant.duckdns.org/ or http://192.168.1.10:8123.
12
14
#
15
+ # Do not use quotes
16
+ #
13
17
hass_url = http://YOUR_HASS_HOST_OR_IP:8123
14
18
#
15
19
# Set hass_token to a long-term access token created via the button
16
20
# at the bottom of your user profile page in HASS.
17
21
#
22
+ # Do not use quotes
23
+ #
18
24
hass_token = REPLACE_WITH_THE_LONG_TERM_ACCESS_KEY_FROM_HASS
You can’t perform that action at this time.
0 commit comments