Compare commits

..

2 Commits

Author SHA1 Message Date
ccostan 2a52d3441e Updated to 2022.10.1 2022-10-10 21:07:37 -04:00
ccostan f8857a6bd4 NEW VIDEO! 2022-10-10 20:47:43 -04:00
6 changed files with 7 additions and 4 deletions

View File

@ -1 +1 @@
2022.10.0 2022.10.3

View File

@ -314,7 +314,11 @@ tweet_youtube_engine_setup:
], ],
"IOSBrokeNoifications": [ "IOSBrokeNoifications": [
"IOS Uprade Broke my Home Assistant Notifications (https://www.youtube.com/watch?v=rK5-Y5ta054)" "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" }} {{ tweets[topic]|random ~ "#youtube #throwback" }}

View File

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

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB