mirror of
https://github.com/home-assistant/frontend.git
synced 2026-02-15 07:25:54 +00:00
081b0a0222db7fdc973672b13d8ba92fdf792cb7
Migrates the following files from ha-button-menu to ha-dropdown component: - ha-config-backup-details.ts - ha-config-areas-dashboard.ts - ha-config-dashboard.ts - ha-panel-history.ts - ha-scene-editor.ts - ha-config-integrations-dashboard.ts - thread-config-panel.ts - ha-panel-developer-tools.ts Changes: - Replace ha-button-menu with ha-dropdown - Replace ha-list-item with ha-dropdown-item - Change @action event handlers to @wa-select - Change slot="graphic" to slot="icon" for icons - Update event handlers from index-based to value-based selection - Replace <li divider role="separator"> with <wa-divider> - Update CSS selectors from ha-button-menu to ha-dropdown - Use type="checkbox" for checkbox dropdown items in integrations dashboard - Remove unused li[role="separator"] CSS styles Contributes to #26537 Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.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 - 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
98.8%
JavaScript
1.1%

