Use ip address out of the same range

This commit is contained in:
Fabian Affolter 2016-07-28 23:08:25 +02:00
parent 43b3722410
commit e2b635565c
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -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