Compare commits

..

No commits in common. "2a52d3441eaa7a0ecf4107f5b9483a943ee3f118" and "4fc7a25c6f66f8dc0ec27fc1faf109b8284b20fa" have entirely different histories.

6 changed files with 4 additions and 7 deletions

View File

@ -1 +1 @@
2022.10.3
2022.10.0

View File

@ -314,11 +314,7 @@ tweet_youtube_engine_setup:
],
"IOSBrokeNoifications": [
"IOS Uprade Broke my Home Assistant Notifications (https://www.youtube.com/watch?v=rK5-Y5ta054)"
],
"SolarDriveway": [
"Adding Solar Lights to the Front Walkway (https://www.vcloudinfo.com/2022/10/adding-solar-lights-to-the-front-walkway.html)"
]
} %}
{{ tweets[topic]|random ~ "#youtube #throwback" }}

View File

@ -9,6 +9,6 @@
"S03E01", "Bearnews5", "Bearnews6", "Bearnews7", "S03E02", "S03E03", "Logger", "SolarPalmLight", "5TipsToLevelUp", "AlexaMusicCommands",
"SolarFountainOKMEE", "NoCloudGaradget", "AlexaGuardMediaPlayer", "LightningSensor", "LEDBackboard", "CuckooClock", "NodeAnchors", "yahoostocks",
"AugustBatteries", "Remote_Finder", "VideoProjectionMappingDemo", "FeedTheDog", "AlexaGiftNotifications","iPhoneDuplicates", "NotifyScript", "WeightLossJourney",
"SnapPower", "LocalControl", "TossingWink", "EnergyDashboard", "IOSBrokeNoifications", "SolarDriveway"
"SnapPower", "LocalControl", "TossingWink", "EnergyDashboard", "IOSBrokeNoifications"
] %}
{{ pick|random }}

View File

@ -63,8 +63,9 @@ class SearchCard extends ct.LitElement {
slot="prefix"></ha-icon>
<ha-icon-button slot="suffix"
@click="${this._clearInput}"
icon="mdi:close"
alt="Clear"
title="Clear"><ha-icon icon="mdi:close"></ha-icon></ha-icon-button>
title="Clear"></ha-icon-button>
</paper-input>
${results.length > 0 ?
ct.LitHtml `<div id="count">Showing ${results.length} of ${this.results.length} results</div>`

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB