mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Use ip address out of the same range
This commit is contained in:
parent
43b3722410
commit
e2b635565c
@ -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…
x
Reference in New Issue
Block a user