* Prevent possible parent action-row from switching to yamlMode Now that we have the choose-action, it's possible to have nested action-rows. If an action contains a template, we should only switch that action-row to yamlMode instead of all action-rows. By canceling the bubbling on the first encouter we prevent the event from bubbling upwards to parent action-rows. * Prevent possible parent action-row from also moving Now that we have the choose-action, it's possible to have nested action-rows. If an action inside a choose-action is moved, we should only move that action-row instead of both the action-row and its parents. By canceling the bubbling on the first encouter we prevent the event from bubbling upwards to parent action-rows. * Apply suggestions from code review Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
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 - Supervisor: Instructions
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.
Description
Languages
TypeScript
93.4%
JavaScript
6.5%
Shell
0.1%
