[Claude] - Add author and missing description to blueprints headers.

This commit is contained in:
2026-01-22 03:26:10 +03:00
parent 565cde77f6
commit c4a9db9c17
14 changed files with 98 additions and 2 deletions

View File

@@ -1,3 +1,17 @@
# =============================================================================
# MQTT Multi-Topic Listener Blueprint (Test)
# =============================================================================
# A simple test blueprint that listens to multiple MQTT topics and creates
# persistent notifications when messages are received on matching topics.
#
# Use Cases:
# - Debugging MQTT message flow
# - Testing topic subscriptions
# - Monitoring specific MQTT topics
#
# Author: Alexei Dolgolyov (dolgolyov.alexei@gmail.com)
# =============================================================================
blueprint:
name: MQTT Multi-Topic Listener
domain: automation