mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-03-12 08:32:40 +00:00
Compare commits
No commits in common. "2a52d3441eaa7a0ecf4107f5b9483a943ee3f118" and "4fc7a25c6f66f8dc0ec27fc1faf109b8284b20fa" have entirely different histories.
2a52d3441e
...
4fc7a25c6f
@ -1 +1 @@
|
|||||||
2022.10.3
|
2022.10.0
|
@ -314,11 +314,7 @@ 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" }}
|
||||||
|
@ -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", "SolarDriveway"
|
"SnapPower", "LocalControl", "TossingWink", "EnergyDashboard", "IOSBrokeNoifications"
|
||||||
] %}
|
] %}
|
||||||
{{ pick|random }}
|
{{ pick|random }}
|
||||||
|
@ -63,8 +63,9 @@ 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 icon="mdi:close"></ha-icon></ha-icon-button>
|
title="Clear"></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.
Binary file not shown.
Before Width: | Height: | Size: 1.1 MiB |
Loading…
x
Reference in New Issue
Block a user