Add UI to manage Google Entities exposed to Cloud (#3224)

* Add UI to manage Google Entities exposed to Cloud

* Add selected count
This commit is contained in:
Paulus Schoutsen
2019-05-29 08:38:52 -07:00
committed by GitHub
parent b2b18cb814
commit 1ad9d2e54c
7 changed files with 346 additions and 22 deletions

View File

@@ -91,13 +91,12 @@ class StateInfo extends PolymerElement {
static get properties() {
return {
detailed: {
type: Boolean,
value: false,
},
hass: Object,
stateObj: Object,
inDialog: Boolean,
inDialog: {
type: Boolean,
value: () => false,
},
rtl: {
type: Boolean,
reflectToAttribute: true,