Skip to content

Instantly share code, notes, and snippets.

View jamesmacwhite's full-sized avatar

James #FFFFFF jamesmacwhite

View GitHub Profile
@jamesmacwhite
jamesmacwhite / update_notifications.yaml
Created May 29, 2024 19:01 — forked from mdegat01/update_notifications.yaml
Update Notifications Automation Blueprint
blueprint:
name: Update notifications
description: Send notifications for new updates and install or skip on action
homeassistant:
min_version: 2022.4.0
domain: automation
input:
update_entities:
name: Update entities
description:
@jamesmacwhite
jamesmacwhite / craft-cloud-schema.json
Last active July 31, 2025 20:37
Craft Cloud JSON schema for PHPStorm, VSCode and other IDEs for YAML validation
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Craft Cloud Config File",
"type": "object",
"required": [
"php-version"
],
"properties": {
"php-version": {
"type": "string",