7 lines
207 B
Plaintext
7 lines
207 B
Plaintext
NODE_ENV=development
|
|
HASS_HOST=http://homeassistant.local:8123
|
|
HASS_TOKEN=your_home_assistant_token
|
|
PORT=3000
|
|
HASS_SOCKET_URL=ws://homeassistant.local:8123/api/websocket
|
|
LOG_LEVEL=debug
|
|
PROCESSOR_TYPE=claude |