https://github.com/grimmpp/home-assistant-eltako-frontend
https://github.com/grimmpp/home-assistant-eltako-frontend
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/grimmpp/home-assistant-eltako-frontend
- Owner: grimmpp
- License: mit
- Created: 2024-12-16T15:31:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-12T09:53:04.000Z (over 1 year ago)
- Last Synced: 2025-03-12T10:38:52.201Z (over 1 year ago)
- Language: TypeScript
- Size: 276 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## How to build typescript application and create wheel package
1. Checkout repository
2. Start devcontainer
3. Run `python3 build.py`
4. Application can be found in folder `static`
5. Wheel package can be found in folder `dist`
## How to start webpage in development mode
1. start devcontainer
2. create file `.env` in project folder and add all variables defined in `./src/environment.d.ts`
* `HA_URL`: Is mandatory and the address to home assistant server e.g. `http://homeassistant.local:8123`
* `LONG_LIVED_TOKEN`: Is optional and avoids login prompt
3. Run `npx vite dev` in devcontainer