mirror of
https://github.com/home-assistant/frontend.git
synced 2026-08-22 22:30:04 +01:00
89bd1058dfec84254e7eafcf0b546018f18da540
The gauge card reads its display value from the formatted state parts. A monetary value is split into multiple value parts around the currency symbol, so the minus sign lands in its own part. Taking only the first value part meant a value like -182.95 GBP rendered as just "-". Join all value parts so the full number is shown again. Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
…
…
Home Assistant Frontend
This is the repository for the official Home Assistant frontend.
Development
- Initial setup:
script/setup - Development: Instructions
- Production build:
script/build_frontend - Gallery:
cd gallery && script/develop_gallery
Frontend development
Classic environment
A complete guide can be found at the following link. It describes a short guide for the build of project.
License
Home Assistant is open-source and Apache 2 licensed. Feel free to browse the repository, learn and reuse parts in your own projects.
We use BrowserStack to test Home Assistant on a large variety of devices.
Languages
TypeScript
98.1%
JavaScript
1.8%

