Compare commits
2 Commits
4fc7a25c6f
...
2a52d3441e
Author | SHA1 | Date |
---|---|---|
ccostan | 2a52d3441e | |
ccostan | f8857a6bd4 |
|
@ -1 +1 @@
|
|||
2022.10.0
|
||||
2022.10.3
|
|
@ -314,7 +314,11 @@ 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" }}
|
||||
|
|
|
@ -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"
|
||||
"SnapPower", "LocalControl", "TossingWink", "EnergyDashboard", "IOSBrokeNoifications", "SolarDriveway"
|
||||
] %}
|
||||
{{ pick|random }}
|
||||
|
|
|
@ -63,9 +63,8 @@ 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-button>
|
||||
title="Clear"><ha-icon icon="mdi:close"></ha-icon></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.
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
Loading…
Reference in New Issue