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:
c727
2018-07-23 03:57:42 +02:00
committed by GitHub
parent af4df647cc
commit 44ab96d590
8 changed files with 84 additions and 23 deletions

View File

@@ -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() {