From 2987837321c038ac67ff4e8df390c46f38949899 Mon Sep 17 00:00:00 2001 From: jango-blockchained Date: Sun, 2 Feb 2025 23:27:19 +0100 Subject: [PATCH] Add Claude processor type to .env.example configuration --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index d865436..795a2dd 100644 --- a/.env.example +++ b/.env.example @@ -3,4 +3,5 @@ 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 \ No newline at end of file +LOG_LEVEL=debug +PROCESSOR_TYPE=claude \ No newline at end of file