From f127bbc64d1ddf3bf21f078b8074e6c4487e02fe Mon Sep 17 00:00:00 2001
From: MatthewFlamm <39341281+MatthewFlamm@users.noreply.github.com>
Date: Sat, 16 Feb 2019 14:54:14 -0500
Subject: [PATCH 1/5] standardize more-info-weather and add hourly/daily
(#2766)
---
.../more-info/controls/more-info-weather.js | 28 +++++++++----------
1 file changed, 13 insertions(+), 15 deletions(-)
diff --git a/src/dialogs/more-info/controls/more-info-weather.js b/src/dialogs/more-info/controls/more-info-weather.js
index 38ee714986..cc47677f73 100644
--- a/src/dialogs/more-info/controls/more-info-weather.js
+++ b/src/dialogs/more-info/controls/more-info-weather.js
@@ -105,8 +105,11 @@ class MoreInfoWeather extends LocalizeMixin(PolymerElement) {
${this.hass.localize(
"ui.panel.config.person.detail.device_tracker_intro"
@@ -108,6 +123,11 @@ class DialogPersonDetail extends LitElement {
this._name = ev.detail.value;
}
+ private _userChanged(ev: PolymerChangedEvent
- Note: people configured via configuration.yaml cannot be
+ Note: persons configured via configuration.yaml cannot be
edited via the UI.