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 - Icy Windows Notification | |
description: Send a notification when there's risc of icy windows on cars | |
domain: automation | |
source_url: https://gist.github.com/ExeQue/6b796cceceac31322c0ab049fb634dfd | |
input: | |
temp_sensor: | |
name: Temperature Sensor | |
description: The sensor to base the automation on | |
selector: |
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
template: | |
# Template sensor to store the list of dates | |
- sensor: | |
- name: "Relevant Dates" | |
state: > | |
{% set dates = [ | |
"2025-05-03", | |
"2025-05-04", | |
"2025-05-05", | |
"2025-05-07" |
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
/** | |
* Lucide icon component. | |
* | |
* This icon represents the MobilePay.dk logo as of 2025-09-22. | |
*/ | |
import {createLucideIcon} from "lucide-vue-next"; | |
const MobilePay = createLucideIcon("MobilePay", [ | |
[ | |
"path", |