This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- path: summary | |
title: Summary | |
badges: [] | |
panel: true | |
cards: | |
- type: vertical-stack | |
cards: | |
# If device is not a phone, show a clock and date | |
- type: 'custom:button-card' | |
name_template: > |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
platform: generic | |
name: Ian | |
still_image_url: "https://maps.googleapis.com/maps/api/staticmap?center={{ states.device_tracker.ian.attributes.latitude }},{{ states.device_tracker.ian.attributes.longitude }}&zoom=16&size=500x500&maptype=roadmap&markers=color:purple%7Clabel:I%7C{{ states.device_tracker.ian.attributes.latitude }},{{ states.device_tracker.ian.attributes.longitude }}&key={my_key}}" | |
limit_refetch_to_url_change: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
weather_tap_action: &weather_tap_action | |
tap_action: | |
action: call-service | |
service: browser_mod.command | |
service_data: | |
command: popup | |
title: 'Weather' | |
deviceID: | |
- this | |
card: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type: custom:button-card | |
entity: weather.dark_sky | |
show_name: false | |
aspect_ratio: 1/1 | |
icon: > | |
[[[ | |
var icon = "mdi:weather-" + entity.state; | |
switch (entity.state) { | |
case "overcast": | |
icon = "mdi:weather-cloudy-arrow-right"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
A component which allows you to parse an RSS feed into a sensor | |
For more details about this component, please refer to the documentation at | |
https://github.com/custom-components/sensor.feedparser | |
Following spec from https://validator.w3.org/feed/docs/rss2.html | |
""" | |
import re | |
import feedparser |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
anchors: | |
decluttering_album: &decluttering_album | |
type: custom:decluttering-card | |
template: album | |
coverflow_card: &coverflow_card | |
type: custom:swipe-card | |
parameters: | |
effect: 'coverflow' | |
grabCursor: true | |
centeredSlides: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const LitElement = Object.getPrototypeOf(customElements.get("hui-view")); | |
const html = LitElement.prototype.html; | |
class TextDividerRow extends LitElement { | |
static get properties() { | |
return { | |
_config: {} | |
}; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"172733314": { | |
"authors": [ | |
"@ludeeus" | |
], | |
"category": "integration", | |
"description": "Manage (Install, track, upgrade) and discover custom elements for Home Assistant.", | |
"full_name": "custom-components/hacs", | |
"hide": false, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type: picture-elements | |
image: https://i.scdn.co/image/1ee2055a078d87a5a55366189409b9e1d820972a | |
elements: | |
- type: icon | |
icon: mdi:play | |
tap_action: | |
action: call-service | |
service: spotcast.start | |
service_data: | |
device_name: Office Display |
OlderNewer