key
This commit is contained in:
parent
9543d65e07
commit
8364260ec0
1 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@ from typing import Optional
|
|||
import requests
|
||||
from PIL import Image
|
||||
|
||||
HA_URL = "http://localhost:8123"
|
||||
HA_TOKEN = "COLE_SEU_TOKEN_AQUI"
|
||||
HA_URL = "http://192.168.1.105:8123"
|
||||
HA_TOKEN = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJkZjM1MmRhNjg1ZWM0MGJiYTc4YTZlNWY3ZmQ0YTA1YSIsImlhdCI6MTc3NjI4MTI0MiwiZXhwIjoyMDkxNjQxMjQyfQ.rR0Kfwk5Smr06_9KJSDn3YPXiRlokEZZFiAa_naNs78"
|
||||
LIGHT_ENTITY = "light.luz_sala"
|
||||
|
||||
# Ajustes visuais
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue