-
-
- - Material Design guidelines: Data tables - -
- - Demo - -
- Dessert - | -- Carbs (g) - | -- Protein (g) - | -- Comments - | -
---|---|---|---|
Frozen yogurt | -24 | -4.0 | -Super tasty | -
Ice cream sandwich | -37 | -- 4.33333333333 - | -I like ice cream more | -
Eclair | -24 | -6.0 | -New filing flavor | -
-
-
-
-
-
-
-
- |
- - Status - | -- Signal name - | -- Severity - | -- Stage - | -- Time - | -- Roles - | -
---|---|---|---|---|---|---|
-
-
-
-
-
-
-
- |
- Online | -Arcus watch slowdown | -Medium | -Triaged | -0:33 | -Allison Brie | -
-
-
-
-
-
-
-
- |
- Offline | -- monarch: prod shared ares-managed-features-provider-heavy - | -Huge | -Triaged | -0:33 | -Brie Larson | -
-
-
-
-
-
-
-
- |
- Online | -- monarch: prod shared ares-managed-features-provider-heavy - | -Minor | -Not triaged | -0:33 | -Jeremy Lake | -
-
-
-
-
-
-
-
- |
- Online | -Arcus watch slowdown | -Negligible | -Triaged | -0:33 | -Angelina Cheng | -
Webhook for ${webhook.name}
diff --git a/src/panels/config/cloud/google-assistant/cloud-google-assistant.ts b/src/panels/config/cloud/google-assistant/cloud-google-assistant.ts index 084ff1bab9..e15ff78815 100644 --- a/src/panels/config/cloud/google-assistant/cloud-google-assistant.ts +++ b/src/panels/config/cloud/google-assistant/cloud-google-assistant.ts @@ -7,12 +7,15 @@ import { customElement, property, } from "lit-element"; -import "@polymer/paper-toggle-button"; +import memoizeOne from "memoize-one"; import "@polymer/paper-icon-button"; + import "../../../../layouts/hass-subpage"; import "../../../../layouts/hass-loading-screen"; import "../../../../components/ha-card"; import "../../../../components/entity/state-info"; +import "../../../../components/ha-switch"; + import { HomeAssistant } from "../../../../types"; import { CloudStatusLoggedIn, @@ -21,23 +24,24 @@ import { cloudSyncGoogleAssistant, GoogleEntityConfig, } from "../../../../data/cloud"; -import memoizeOne from "memoize-one"; import { generateFilter, isEmptyFilter, EntityFilter, } from "../../../../common/entity/entity_filter"; import { compare } from "../../../../common/string/compare"; -import computeStateName from "../../../../common/entity/compute_state_name"; import { fireEvent } from "../../../../common/dom/fire_event"; import { showToast } from "../../../../util/toast"; -import { PolymerChangedEvent } from "../../../../polymer-types"; import { showDomainTogglerDialog } from "../../../../dialogs/domain-toggler/show-dialog-domain-toggler"; -import computeDomain from "../../../../common/entity/compute_domain"; import { GoogleEntity, fetchCloudGoogleEntities, } from "../../../../data/google_assistant"; +// tslint:disable-next-line: no-duplicate-imports +import { HaSwitch } from "../../../../components/ha-switch"; + +import { computeStateName } from "../../../../common/entity/compute_state_name"; +import { computeDomain } from "../../../../common/entity/compute_domain"; const DEFAULT_CONFIG_EXPOSE = true; @@ -122,23 +126,23 @@ class CloudGoogleAssistant extends LitElement { .map((trait) => trait.substr(trait.lastIndexOf(".") + 1)) .join(", ")} -Note: this might not work yet with all integrations.
(disabled) + ` + : ""}
(disabled) - ` - : ""} -