mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-10 11:30:01 +00:00
Hide empty blocks on device page (#3950)
* Hide empty blocks on device page * lint * Rename entities on device rename * check if entity_id is valid * clarify var name * Review comments * Use regex to replace not allowed chars * Align with backend
This commit is contained in:
committed by
Paulus Schoutsen
parent
12d8a04c15
commit
9ad7f0dbac
@@ -10,7 +10,7 @@ import "@polymer/paper-icon-button/paper-icon-button-light";
|
||||
import { HomeAssistant } from "../../types";
|
||||
import { PolymerChangedEvent } from "../../polymer-types";
|
||||
import { fireEvent } from "../../common/dom/fire_event";
|
||||
import isValidEntityId from "../../common/entity/valid_entity_id";
|
||||
import { isValidEntityId } from "../../common/entity/valid_entity_id";
|
||||
|
||||
import "./ha-entity-picker";
|
||||
// Not a duplicate, type import
|
||||
|
||||
Reference in New Issue
Block a user