mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 02:49:51 +00:00
Entities card: special row types, weblink (#1493)
* Add special row-cards: weblink * Fix binding * Fix yaml * Lint * Feedback * Fix build * Lint * Lint
This commit is contained in:
@@ -4,7 +4,7 @@ import { html } from '@polymer/polymer/lib/utils/html-tag.js';
|
||||
import { PolymerElement } from '@polymer/polymer/polymer-element.js';
|
||||
|
||||
import { STATES_OFF } from '../../common/const.js';
|
||||
import computeStateDomain from '../../common/entity/compute_state_domain';
|
||||
import computeStateDomain from '../../common/entity/compute_state_domain.js';
|
||||
|
||||
class HaEntityToggle extends PolymerElement {
|
||||
static get template() {
|
||||
|
||||
Reference in New Issue
Block a user