diff --git a/.env.example b/.env.example index ededad8..d865436 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,6 @@ -NODE_ENV=production -HASS_HOST=your_home_assistant_url -HASS_TOKEN=your_home_assistant_token \ No newline at end of file +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 \ No newline at end of file