diff --git a/src/cards/ha-weather-card.html b/src/cards/ha-weather-card.html index 8c5145f1fe09..f2e1644aaafa 100644 --- a/src/cards/ha-weather-card.html +++ b/src/cards/ha-weather-card.html @@ -1,121 +1,155 @@ - - - +import '@polymer/iron-icon/iron-icon.js'; +import { html } from '@polymer/polymer/lib/utils/html-tag.js'; +import { PolymerElement } from '@polymer/polymer/polymer-element.js'; - +import '../components/ha-card.js'; - - - + + + + `; + } - +customElements.define('ha-weather-card', HaWeatherCard);