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:vertical-stack-in-card | |
cards: | |
- type: horizontal-stack | |
cards: | |
- type: picture | |
image: >- | |
https://external-content.duckduckgo.com/iu/?u=http%3A%2F%2Fwahlnetwork.com%2Fwp-content%2Fuploads%2F2014%2F01%2Fsynology-logo.jpg&f=1&nofb=1&ipt=d09f2dcc4abfa12fa8c46867b218661c682936cc4071ee907c1f4bd9f91a01fa&ipo=images | |
card_mod: | |
style: | | |
ha-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:vertical-stack-in-card | |
cards: | |
- type: markdown | |
content: >- | |
# <sub><img src = | |
'https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fstatic-00.iconduck.com%2Fassets.00%2Fhome-assistant-icon-2048x2048-ar79ra8x.png&f=1&nofb=1&ipt=27dbc7a5eda8e088817357eb2e46df9a96a496054fe3c47c2205be704e828580&ipo=images' | |
alt='Google Drive' width='35' height='35' style="vertical-align: | |
middle;"></sub> Home Assistant | |
- square: false | |
type: grid |
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:stack-in-card | |
mode: horizontal | |
cards: | |
- type: custom:vertical-stack-in-card | |
card_mod: | |
style: | | |
ha-card { | |
border: none !important; | |
background: none !important; | |
} |
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
blueprint: | |
name: Notify - Home Assistant Update Available | |
description: Send a mobile notificaiton that a new HA Core Update is available | |
domain: automation | |
input: | |
notify_device: | |
name: Notify Device | |
description: The device must run the official Home Assistant app to receive notifications. | |
default: false | |
selector: |