Use ip address out of the same range
This commit is contained in:
parent
43b3722410
commit
e2b635565c
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ If a module is missing then you need to download is it from [MicroPython Library
|
|||
# Sample code to request the state of a Home Assistant entity.
|
||||
|
||||
API_PASSWORD = 'YOUR_PASSWORD'
|
||||
URL = 'http://10.100.0.197:8123/api/states/'
|
||||
URL = 'http://192.168.0.5:8123/api/states/'
|
||||
ENTITY = 'sensor.kitchen_temperature'
|
||||
TIMEOUT = 30
|
||||
PIN = 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue